Searched refs:phy_interface_t (Results 1 – 25 of 64) sorted by relevance
123
/Linux-v4.19/include/linux/ |
D | phylink.h | 48 phy_interface_t interface; 77 phy_interface_t interface); 79 phy_interface_t interface, 174 phy_interface_t interface); 190 phy_interface_t interface, 195 phy_interface_t iface, const struct phylink_mac_ops *ops);
|
D | of_mdio.h | 21 u32 flags, phy_interface_t iface); 27 phy_interface_t iface); 76 u32 flags, phy_interface_t iface) in of_phy_connect() 90 u32 flags, phy_interface_t iface) in of_phy_attach()
|
D | phy.h | 92 } phy_interface_t; typedef 114 static inline const char *phy_modes(phy_interface_t interface) in phy_modes() 425 phy_interface_t interface; 851 static inline bool phy_interface_mode_is_rgmii(phy_interface_t mode) in phy_interface_mode_is_rgmii() 865 static inline bool phy_interface_mode_is_8023z(phy_interface_t mode) in phy_interface_mode_is_8023z() 939 phy_interface_t interface); 942 u32 flags, phy_interface_t interface); 945 phy_interface_t interface); 948 phy_interface_t interface);
|
D | fec.h | 20 phy_interface_t phy;
|
D | pxa168_eth.h | 19 phy_interface_t intf;
|
D | sh_eth.h | 11 phy_interface_t phy_interface;
|
D | smsc911x.h | 34 phy_interface_t phy_interface;
|
D | sfp.h | 497 phy_interface_t sfp_select_interface(struct sfp_bus *bus, 524 static inline phy_interface_t sfp_select_interface(struct sfp_bus *bus, in sfp_select_interface()
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | cpsw-phy-sel.c | 43 phy_interface_t phy_mode, int slave); 48 phy_interface_t phy_mode, int slave) in cpsw_gmii_sel_am3352() 108 phy_interface_t phy_mode, int slave) in cpsw_gmii_sel_dra7xx() 168 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel()
|
D | cpsw.h | 24 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave);
|
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/ |
D | port.h | 262 phy_interface_t mode); 264 phy_interface_t mode); 313 phy_interface_t mode);
|
D | port.c | 73 phy_interface_t mode) in mv88e6xxx_port_set_rgmii_delay() 114 phy_interface_t mode) in mv88e6352_port_set_rgmii_delay() 123 phy_interface_t mode) in mv88e6390_port_set_rgmii_delay() 343 phy_interface_t mode) in mv88e6390x_port_set_cmode()
|
D | chip.h | 337 phy_interface_t mode); 396 phy_interface_t mode);
|
/Linux-v4.19/include/linux/platform_data/ |
D | bcmgenet.h | 11 phy_interface_t phy_interface;
|
/Linux-v4.19/drivers/of/ |
D | of_mdio.c | 333 phy_interface_t iface) in of_phy_connect() 367 phy_interface_t iface; in of_phy_get_and_connect() 409 phy_interface_t iface) in of_phy_attach()
|
/Linux-v4.19/drivers/net/ethernet/freescale/fman/ |
D | mac.h | 53 phy_interface_t phy_if;
|
D | fman_mac.h | 187 phy_interface_t phy_if;
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_misc.c | 510 static phy_interface_t hns_mac_get_phy_if(struct hns_mac_cb *mac_cb) in hns_mac_get_phy_if() 516 phy_interface_t phy_if; in hns_mac_get_phy_if() 542 static phy_interface_t hns_mac_get_phy_if_acpi(struct hns_mac_cb *mac_cb) in hns_mac_get_phy_if_acpi() 544 phy_interface_t phy_if = PHY_INTERFACE_MODE_NA; in hns_mac_get_phy_if_acpi()
|
/Linux-v4.19/include/net/ |
D | dsa.h | 376 phy_interface_t interface); 379 phy_interface_t interface,
|
/Linux-v4.19/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 258 phy_interface_t phy_mode; 291 phy_interface_t phy_mode, u32 arg); 1558 phy_interface_t phy_mode; in ave_probe() 1751 phy_interface_t phy_mode, u32 arg) in ave_pro4_get_pinmode() 1774 phy_interface_t phy_mode, u32 arg) in ave_ld11_get_pinmode() 1796 phy_interface_t phy_mode, u32 arg) in ave_ld20_get_pinmode() 1818 phy_interface_t phy_mode, u32 arg) in ave_pxs3_get_pinmode()
|
/Linux-v4.19/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet.h | 436 phy_interface_t phy_mode;
|
/Linux-v4.19/drivers/net/phy/ |
D | phy_device.c | 759 phy_interface_t interface) in phy_connect_direct() 793 phy_interface_t interface) in phy_connect() 963 u32 flags, phy_interface_t interface) in phy_attach_direct() 1097 phy_interface_t interface) in phy_attach()
|
D | phylink.c | 50 phy_interface_t link_interface; /* PHY_INTERFACE_xxx */ 560 phy_interface_t iface, in phylink_create() 721 phy_interface_t interface) in __phylink_connect_phy() 1578 phy_interface_t iface; in phylink_sfp_module_insert()
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-ipq806x.c | 90 phy_interface_t phy_mode;
|
/Linux-v4.19/drivers/net/ethernet/renesas/ |
D | sh_eth.h | 537 phy_interface_t phy_interface;
|
123