Searched refs:phy_device_create (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | fwnode_mdio.c | 136 phy = phy_device_create(bus, addr, phy_id, 0, NULL); in fwnode_mdiobus_register_phy()
|
/kernel/linux/linux-5.10/drivers/net/mdio/ |
H A D | of_mdio.c | 124 phy = phy_device_create(mdio, addr, phy_id, 0, NULL); in of_mdiobus_register_phy()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy_device.c | 634 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id, in phy_device_create() function 718 EXPORT_SYMBOL(phy_device_create); variable 971 return phy_device_create(bus, addr, phy_id, in get_phy_device() 975 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
|
H A D | nxp-tja11xx.c | 583 phy = phy_device_create(bus, addr, PHY_ID_TJA1102, false, NULL); in tja1102_p1_register() 590 /* Overwrite parent device. phy_device_create() set parent to in tja1102_p1_register()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy_device.c | 550 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id, in phy_device_create() function 632 EXPORT_SYMBOL(phy_device_create); variable 856 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
|
H A D | nxp-tja11xx.c | 510 phy = phy_device_create(bus, addr, PHY_ID_TJA1102, false, NULL); in tja1102_p1_register() 517 /* Overwrite parent device. phy_device_create() set parent to in tja1102_p1_register()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | phy.h | 1349 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 1659 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
|
Completed in 18 milliseconds