Searched refs:phy_register_fixup (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | phy_device.c | 328 int phy_register_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask, in phy_register_fixup() function 347 EXPORT_SYMBOL(phy_register_fixup); 353 return phy_register_fixup(PHY_ANY_ID, phy_uid, phy_uid_mask, run); in phy_register_fixup_for_uid() 361 return phy_register_fixup(bus_id, PHY_ANY_UID, 0xffffffff, run); in phy_register_fixup_for_id()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | phy.rst | 473 The platform code can either register the fixup using phy_register_fixup():: 475 int phy_register_fixup(const char *phy_id, 490 When phy_register_fixup() or \*_for_uid()/\*_for_id() is called at module load
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | phy.h | 1588 int phy_register_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask,
|