Home
last modified time | relevance | path

Searched refs:mdio_device (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dmdio.h28 struct mdio_device { struct
35 void (*device_free)(struct mdio_device *mdiodev); argument
36 void (*device_remove)(struct mdio_device *mdiodev); argument
68 int (*probe)(struct mdio_device *mdiodev);
71 void (*remove)(struct mdio_device *mdiodev);
74 void (*shutdown)(struct mdio_device *mdiodev);
91 void mdio_device_free(struct mdio_device *mdiodev);
93 int mdio_device_register(struct mdio_device *mdiodev);
94 void mdio_device_remove(struct mdio_device *mdiodev);
95 void mdio_device_reset(struct mdio_device *mdiodev, int value);
[all …]
A Dphy_led_triggers.h17 sizeof_field(struct mdio_device, addr)+\
A Dof_mdio.h36 struct mdio_device *of_mdio_find_device(struct device_node *np);
98 static inline struct mdio_device *of_mdio_find_device(struct device_node *np) in of_mdio_find_device()
A Dphylink.h794 void phylink_mii_c22_pcs_get_state(struct mdio_device *pcs,
799 int phylink_mii_c22_pcs_config(struct mdio_device *pcs,
803 void phylink_mii_c22_pcs_an_restart(struct mdio_device *pcs);
807 void phylink_mii_c45_pcs_get_state(struct mdio_device *pcs,
A Dphy.h392 struct mdio_device *mdio_map[PHY_MAX_ADDR];
628 struct mdio_device mdio;
1790 struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode);
A Dregmap.h31 struct mdio_device;
638 struct regmap *__regmap_init_mdio(struct mdio_device *mdio_dev,
703 struct regmap *__devm_regmap_init_mdio(struct mdio_device *mdio_dev,

Completed in 23 milliseconds