Searched refs:__phy_modify_mmd_changed (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy-core.c | 643 * __phy_modify_mmd_changed - Function for modifying a register on MMD 655 int __phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, in __phy_modify_mmd_changed() function 672 EXPORT_SYMBOL_GPL(__phy_modify_mmd_changed); variable 694 ret = __phy_modify_mmd_changed(phydev, devad, regnum, mask, set); in phy_modify_mmd_changed() 718 ret = __phy_modify_mmd_changed(phydev, devad, regnum, mask, set); in __phy_modify_mmd()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy-core.c | 727 * __phy_modify_mmd_changed - Function for modifying a register on MMD 739 int __phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, in __phy_modify_mmd_changed() function 756 EXPORT_SYMBOL_GPL(__phy_modify_mmd_changed); variable 778 ret = __phy_modify_mmd_changed(phydev, devad, regnum, mask, set); in phy_modify_mmd_changed() 802 ret = __phy_modify_mmd_changed(phydev, devad, regnum, mask, set); in __phy_modify_mmd()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | phy.h | 1081 int __phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 1382 int __phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum,
|
Completed in 9 milliseconds