Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy_device.c433 struct phy_fixup *fixup = kzalloc(sizeof(*fixup), GFP_KERNEL); in phy_register_fixup()
476 struct phy_fixup *fixup; in phy_unregister_fixup()
483 fixup = list_entry(pos, struct phy_fixup, list); in phy_unregister_fixup()
516 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup()
533 struct phy_fixup *fixup; in phy_scan_fixups()