Home
last modified time | relevance | path

Searched defs:phydev (Results 1 – 25 of 138) sorted by relevance

123456

/drivers/net/phy/
Dphy.c52 static void phy_link_up(struct phy_device *phydev) in phy_link_up()
58 static void phy_link_down(struct phy_device *phydev, bool do_carrier) in phy_link_down()
64 static const char *phy_pause_str(struct phy_device *phydev) in phy_pause_str()
94 void phy_print_status(struct phy_device *phydev) in phy_print_status()
117 static int phy_clear_interrupt(struct phy_device *phydev) in phy_clear_interrupt()
132 static int phy_config_interrupt(struct phy_device *phydev, bool interrupts) in phy_config_interrupt()
148 int phy_restart_aneg(struct phy_device *phydev) in phy_restart_aneg()
169 int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done()
239 static void phy_sanitize_settings(struct phy_device *phydev) in phy_sanitize_settings()
268 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_sset()
[all …]
Dmarvell.c197 static int marvell_read_page(struct phy_device *phydev) in marvell_read_page()
202 static int marvell_write_page(struct phy_device *phydev, int page) in marvell_write_page()
207 static int marvell_set_page(struct phy_device *phydev, int page) in marvell_set_page()
212 static int marvell_ack_interrupt(struct phy_device *phydev) in marvell_ack_interrupt()
225 static int marvell_config_intr(struct phy_device *phydev) in marvell_config_intr()
239 static int marvell_set_polarity(struct phy_device *phydev, int polarity) in marvell_set_polarity()
276 static int marvell_set_downshift(struct phy_device *phydev, bool enable, in marvell_set_downshift()
293 static int marvell_config_aneg(struct phy_device *phydev) in marvell_config_aneg()
326 static int m88e1101_config_aneg(struct phy_device *phydev) in m88e1101_config_aneg()
375 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init()
[all …]
Drealtek.c56 static int rtl821x_read_page(struct phy_device *phydev) in rtl821x_read_page()
61 static int rtl821x_write_page(struct phy_device *phydev, int page) in rtl821x_write_page()
66 static int rtl8201_ack_interrupt(struct phy_device *phydev) in rtl8201_ack_interrupt()
75 static int rtl821x_ack_interrupt(struct phy_device *phydev) in rtl821x_ack_interrupt()
84 static int rtl8211f_ack_interrupt(struct phy_device *phydev) in rtl8211f_ack_interrupt()
93 static int rtl8201_config_intr(struct phy_device *phydev) in rtl8201_config_intr()
105 static int rtl8211b_config_intr(struct phy_device *phydev) in rtl8211b_config_intr()
118 static int rtl8211e_config_intr(struct phy_device *phydev) in rtl8211e_config_intr()
131 static int rtl8211f_config_intr(struct phy_device *phydev) in rtl8211f_config_intr()
143 static int rtl8211_config_aneg(struct phy_device *phydev) in rtl8211_config_aneg()
[all …]
Dphy_device.c200 void phy_device_free(struct phy_device *phydev) in phy_device_free()
208 struct phy_device *phydev; in phy_mdio_device_free() local
221 struct phy_device *phydev; in phy_mdio_device_remove() local
234 static bool mdio_bus_phy_may_suspend(struct phy_device *phydev) in mdio_bus_phy_may_suspend()
274 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend() local
292 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume() local
311 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_restore() local
440 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup()
455 static int phy_scan_fixups(struct phy_device *phydev) in phy_scan_fixups()
478 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match() local
[all …]
Dbroadcom.c19 #define BRCM_PHY_MODEL(phydev) \ argument
22 #define BRCM_PHY_REV(phydev) \ argument
31 static int bcm54210e_config_init(struct phy_device *phydev) in bcm54210e_config_init()
46 static int bcm54612e_config_init(struct phy_device *phydev) in bcm54612e_config_init()
86 static int bcm54xx_config_clock_delay(struct phy_device *phydev) in bcm54xx_config_clock_delay()
128 static int bcm50610_a0_workaround(struct phy_device *phydev) in bcm50610_a0_workaround()
159 static int bcm54xx_phydsp_config(struct phy_device *phydev) in bcm54xx_phydsp_config()
207 static void bcm54xx_adjust_rxrefclk(struct phy_device *phydev) in bcm54xx_adjust_rxrefclk()
267 static int bcm54xx_config_init(struct phy_device *phydev) in bcm54xx_config_init()
337 static int bcm5482_config_init(struct phy_device *phydev) in bcm5482_config_init()
[all …]
Dbcm-phy-lib.c17 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val) in bcm_phy_write_exp()
29 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg) in bcm_phy_read_exp()
46 int bcm54xx_auxctl_read(struct phy_device *phydev, u16 regnum) in bcm54xx_auxctl_read()
57 int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val) in bcm54xx_auxctl_write()
63 int bcm_phy_write_misc(struct phy_device *phydev, in bcm_phy_write_misc()
87 int bcm_phy_read_misc(struct phy_device *phydev, in bcm_phy_read_misc()
111 int bcm_phy_ack_intr(struct phy_device *phydev) in bcm_phy_ack_intr()
124 int bcm_phy_config_intr(struct phy_device *phydev) in bcm_phy_config_intr()
141 int bcm_phy_read_shadow(struct phy_device *phydev, u16 shadow) in bcm_phy_read_shadow()
148 int bcm_phy_write_shadow(struct phy_device *phydev, u16 shadow, in bcm_phy_write_shadow()
[all …]
Dphy-c45.c15 int genphy_c45_pma_setup_forced(struct phy_device *phydev) in genphy_c45_pma_setup_forced()
91 int genphy_c45_an_config_aneg(struct phy_device *phydev) in genphy_c45_an_config_aneg()
136 int genphy_c45_an_disable_aneg(struct phy_device *phydev) in genphy_c45_an_disable_aneg()
152 int genphy_c45_restart_aneg(struct phy_device *phydev) in genphy_c45_restart_aneg()
168 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart) in genphy_c45_check_and_restart_aneg()
200 int genphy_c45_aneg_done(struct phy_device *phydev) in genphy_c45_aneg_done()
216 int genphy_c45_read_link(struct phy_device *phydev) in genphy_c45_read_link()
276 int genphy_c45_read_lpa(struct phy_device *phydev) in genphy_c45_read_lpa()
322 int genphy_c45_read_pma(struct phy_device *phydev) in genphy_c45_read_pma()
366 int genphy_c45_read_mdix(struct phy_device *phydev) in genphy_c45_read_mdix()
[all …]
Dphy-core.c225 static int __set_phy_supported(struct phy_device *phydev, u32 max_speed) in __set_phy_supported()
230 int phy_set_max_speed(struct phy_device *phydev, u32 max_speed) in phy_set_max_speed()
244 void of_set_phy_supported(struct phy_device *phydev) in of_set_phy_supported()
259 void of_set_phy_eee_broken(struct phy_device *phydev) in of_set_phy_eee_broken()
286 void phy_resolve_aneg_pause(struct phy_device *phydev) in phy_resolve_aneg_pause()
306 void phy_resolve_aneg_linkmode(struct phy_device *phydev) in phy_resolve_aneg_linkmode()
324 static int phy_resolve_min_speed(struct phy_device *phydev, bool fdx_only) in phy_resolve_min_speed()
342 int phy_speed_down_core(struct phy_device *phydev) in phy_speed_down_core()
375 int __phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in __phy_read_mmd()
410 int phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in phy_read_mmd()
[all …]
Dmicrel.c132 static int kszphy_extended_write(struct phy_device *phydev, in kszphy_extended_write()
139 static int kszphy_extended_read(struct phy_device *phydev, in kszphy_extended_read()
146 static int kszphy_ack_interrupt(struct phy_device *phydev) in kszphy_ack_interrupt()
156 static int kszphy_config_intr(struct phy_device *phydev) in kszphy_config_intr()
183 static int kszphy_rmii_clk_sel(struct phy_device *phydev, bool val) in kszphy_rmii_clk_sel()
199 static int kszphy_setup_led(struct phy_device *phydev, u32 reg, int val) in kszphy_setup_led()
233 static int kszphy_broadcast_disable(struct phy_device *phydev) in kszphy_broadcast_disable()
249 static int kszphy_nand_tree_disable(struct phy_device *phydev) in kszphy_nand_tree_disable()
270 static int kszphy_config_reset(struct phy_device *phydev) in kszphy_config_reset()
290 static int kszphy_config_init(struct phy_device *phydev) in kszphy_config_init()
[all …]
Dmarvell10g.c84 struct phy_device *phydev = dev_get_drvdata(dev); in mv3310_hwmon_read() local
141 static int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config()
159 struct phy_device *phydev = data; in mv3310_hwmon_disable() local
164 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe()
198 static inline int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config()
203 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe()
209 static int mv3310_probe(struct phy_device *phydev) in mv3310_probe()
242 static int mv3310_suspend(struct phy_device *phydev) in mv3310_suspend()
248 static int mv3310_resume(struct phy_device *phydev) in mv3310_resume()
267 static bool mv3310_has_pma_ngbaset_quirk(struct phy_device *phydev) in mv3310_has_pma_ngbaset_quirk()
[all …]
Dmicrochip.c24 static int lan88xx_read_page(struct phy_device *phydev) in lan88xx_read_page()
29 static int lan88xx_write_page(struct phy_device *phydev, int page) in lan88xx_write_page()
34 static int lan88xx_phy_config_intr(struct phy_device *phydev) in lan88xx_phy_config_intr()
52 static int lan88xx_phy_ack_interrupt(struct phy_device *phydev) in lan88xx_phy_ack_interrupt()
59 static int lan88xx_suspend(struct phy_device *phydev) in lan88xx_suspend()
70 static int lan88xx_TR_reg_set(struct phy_device *phydev, u16 regaddr, in lan88xx_TR_reg_set()
119 static void lan88xx_config_TR_regs(struct phy_device *phydev) in lan88xx_config_TR_regs()
215 static int lan88xx_probe(struct phy_device *phydev) in lan88xx_probe()
258 static void lan88xx_remove(struct phy_device *phydev) in lan88xx_remove()
267 static int lan88xx_set_wol(struct phy_device *phydev, in lan88xx_set_wol()
[all …]
Dbcm7xxx.c44 static int bcm7xxx_28nm_d0_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_d0_afe_config_init()
84 static int bcm7xxx_28nm_e0_plus_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_e0_plus_afe_config_init()
112 static int bcm7xxx_28nm_a0_patch_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_a0_patch_afe_config_init()
137 static int bcm7xxx_28nm_config_init(struct phy_device *phydev) in bcm7xxx_28nm_config_init()
196 static int bcm7xxx_28nm_resume(struct phy_device *phydev) in bcm7xxx_28nm_resume()
232 static int bcm7xxx_28nm_ephy_01_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_ephy_01_afe_config_init()
278 static int bcm7xxx_28nm_ephy_apd_enable(struct phy_device *phydev) in bcm7xxx_28nm_ephy_apd_enable()
303 static int bcm7xxx_28nm_ephy_eee_enable(struct phy_device *phydev) in bcm7xxx_28nm_ephy_eee_enable()
366 static int bcm7xxx_28nm_ephy_config_init(struct phy_device *phydev) in bcm7xxx_28nm_ephy_config_init()
395 static int bcm7xxx_28nm_ephy_resume(struct phy_device *phydev) in bcm7xxx_28nm_ephy_resume()
[all …]
Dbcm87xx.c34 static int bcm87xx_of_reg_init(struct phy_device *phydev) in bcm87xx_of_reg_init()
78 static int bcm87xx_of_reg_init(struct phy_device *phydev) in bcm87xx_of_reg_init()
84 static int bcm87xx_get_features(struct phy_device *phydev) in bcm87xx_get_features()
91 static int bcm87xx_config_init(struct phy_device *phydev) in bcm87xx_config_init()
96 static int bcm87xx_config_aneg(struct phy_device *phydev) in bcm87xx_config_aneg()
101 static int bcm87xx_read_status(struct phy_device *phydev) in bcm87xx_read_status()
138 static int bcm87xx_config_intr(struct phy_device *phydev) in bcm87xx_config_intr()
156 static int bcm87xx_did_interrupt(struct phy_device *phydev) in bcm87xx_did_interrupt()
171 static int bcm87xx_ack_interrupt(struct phy_device *phydev) in bcm87xx_ack_interrupt()
178 static int bcm8706_match_phy_device(struct phy_device *phydev) in bcm8706_match_phy_device()
[all …]
Dat803x.c87 static int at803x_debug_reg_read(struct phy_device *phydev, u16 reg) in at803x_debug_reg_read()
98 static int at803x_debug_reg_mask(struct phy_device *phydev, u16 reg, in at803x_debug_reg_mask()
115 static int at803x_enable_rx_delay(struct phy_device *phydev) in at803x_enable_rx_delay()
121 static int at803x_enable_tx_delay(struct phy_device *phydev) in at803x_enable_tx_delay()
127 static int at803x_disable_rx_delay(struct phy_device *phydev) in at803x_disable_rx_delay()
133 static int at803x_disable_tx_delay(struct phy_device *phydev) in at803x_disable_tx_delay()
140 static void at803x_context_save(struct phy_device *phydev, in at803x_context_save()
152 static void at803x_context_restore(struct phy_device *phydev, in at803x_context_restore()
163 static int at803x_set_wol(struct phy_device *phydev, in at803x_set_wol()
207 static void at803x_get_wol(struct phy_device *phydev, in at803x_get_wol()
[all …]
Dvitesse.c78 static int vsc824x_add_skew(struct phy_device *phydev) in vsc824x_add_skew()
99 static int vsc824x_config_init(struct phy_device *phydev) in vsc824x_config_init()
116 static int vsc73xx_read_page(struct phy_device *phydev) in vsc73xx_read_page()
121 static int vsc73xx_write_page(struct phy_device *phydev, int page) in vsc73xx_write_page()
126 static void vsc73xx_config_init(struct phy_device *phydev) in vsc73xx_config_init()
137 static int vsc738x_config_init(struct phy_device *phydev) in vsc738x_config_init()
203 static int vsc739x_config_init(struct phy_device *phydev) in vsc739x_config_init()
235 static int vsc73xx_config_aneg(struct phy_device *phydev) in vsc73xx_config_aneg()
248 static int vsc8601_add_skew(struct phy_device *phydev) in vsc8601_add_skew()
260 static int vsc8601_config_init(struct phy_device *phydev) in vsc8601_config_init()
[all …]
Dmscc.c435 static int vsc85xx_phy_read_page(struct phy_device *phydev) in vsc85xx_phy_read_page()
440 static int vsc85xx_phy_write_page(struct phy_device *phydev, int page) in vsc85xx_phy_write_page()
445 static int vsc85xx_get_sset_count(struct phy_device *phydev) in vsc85xx_get_sset_count()
455 static void vsc85xx_get_strings(struct phy_device *phydev, u8 *data) in vsc85xx_get_strings()
468 static u64 vsc85xx_get_stat(struct phy_device *phydev, int i) in vsc85xx_get_stat()
484 static void vsc85xx_get_stats(struct phy_device *phydev, in vsc85xx_get_stats()
497 static int vsc85xx_led_cntl_set(struct phy_device *phydev, in vsc85xx_led_cntl_set()
514 static int vsc85xx_mdix_get(struct phy_device *phydev, u8 *mdix) in vsc85xx_mdix_get()
527 static int vsc85xx_mdix_set(struct phy_device *phydev, u8 mdix) in vsc85xx_mdix_set()
562 static int vsc85xx_downshift_get(struct phy_device *phydev, u8 *count) in vsc85xx_downshift_get()
[all …]
Dadin.c195 static u32 adin_get_reg_value(struct phy_device *phydev, in adin_get_reg_value()
218 static int adin_config_rgmii_mode(struct phy_device *phydev) in adin_config_rgmii_mode()
264 static int adin_config_rmii_mode(struct phy_device *phydev) in adin_config_rmii_mode()
291 static int adin_get_downshift(struct phy_device *phydev, u8 *data) in adin_get_downshift()
311 static int adin_set_downshift(struct phy_device *phydev, u8 cnt) in adin_set_downshift()
336 static int adin_get_edpd(struct phy_device *phydev, u16 *tx_interval) in adin_get_edpd()
357 static int adin_set_edpd(struct phy_device *phydev, u16 tx_interval) in adin_set_edpd()
384 static int adin_get_tunable(struct phy_device *phydev, in adin_get_tunable()
397 static int adin_set_tunable(struct phy_device *phydev, in adin_set_tunable()
410 static int adin_config_init(struct phy_device *phydev) in adin_config_init()
[all …]
Dsmsc.c38 static int smsc_phy_config_intr(struct phy_device *phydev) in smsc_phy_config_intr()
48 static int smsc_phy_ack_interrupt(struct phy_device *phydev) in smsc_phy_ack_interrupt()
55 static int smsc_phy_config_init(struct phy_device *phydev) in smsc_phy_config_init()
75 static int smsc_phy_reset(struct phy_device *phydev) in smsc_phy_reset()
94 static int lan911x_config_init(struct phy_device *phydev) in lan911x_config_init()
108 static int lan87xx_read_status(struct phy_device *phydev) in lan87xx_read_status()
152 static int smsc_get_sset_count(struct phy_device *phydev) in smsc_get_sset_count()
157 static void smsc_get_strings(struct phy_device *phydev, u8 *data) in smsc_get_strings()
167 static u64 smsc_get_stat(struct phy_device *phydev, int i) in smsc_get_stat()
182 static void smsc_get_stats(struct phy_device *phydev, in smsc_get_stats()
[all …]
Daquantia_main.c149 static int aqr107_get_sset_count(struct phy_device *phydev) in aqr107_get_sset_count()
154 static void aqr107_get_strings(struct phy_device *phydev, u8 *data) in aqr107_get_strings()
163 static u64 aqr107_get_stat(struct phy_device *phydev, int index) in aqr107_get_stat()
187 static void aqr107_get_stats(struct phy_device *phydev, in aqr107_get_stats()
206 static int aqr_config_aneg(struct phy_device *phydev) in aqr_config_aneg()
244 static int aqr_config_intr(struct phy_device *phydev) in aqr_config_intr()
264 static int aqr_ack_interrupt(struct phy_device *phydev) in aqr_ack_interrupt()
273 static int aqr_read_status(struct phy_device *phydev) in aqr_read_status()
293 static int aqr107_read_downshift_event(struct phy_device *phydev) in aqr107_read_downshift_event()
304 static int aqr107_read_rate(struct phy_device *phydev) in aqr107_read_rate()
[all …]
Dlxt.c59 static int lxt970_ack_interrupt(struct phy_device *phydev) in lxt970_ack_interrupt()
76 static int lxt970_config_intr(struct phy_device *phydev) in lxt970_config_intr()
84 static int lxt970_config_init(struct phy_device *phydev) in lxt970_config_init()
90 static int lxt971_ack_interrupt(struct phy_device *phydev) in lxt971_ack_interrupt()
100 static int lxt971_config_intr(struct phy_device *phydev) in lxt971_config_intr()
113 static int lxt973a2_update_link(struct phy_device *phydev) in lxt973a2_update_link()
145 static int lxt973a2_read_status(struct phy_device *phydev) in lxt973a2_read_status()
222 static int lxt973_probe(struct phy_device *phydev) in lxt973_probe()
243 static int lxt973_config_aneg(struct phy_device *phydev) in lxt973_config_aneg()
Dbcm-cygnus.c20 static int bcm_cygnus_afe_config(struct phy_device *phydev) in bcm_cygnus_afe_config()
75 static int bcm_cygnus_config_init(struct phy_device *phydev) in bcm_cygnus_config_init()
111 static int bcm_cygnus_resume(struct phy_device *phydev) in bcm_cygnus_resume()
128 static int bcm_omega_config_init(struct phy_device *phydev) in bcm_omega_config_init()
168 static int bcm_omega_resume(struct phy_device *phydev) in bcm_omega_resume()
185 static int bcm_omega_get_tunable(struct phy_device *phydev, in bcm_omega_get_tunable()
196 static int bcm_omega_set_tunable(struct phy_device *phydev, in bcm_omega_set_tunable()
225 static void bcm_omega_get_phy_stats(struct phy_device *phydev, in bcm_omega_get_phy_stats()
233 static int bcm_omega_probe(struct phy_device *phydev) in bcm_omega_probe()
Dicplus.c64 static int ip175c_config_init(struct phy_device *phydev) in ip175c_config_init()
119 static int ip1xx_reset(struct phy_device *phydev) in ip1xx_reset()
141 static int ip1001_config_init(struct phy_device *phydev) in ip1001_config_init()
181 static int ip175c_read_status(struct phy_device *phydev) in ip175c_read_status()
192 static int ip175c_config_aneg(struct phy_device *phydev) in ip175c_config_aneg()
200 static int ip101a_g_probe(struct phy_device *phydev) in ip101a_g_probe()
231 static int ip101a_g_config_init(struct phy_device *phydev) in ip101a_g_config_init()
275 static int ip101a_g_config_intr(struct phy_device *phydev) in ip101a_g_config_intr()
288 static int ip101a_g_did_interrupt(struct phy_device *phydev) in ip101a_g_did_interrupt()
300 static int ip101a_g_ack_interrupt(struct phy_device *phydev) in ip101a_g_ack_interrupt()
Dnxp-tja11xx.c73 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check()
91 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check()
103 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write()
108 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control()
113 static int tja11xx_wakeup(struct phy_device *phydev) in tja11xx_wakeup()
159 static int tja11xx_soft_reset(struct phy_device *phydev) in tja11xx_soft_reset()
170 static int tja11xx_config_init(struct phy_device *phydev) in tja11xx_config_init()
222 static int tja11xx_read_status(struct phy_device *phydev) in tja11xx_read_status()
242 static int tja11xx_get_sset_count(struct phy_device *phydev) in tja11xx_get_sset_count()
247 static void tja11xx_get_strings(struct phy_device *phydev, u8 *data) in tja11xx_get_strings()
[all …]
Drockchip.c42 static int rockchip_init_tstmode(struct phy_device *phydev) in rockchip_init_tstmode()
58 static int rockchip_close_tstmode(struct phy_device *phydev) in rockchip_close_tstmode()
64 static int rockchip_integrated_phy_analog_init(struct phy_device *phydev) in rockchip_integrated_phy_analog_init()
86 static int rockchip_integrated_phy_config_init(struct phy_device *phydev) in rockchip_integrated_phy_config_init()
105 static void rockchip_link_change_notify(struct phy_device *phydev) in rockchip_link_change_notify()
121 static int rockchip_set_polarity(struct phy_device *phydev, int polarity) in rockchip_set_polarity()
155 static int rockchip_config_aneg(struct phy_device *phydev) in rockchip_config_aneg()
166 static int rockchip_phy_resume(struct phy_device *phydev) in rockchip_phy_resume()
Dmeson-gxl.c48 static int meson_gxl_open_banks(struct phy_device *phydev) in meson_gxl_open_banks()
67 static void meson_gxl_close_banks(struct phy_device *phydev) in meson_gxl_close_banks()
72 static int meson_gxl_read_reg(struct phy_device *phydev, in meson_gxl_read_reg()
95 static int meson_gxl_write_reg(struct phy_device *phydev, in meson_gxl_write_reg()
120 static int meson_gxl_config_init(struct phy_device *phydev) in meson_gxl_config_init()
158 static int meson_gxl_read_status(struct phy_device *phydev) in meson_gxl_read_status()
194 static int meson_gxl_ack_interrupt(struct phy_device *phydev) in meson_gxl_ack_interrupt()
201 static int meson_gxl_config_intr(struct phy_device *phydev) in meson_gxl_config_intr()

123456