Release 4.16 drivers/net/phy/swphy.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef SWPHY_H
#define SWPHY_H
struct fixed_phy_status;
int swphy_validate_state(const struct fixed_phy_status *state);
int swphy_read_reg(int reg, const struct fixed_phy_status *state);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 34 | 97.14% | 3 | 75.00% |
Greg Kroah-Hartman | 1 | 2.86% | 1 | 25.00% |
Total | 35 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.