Searched refs:link_detect (Results 1 – 3 of 3) sorted by relevance
246 rt_thread_t link_detect; in rt_dw_eth_init() local247 link_detect = rt_thread_create("link_detect", in rt_dw_eth_init()253 if (link_detect != RT_NULL) in rt_dw_eth_init()255 rt_thread_startup(link_detect); in rt_dw_eth_init()
526 char link_detect[10]; in imx6ul_eth_init() local550 rt_sprintf(link_detect,"link_d%d",_imx6ul_eth_device[idx].mac_num); in imx6ul_eth_init()553 phy_link_tid = rt_thread_create(link_detect, in imx6ul_eth_init()563 memset(link_detect,0,sizeof(link_detect)); in imx6ul_eth_init()
871 rt_thread_t link_detect; in rt_geth_driver_init() local872 link_detect = rt_thread_create("link_detect", in rt_geth_driver_init()878 if (link_detect != RT_NULL) in rt_geth_driver_init()880 rt_thread_startup(link_detect); in rt_geth_driver_init()
Completed in 9 milliseconds