Home
last modified time | relevance | path

Searched refs:phy_fixup (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy_device.c331 struct phy_fixup *fixup = kzalloc(sizeof(*fixup), GFP_KERNEL); in phy_register_fixup()
374 struct phy_fixup *fixup; in phy_unregister_fixup()
381 fixup = list_entry(pos, struct phy_fixup, list); in phy_unregister_fixup()
415 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup()
432 struct phy_fixup *fixup; in phy_scan_fixups()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h899 struct phy_fixup { struct