Searched refs:phy_uid (Results 1 - 1 of 1) sorted by relevance

/drivers/net/phy/
H A Dphy_device.c66 * @phy_uid: Used to match against phydev->phy_id (the UID of the PHY)
68 * @phy_uid_mask: Applied to phydev->phy_id and fixup->phy_uid before
72 int phy_register_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask, argument
82 fixup->phy_uid = phy_uid;
94 /* Registers a fixup to be run on any PHY with the UID in phy_uid */
95 int phy_register_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask, argument
98 return phy_register_fixup(PHY_ANY_ID, phy_uid, phy_uid_mask, run);
111 * Returns 1 if fixup matches phydev in bus_id and phy_uid.
120 if ((fixup->phy_uid
[all...]

Completed in 25 milliseconds