Lines Matching defs:phydev
73 struct phy_device *phydev; member
93 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check()
101 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check()
113 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write()
118 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control()
123 static int tja11xx_disable_link_control(struct phy_device *phydev) in tja11xx_disable_link_control()
128 static int tja11xx_wakeup(struct phy_device *phydev) in tja11xx_wakeup()
174 static int tja11xx_soft_reset(struct phy_device *phydev) in tja11xx_soft_reset()
185 static int tja11xx_config_aneg_cable_test(struct phy_device *phydev) in tja11xx_config_aneg_cable_test()
218 static int tja11xx_config_aneg(struct phy_device *phydev) in tja11xx_config_aneg()
249 static int tja11xx_config_init(struct phy_device *phydev) in tja11xx_config_init()
302 static int tja11xx_read_status(struct phy_device *phydev) in tja11xx_read_status()
334 static int tja11xx_get_sqi(struct phy_device *phydev) in tja11xx_get_sqi()
345 static int tja11xx_get_sqi_max(struct phy_device *phydev) in tja11xx_get_sqi_max()
350 static int tja11xx_get_sset_count(struct phy_device *phydev) in tja11xx_get_sset_count()
355 static void tja11xx_get_strings(struct phy_device *phydev, u8 *data) in tja11xx_get_strings()
365 static void tja11xx_get_stats(struct phy_device *phydev, in tja11xx_get_stats()
385 struct phy_device *phydev = dev_get_drvdata(dev); in tja11xx_hwmon_read() local
438 static int tja11xx_hwmon_register(struct phy_device *phydev, in tja11xx_hwmon_register()
461 static int tja11xx_probe(struct phy_device *phydev) in tja11xx_probe()
536 static int tja1102_p0_probe(struct phy_device *phydev) in tja1102_p0_probe()
558 static int tja1102_match_phy_device(struct phy_device *phydev, bool port0) in tja1102_match_phy_device()
578 static int tja1102_p0_match_phy_device(struct phy_device *phydev) in tja1102_p0_match_phy_device()
583 static int tja1102_p1_match_phy_device(struct phy_device *phydev) in tja1102_p1_match_phy_device()
588 static int tja11xx_ack_interrupt(struct phy_device *phydev) in tja11xx_ack_interrupt()
597 static int tja11xx_config_intr(struct phy_device *phydev) in tja11xx_config_intr()
607 static int tja11xx_cable_test_start(struct phy_device *phydev) in tja11xx_cable_test_start()
656 static int tja11xx_cable_test_report(struct phy_device *phydev) in tja11xx_cable_test_report()
670 static int tja11xx_cable_test_get_status(struct phy_device *phydev, in tja11xx_cable_test_get_status()