Lines Matching defs:phydev
87 struct phy_device *phydev; member
108 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check()
116 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check()
128 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write()
133 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control()
138 static int tja11xx_disable_link_control(struct phy_device *phydev) in tja11xx_disable_link_control()
143 static int tja11xx_wakeup(struct phy_device *phydev) in tja11xx_wakeup()
189 static int tja11xx_soft_reset(struct phy_device *phydev) in tja11xx_soft_reset()
200 static int tja11xx_config_aneg_cable_test(struct phy_device *phydev) in tja11xx_config_aneg_cable_test()
233 static int tja11xx_config_aneg(struct phy_device *phydev) in tja11xx_config_aneg()
264 static int tja11xx_get_interface_mode(struct phy_device *phydev) in tja11xx_get_interface_mode()
289 static int tja11xx_config_init(struct phy_device *phydev) in tja11xx_config_init()
360 static int tja11xx_read_status(struct phy_device *phydev) in tja11xx_read_status()
392 static int tja11xx_get_sqi(struct phy_device *phydev) in tja11xx_get_sqi()
403 static int tja11xx_get_sqi_max(struct phy_device *phydev) in tja11xx_get_sqi_max()
408 static int tja11xx_get_sset_count(struct phy_device *phydev) in tja11xx_get_sset_count()
413 static void tja11xx_get_strings(struct phy_device *phydev, u8 *data) in tja11xx_get_strings()
421 static void tja11xx_get_stats(struct phy_device *phydev, in tja11xx_get_stats()
441 struct phy_device *phydev = dev_get_drvdata(dev); in tja11xx_hwmon_read() local
494 static int tja11xx_hwmon_register(struct phy_device *phydev, in tja11xx_hwmon_register()
512 static int tja11xx_parse_dt(struct phy_device *phydev) in tja11xx_parse_dt()
526 static int tja11xx_probe(struct phy_device *phydev) in tja11xx_probe()
607 static int tja1102_p0_probe(struct phy_device *phydev) in tja1102_p0_probe()
629 static int tja1102_match_phy_device(struct phy_device *phydev, bool port0) in tja1102_match_phy_device()
649 static int tja1102_p0_match_phy_device(struct phy_device *phydev) in tja1102_p0_match_phy_device()
654 static int tja1102_p1_match_phy_device(struct phy_device *phydev) in tja1102_p1_match_phy_device()
659 static int tja11xx_ack_interrupt(struct phy_device *phydev) in tja11xx_ack_interrupt()
668 static int tja11xx_config_intr(struct phy_device *phydev) in tja11xx_config_intr()
692 static irqreturn_t tja11xx_handle_interrupt(struct phy_device *phydev) in tja11xx_handle_interrupt()
716 static int tja11xx_cable_test_start(struct phy_device *phydev) in tja11xx_cable_test_start()
765 static int tja11xx_cable_test_report(struct phy_device *phydev) in tja11xx_cable_test_report()
779 static int tja11xx_cable_test_get_status(struct phy_device *phydev, in tja11xx_cable_test_get_status()