Lines Matching defs:phydev

90 	struct phy_device *phydev;  member
111 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check()
119 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check()
131 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write()
136 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control()
141 static int tja11xx_disable_link_control(struct phy_device *phydev) in tja11xx_disable_link_control()
146 static int tja11xx_wakeup(struct phy_device *phydev) in tja11xx_wakeup()
200 static int tja11xx_soft_reset(struct phy_device *phydev) in tja11xx_soft_reset()
211 static int tja11xx_config_aneg_cable_test(struct phy_device *phydev) in tja11xx_config_aneg_cable_test()
244 static int tja11xx_config_aneg(struct phy_device *phydev) in tja11xx_config_aneg()
275 static int tja11xx_get_interface_mode(struct phy_device *phydev) in tja11xx_get_interface_mode()
300 static int tja11xx_config_init(struct phy_device *phydev) in tja11xx_config_init()
372 static int tja11xx_read_status(struct phy_device *phydev) in tja11xx_read_status()
404 static int tja11xx_get_sqi(struct phy_device *phydev) in tja11xx_get_sqi()
415 static int tja11xx_get_sqi_max(struct phy_device *phydev) in tja11xx_get_sqi_max()
420 static int tja11xx_get_sset_count(struct phy_device *phydev) in tja11xx_get_sset_count()
425 static void tja11xx_get_strings(struct phy_device *phydev, u8 *data) in tja11xx_get_strings()
433 static void tja11xx_get_stats(struct phy_device *phydev, in tja11xx_get_stats()
453 struct phy_device *phydev = dev_get_drvdata(dev); in tja11xx_hwmon_read() local
506 static int tja11xx_hwmon_register(struct phy_device *phydev, in tja11xx_hwmon_register()
517 static int tja11xx_parse_dt(struct phy_device *phydev) in tja11xx_parse_dt()
531 static int tja11xx_probe(struct phy_device *phydev) in tja11xx_probe()
612 static int tja1102_p0_probe(struct phy_device *phydev) in tja1102_p0_probe()
634 static int tja1102_match_phy_device(struct phy_device *phydev, bool port0) in tja1102_match_phy_device()
654 static int tja1102_p0_match_phy_device(struct phy_device *phydev) in tja1102_p0_match_phy_device()
659 static int tja1102_p1_match_phy_device(struct phy_device *phydev) in tja1102_p1_match_phy_device()
664 static int tja11xx_ack_interrupt(struct phy_device *phydev) in tja11xx_ack_interrupt()
673 static int tja11xx_config_intr(struct phy_device *phydev) in tja11xx_config_intr()
697 static irqreturn_t tja11xx_handle_interrupt(struct phy_device *phydev) in tja11xx_handle_interrupt()
721 static int tja11xx_cable_test_start(struct phy_device *phydev) in tja11xx_cable_test_start()
770 static int tja11xx_cable_test_report(struct phy_device *phydev) in tja11xx_cable_test_report()
784 static int tja11xx_cable_test_get_status(struct phy_device *phydev, in tja11xx_cable_test_get_status()