Symbol: fixed_phy_status
drivers/net/ethernet/broadcom/bgmac.c
1441
struct fixed_phy_status fphy_status = {
drivers/net/ethernet/broadcom/genet/bcmmii.c
118
struct fixed_phy_status *status)
drivers/net/ethernet/faraday/ftgmac100.c
67
static struct fixed_phy_status ncsi_phy_status = {
drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.c
240
struct fixed_phy_status hbg_fixed_phy_status = {
drivers/net/mdio/of_mdio.c
414
struct fixed_phy_status status = {};
drivers/net/phy/fixed_phy.c
131
struct phy_device *fixed_phy_register(const struct fixed_phy_status *status,
drivers/net/phy/fixed_phy.c
177
static const struct fixed_phy_status status = {
drivers/net/phy/fixed_phy.c
30
struct fixed_phy_status status;
drivers/net/phy/fixed_phy.c
31
int (*link_update)(struct net_device *, struct fixed_phy_status *);
drivers/net/phy/fixed_phy.c
88
struct fixed_phy_status *))
drivers/net/phy/phylink.c
3365
struct fixed_phy_status fs;
drivers/net/phy/swphy.c
115
int swphy_read_reg(int reg, const struct fixed_phy_status *state)
drivers/net/phy/swphy.c
93
int swphy_validate_state(const struct fixed_phy_status *state)
drivers/net/phy/swphy.h
5
struct fixed_phy_status;
drivers/net/phy/swphy.h
7
int swphy_validate_state(const struct fixed_phy_status *state);
drivers/net/phy/swphy.h
8
int swphy_read_reg(int reg, const struct fixed_phy_status *state);
include/linux/phy_fixed.h
20
struct phy_device *fixed_phy_register(const struct fixed_phy_status *status,
include/linux/phy_fixed.h
27
struct fixed_phy_status *));
include/linux/phy_fixed.h
30
fixed_phy_register(const struct fixed_phy_status *status,