Searched refs:link_cb_set (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | phy.h | 115 int (*link_cb_set)(const struct device *dev, phy_callback_t cb, member 194 return api->link_cb_set(dev, callback, user_data); in phy_link_callback_set()
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_dm8806.c | 442 .link_cb_set = phy_dm8806_link_cb_set,
|
D | phy_mii.c | 494 .link_cb_set = phy_mii_link_cb_set,
|
D | phy_qualcomm_ar8031.c | 489 .link_cb_set = qc_ar8031_link_cb_set,
|
D | phy_tja1103.c | 441 .link_cb_set = phy_tja1103_link_cb_set,
|
D | phy_microchip_ksz8081.c | 511 .link_cb_set = phy_mc_ksz8081_link_cb_set,
|
D | phy_ti_dp83825.c | 572 .link_cb_set = phy_ti_dp83825_link_cb_set,
|
D | phy_adin2111.c | 628 .link_cb_set = phy_adin2111_link_cb_set,
|
D | phy_realtek_rtl8211f.c | 648 .link_cb_set = phy_rt_rtl8211f_link_cb_set,
|