Home
last modified time | relevance | path

Searched refs:get_phy (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_test.c126 .get_phy = vnd_ethernet_get_phy,
Deth_nxp_imx_netc_psi.c119 .get_phy = netc_eth_get_phy,
Deth_litex_liteeth.c298 .get_phy = eth_get_phy,
Deth_esp32.c392 .get_phy = eth_esp32_phy_get,
Deth_nxp_s32_netc_psi.c214 .get_phy = nxp_s32_eth_get_phy,
Deth_nxp_s32_gmac.c599 .get_phy = eth_nxp_s32_get_phy,
Deth_smsc91x.c780 .get_phy = eth_get_phy,
Deth_xmc4xxx.c969 .get_phy = eth_xmc4xxx_get_phy,
Deth_sam_gmac.c2107 .get_phy = eth_sam_gmac_get_phy,
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c955 if (!api->get_phy) { in net_eth_get_phy()
959 return api->get_phy(net_if_get_device(iface)); in net_eth_get_phy()
/Zephyr-latest/include/zephyr/net/
Dethernet.h584 const struct device *(*get_phy)(const struct device *dev); member
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c620 .get_phy = eth_nxp_enet_qos_get_phy,
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c866 .get_phy = eth_nxp_enet_get_phy,
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst533 * Added a :c:func:`get_phy` function to the ethernet driver api, which returns the phy device