Home
last modified time | relevance | path

Searched refs:phy_link_callback_set (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/net/
Dphy.h158 static inline int phy_link_callback_set(const struct device *dev, in phy_link_callback_set() function
/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_esp32.c308 phy_link_callback_set(eth_esp32_phy_dev, phy_link_state_changed, in eth_esp32_iface_init()
Deth_nxp_s32_netc_psi.c193 phy_link_callback_set(cfg->phy_dev, &phy_link_state_changed, (void *)dev); in nxp_s32_eth_iface_init()
Deth_smsc91x.c763 phy_link_callback_set(phy_dev, phy_link_state_changed, (void *)dev); in eth_initialize()
Deth_nxp_s32_gmac.c378 phy_link_callback_set(cfg->phy_dev, &phy_link_state_changed, (void *)dev); in eth_nxp_s32_iface_init()
Deth_nxp_enet.c538 ret = phy_link_callback_set(config->phy_dev, nxp_enet_phy_cb, (void *)dev); in nxp_enet_phy_init()
Deth_xmc4xxx.c687 phy_link_callback_set(dev_cfg->phy_dev, &phy_link_state_changed, (void *)dev); in eth_xmc4xxx_iface_init()
Deth_sam_gmac.c1983 phy_link_callback_set(cfg->phy_dev, &phy_link_state_changed, in eth0_iface_init()