Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_test.c126 .get_phy = vnd_ethernet_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_sensry_sy1xx_mac.c594 .get_phy = sy1xx_mac_get_phy,
Deth_smsc91x.c780 .get_phy = eth_get_phy,
Deth_nxp_s32_gmac.c599 .get_phy = eth_nxp_s32_get_phy,
Deth_nxp_enet.c866 .get_phy = eth_nxp_enet_get_phy,
Deth_xmc4xxx.c969 .get_phy = eth_xmc4xxx_get_phy,
Deth_stm32_hal.c1504 .get_phy = eth_stm32_hal_get_phy,
Deth_sam_gmac.c2107 .get_phy = eth_sam_gmac_get_phy,
/Zephyr-latest/drivers/ethernet/nxp_imx_netc/
Deth_nxp_imx_netc_psi.c129 .get_phy = netc_eth_get_phy,
Ddsa_nxp_imx_netc.c237 .get_phy = dsa_netc_get_phy,
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c951 if (!api->get_phy) { in net_eth_get_phy()
955 return api->get_phy(net_if_get_device(iface)); in net_eth_get_phy()
/Zephyr-latest/include/zephyr/net/
Dethernet.h591 const struct device *(*get_phy)(const struct device *dev); member
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c660 .get_phy = eth_nxp_enet_qos_get_phy,
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst531 * Added a :c:func:`get_phy` function to the ethernet driver api, which returns the phy device