• Home
  • Raw
  • Download

Lines Matching refs:phy_device

78 	struct phy_device *phydev;
98 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check()
106 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check()
118 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write()
123 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control()
128 static int tja11xx_disable_link_control(struct phy_device *phydev) in tja11xx_disable_link_control()
133 static int tja11xx_wakeup(struct phy_device *phydev) in tja11xx_wakeup()
179 static int tja11xx_soft_reset(struct phy_device *phydev) in tja11xx_soft_reset()
190 static int tja11xx_config_aneg_cable_test(struct phy_device *phydev) in tja11xx_config_aneg_cable_test()
223 static int tja11xx_config_aneg(struct phy_device *phydev) in tja11xx_config_aneg()
254 static int tja11xx_config_init(struct phy_device *phydev) in tja11xx_config_init()
307 static int tja11xx_read_status(struct phy_device *phydev) in tja11xx_read_status()
339 static int tja11xx_get_sqi(struct phy_device *phydev) in tja11xx_get_sqi()
350 static int tja11xx_get_sqi_max(struct phy_device *phydev) in tja11xx_get_sqi_max()
355 static int tja11xx_get_sset_count(struct phy_device *phydev) in tja11xx_get_sset_count()
360 static void tja11xx_get_strings(struct phy_device *phydev, u8 *data) in tja11xx_get_strings()
370 static void tja11xx_get_stats(struct phy_device *phydev, in tja11xx_get_stats()
390 struct phy_device *phydev = dev_get_drvdata(dev); in tja11xx_hwmon_read()
443 static int tja11xx_hwmon_register(struct phy_device *phydev, in tja11xx_hwmon_register()
466 static int tja11xx_probe(struct phy_device *phydev) in tja11xx_probe()
484 struct phy_device *phydev_phy0 = priv->phydev; in tja1102_p1_register()
492 struct phy_device *phy; in tja1102_p1_register()
541 static int tja1102_p0_probe(struct phy_device *phydev) in tja1102_p0_probe()
563 static int tja1102_match_phy_device(struct phy_device *phydev, bool port0) in tja1102_match_phy_device()
583 static int tja1102_p0_match_phy_device(struct phy_device *phydev) in tja1102_p0_match_phy_device()
588 static int tja1102_p1_match_phy_device(struct phy_device *phydev) in tja1102_p1_match_phy_device()
593 static int tja11xx_ack_interrupt(struct phy_device *phydev) in tja11xx_ack_interrupt()
602 static int tja11xx_config_intr(struct phy_device *phydev) in tja11xx_config_intr()
626 static irqreturn_t tja11xx_handle_interrupt(struct phy_device *phydev) in tja11xx_handle_interrupt()
650 static int tja11xx_cable_test_start(struct phy_device *phydev) in tja11xx_cable_test_start()
699 static int tja11xx_cable_test_report(struct phy_device *phydev) in tja11xx_cable_test_report()
713 static int tja11xx_cable_test_get_status(struct phy_device *phydev, in tja11xx_cable_test_get_status()