Lines Matching refs:phy_device
73 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check()
91 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check()
103 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write()
108 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control()
113 static int tja11xx_wakeup(struct phy_device *phydev) in tja11xx_wakeup()
159 static int tja11xx_soft_reset(struct phy_device *phydev) in tja11xx_soft_reset()
170 static int tja11xx_config_init(struct phy_device *phydev) in tja11xx_config_init()
222 static int tja11xx_read_status(struct phy_device *phydev) in tja11xx_read_status()
242 static int tja11xx_get_sset_count(struct phy_device *phydev) in tja11xx_get_sset_count()
247 static void tja11xx_get_strings(struct phy_device *phydev, u8 *data) in tja11xx_get_strings()
257 static void tja11xx_get_stats(struct phy_device *phydev, in tja11xx_get_stats()
277 struct phy_device *phydev = dev_get_drvdata(dev); in tja11xx_hwmon_read()
330 static int tja11xx_probe(struct phy_device *phydev) in tja11xx_probe()