Home
last modified time | relevance | path

Searched defs:phy_device (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dphy.h116 struct phy_device { struct
119 struct mii_dev *bus;
120 struct phy_driver *drv;
121 void *priv;
124 struct udevice *dev;
125 ofnode node;
127 struct eth_device *dev;
133 int speed;
134 int duplex;
137 int link;
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h541 struct phy_device { struct
542 struct mdio_device mdio;
546 struct phy_driver *drv;
548 u32 phy_id;
550 struct phy_c45_device_ids c45_ids;
551 unsigned is_c45:1;
552 unsigned is_internal:1;
553 unsigned is_pseudo_fixed_link:1;
554 unsigned is_gigabit_capable:1;
555 unsigned has_fixups:1;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy_device.c329 int (*run)(struct phy_device *)) in phy_register_fixup()
351 int (*run)(struct phy_device *)) in phy_register_fixup_for_uid()
359 int (*run)(struct phy_device *)) in phy_register_fixup_for_id()