other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| PHY_REGISTER_FIXUP(9) | Network device support | PHY_REGISTER_FIXUP(9) |
NAME¶
phy_register_fixup - creates a new phy_fixup and adds it to the listSYNOPSIS¶
int
phy_register_fixup(const char * bus_id,
u32 phy_uid, u32 phy_uid_mask,
int (*run) (struct phy_device *));
ARGUMENTS¶
bus_idA string which matches phydev->dev.bus_id
(or PHY_ANY_ID)
phy_uid
Used to match against phydev->phy_id (the
UID of the PHY) It can also be PHY_ANY_UID
phy_uid_mask
Applied to phydev->phy_id and
fixup->phy_uid before comparison
run
The actual code to be run when a matching PHY
is found
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |