Lines Matching refs:phy_device
209 static int at803x_debug_reg_write(struct phy_device *phydev, u16 reg, u16 data) in at803x_debug_reg_write()
220 static int at803x_debug_reg_read(struct phy_device *phydev, u16 reg) in at803x_debug_reg_read()
231 static int at803x_debug_reg_mask(struct phy_device *phydev, u16 reg, in at803x_debug_reg_mask()
248 static int at803x_write_page(struct phy_device *phydev, int page) in at803x_write_page()
264 static int at803x_read_page(struct phy_device *phydev) in at803x_read_page()
277 static int at803x_enable_rx_delay(struct phy_device *phydev) in at803x_enable_rx_delay()
283 static int at803x_enable_tx_delay(struct phy_device *phydev) in at803x_enable_tx_delay()
289 static int at803x_disable_rx_delay(struct phy_device *phydev) in at803x_disable_rx_delay()
295 static int at803x_disable_tx_delay(struct phy_device *phydev) in at803x_disable_tx_delay()
302 static void at803x_context_save(struct phy_device *phydev, in at803x_context_save()
314 static void at803x_context_restore(struct phy_device *phydev, in at803x_context_restore()
325 static int at803x_set_wol(struct phy_device *phydev, in at803x_set_wol()
369 static void at803x_get_wol(struct phy_device *phydev, in at803x_get_wol()
382 static int at803x_get_sset_count(struct phy_device *phydev) in at803x_get_sset_count()
387 static void at803x_get_strings(struct phy_device *phydev, u8 *data) in at803x_get_strings()
397 static u64 at803x_get_stat(struct phy_device *phydev, int i) in at803x_get_stat()
420 static void at803x_get_stats(struct phy_device *phydev, in at803x_get_stats()
429 static int at803x_suspend(struct phy_device *phydev) in at803x_suspend()
447 static int at803x_resume(struct phy_device *phydev) in at803x_resume()
455 struct phy_device *phydev = rdev_get_drvdata(rdev); in at803x_rgmii_reg_set_voltage_sel()
467 struct phy_device *phydev = rdev_get_drvdata(rdev); in at803x_rgmii_reg_get_voltage_sel()
511 static int at8031_register_regulators(struct phy_device *phydev) in at8031_register_regulators()
535 static int at803x_parse_dt(struct phy_device *phydev) in at803x_parse_dt()
647 static int at803x_probe(struct phy_device *phydev) in at803x_probe()
672 static void at803x_remove(struct phy_device *phydev) in at803x_remove()
680 static int at803x_get_features(struct phy_device *phydev) in at803x_get_features()
708 static int at803x_smarteee_config(struct phy_device *phydev) in at803x_smarteee_config()
740 static int at803x_clk_out_config(struct phy_device *phydev) in at803x_clk_out_config()
751 static int at8031_pll_config(struct phy_device *phydev) in at8031_pll_config()
766 static int at803x_config_init(struct phy_device *phydev) in at803x_config_init()
824 static int at803x_ack_interrupt(struct phy_device *phydev) in at803x_ack_interrupt()
833 static int at803x_config_intr(struct phy_device *phydev) in at803x_config_intr()
865 static irqreturn_t at803x_handle_interrupt(struct phy_device *phydev) in at803x_handle_interrupt()
891 static void at803x_link_change_notify(struct phy_device *phydev) in at803x_link_change_notify()
916 static int at803x_read_status(struct phy_device *phydev) in at803x_read_status()
993 static int at803x_config_mdix(struct phy_device *phydev, u8 ctrl) in at803x_config_mdix()
1016 static int at803x_config_aneg(struct phy_device *phydev) in at803x_config_aneg()
1037 static int at803x_get_downshift(struct phy_device *phydev, u8 *d) in at803x_get_downshift()
1053 static int at803x_set_downshift(struct phy_device *phydev, u8 cnt) in at803x_set_downshift()
1089 static int at803x_get_tunable(struct phy_device *phydev, in at803x_get_tunable()
1100 static int at803x_set_tunable(struct phy_device *phydev, in at803x_set_tunable()
1166 static int at803x_cdt_start(struct phy_device *phydev, int pair) in at803x_cdt_start()
1176 static int at803x_cdt_wait_for_completion(struct phy_device *phydev) in at803x_cdt_wait_for_completion()
1188 static int at803x_cable_test_one_pair(struct phy_device *phydev, int pair) in at803x_cable_test_one_pair()
1223 static int at803x_cable_test_get_status(struct phy_device *phydev, in at803x_cable_test_get_status()
1262 static int at803x_cable_test_start(struct phy_device *phydev) in at803x_cable_test_start()
1278 static int qca83xx_config_init(struct phy_device *phydev) in qca83xx_config_init()