Lines Matching defs:phydev

134 static int kszphy_extended_write(struct phy_device *phydev,  in kszphy_extended_write()
141 static int kszphy_extended_read(struct phy_device *phydev, in kszphy_extended_read()
148 static int kszphy_ack_interrupt(struct phy_device *phydev) in kszphy_ack_interrupt()
158 static int kszphy_config_intr(struct phy_device *phydev) in kszphy_config_intr()
185 static int kszphy_rmii_clk_sel(struct phy_device *phydev, bool val) in kszphy_rmii_clk_sel()
201 static int kszphy_setup_led(struct phy_device *phydev, u32 reg, int val) in kszphy_setup_led()
235 static int kszphy_broadcast_disable(struct phy_device *phydev) in kszphy_broadcast_disable()
251 static int kszphy_nand_tree_disable(struct phy_device *phydev) in kszphy_nand_tree_disable()
272 static int kszphy_config_reset(struct phy_device *phydev) in kszphy_config_reset()
292 static int kszphy_config_init(struct phy_device *phydev) in kszphy_config_init()
311 static int ksz8041_fiber_mode(struct phy_device *phydev) in ksz8041_fiber_mode()
318 static int ksz8041_config_init(struct phy_device *phydev) in ksz8041_config_init()
340 static int ksz8041_config_aneg(struct phy_device *phydev) in ksz8041_config_aneg()
351 static int ksz8051_ksz8795_match_phy_device(struct phy_device *phydev, in ksz8051_ksz8795_match_phy_device()
375 static int ksz8051_match_phy_device(struct phy_device *phydev) in ksz8051_match_phy_device()
380 static int ksz8081_config_init(struct phy_device *phydev) in ksz8081_config_init()
392 static int ksz8061_config_init(struct phy_device *phydev) in ksz8061_config_init()
403 static int ksz8795_match_phy_device(struct phy_device *phydev) in ksz8795_match_phy_device()
408 static int ksz9021_load_values_from_of(struct phy_device *phydev, in ksz9021_load_values_from_of()
456 static int ksz9021_config_init(struct phy_device *phydev) in ksz9021_config_init()
548 static int ksz9031_of_load_skew_values(struct phy_device *phydev, in ksz9031_of_load_skew_values()
589 static int ksz9031_center_flp_timing(struct phy_device *phydev) in ksz9031_center_flp_timing()
607 static int ksz9031_enable_edpd(struct phy_device *phydev) in ksz9031_enable_edpd()
618 static int ksz9031_config_rgmii_delay(struct phy_device *phydev) in ksz9031_config_rgmii_delay()
679 static int ksz9031_config_init(struct phy_device *phydev) in ksz9031_config_init()
779 static int ksz9131_of_load_skew_values(struct phy_device *phydev, in ksz9131_of_load_skew_values()
838 static int ksz9131_config_rgmii_delay(struct phy_device *phydev) in ksz9131_config_rgmii_delay()
875 static int ksz9131_config_init(struct phy_device *phydev) in ksz9131_config_init()
937 static int ksz8873mll_read_status(struct phy_device *phydev) in ksz8873mll_read_status()
962 static int ksz9031_get_features(struct phy_device *phydev) in ksz9031_get_features()
989 static int ksz9031_read_status(struct phy_device *phydev) in ksz9031_read_status()
1013 static int ksz8873mll_config_aneg(struct phy_device *phydev) in ksz8873mll_config_aneg()
1018 static int kszphy_get_sset_count(struct phy_device *phydev) in kszphy_get_sset_count()
1023 static void kszphy_get_strings(struct phy_device *phydev, u8 *data) in kszphy_get_strings()
1033 static u64 kszphy_get_stat(struct phy_device *phydev, int i) in kszphy_get_stat()
1052 static void kszphy_get_stats(struct phy_device *phydev, in kszphy_get_stats()
1061 static int kszphy_suspend(struct phy_device *phydev) in kszphy_suspend()
1073 static int kszphy_resume(struct phy_device *phydev) in kszphy_resume()
1099 static int kszphy_probe(struct phy_device *phydev) in kszphy_probe()