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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/phy/
H A Dphy_device.c63 * @phy_uid: Used to match against phydev->phy_id (the UID of the PHY)
65 * @phy_uid_mask: Applied to phydev->phy_id and fixup->phy_uid before
69 int phy_register_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask, argument
79 fixup->phy_uid = phy_uid;
91 /* Registers a fixup to be run on any PHY with the UID in phy_uid */
92 int phy_register_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask, argument
95 return phy_register_fixup(PHY_ANY_ID, phy_uid, phy_uid_mask, run);
108 * Returns 1 if fixup matches phydev in bus_id and phy_uid.
117 if ((fixup->phy_uid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dphy.h438 u32 phy_uid; member in struct:phy_fixup
529 int phy_register_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask,
533 int phy_register_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask,

Completed in 106 milliseconds