Searched refs:wlfc_thread (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd.h | 813 struct task_struct* wlfc_thread; member
|
| H A D | dhd_linux.c | 9593 dhd->pub.wlfc_thread = kthread_create(dhd_wlfc_transfer_packets, &dhd->pub, "wlfc-thread"); in dhd_attach() 9594 if (IS_ERR(dhd->pub.wlfc_thread)) { in dhd_attach() 9598 wake_up_process(dhd->pub.wlfc_thread); in dhd_attach() 13183 if (dhd->pub.wlfc_thread) { in dhd_detach() 13184 kthread_stop(dhd->pub.wlfc_thread); in dhd_detach() 13188 dhd->pub.wlfc_thread = NULL; in dhd_detach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd.h | 1087 struct task_struct* wlfc_thread; member
|
| H A D | dhd_linux.c | 8557 dhd->pub.wlfc_thread = kthread_create(dhd_wlfc_transfer_packets, &dhd->pub, "wlfc-thread"); 8558 if (IS_ERR(dhd->pub.wlfc_thread)) { 8562 wake_up_process(dhd->pub.wlfc_thread); 12293 if (dhd->pub.wlfc_thread) { 12294 kthread_stop(dhd->pub.wlfc_thread); 12298 dhd->pub.wlfc_thread = NULL;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd.h | 1087 struct task_struct* wlfc_thread; member
|
| H A D | dhd_linux.c | 8557 dhd->pub.wlfc_thread = kthread_create(dhd_wlfc_transfer_packets, &dhd->pub, "wlfc-thread"); 8558 if (IS_ERR(dhd->pub.wlfc_thread)) { 8562 wake_up_process(dhd->pub.wlfc_thread); 12358 if (dhd->pub.wlfc_thread) { 12359 kthread_stop(dhd->pub.wlfc_thread); 12363 dhd->pub.wlfc_thread = NULL;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd.h | 1089 struct task_struct* wlfc_thread; member
|
| H A D | dhd_linux.c | 8535 dhd->pub.wlfc_thread = kthread_create(dhd_wlfc_transfer_packets, &dhd->pub, "wlfc-thread"); 8536 if (IS_ERR(dhd->pub.wlfc_thread)) { 8540 wake_up_process(dhd->pub.wlfc_thread); 12477 if (dhd->pub.wlfc_thread) { 12478 kthread_stop(dhd->pub.wlfc_thread); 12482 dhd->pub.wlfc_thread = NULL;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 11718 dhd->pub.wlfc_thread = kthread_create(dhd_wlfc_transfer_packets, &dhd->pub, "wlfc-thread"); in dhd_attach() 11719 if (IS_ERR(dhd->pub.wlfc_thread)) { in dhd_attach() 11723 wake_up_process(dhd->pub.wlfc_thread); in dhd_attach() 17300 if (dhd->pub.wlfc_thread) { in dhd_detach() 17301 kthread_stop(dhd->pub.wlfc_thread); in dhd_detach() 17305 dhd->pub.wlfc_thread = NULL; in dhd_detach()
|
| H A D | dhd.h | 1400 struct task_struct* wlfc_thread; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 11593 dhd->pub.wlfc_thread = kthread_create(dhd_wlfc_transfer_packets, &dhd->pub, "wlfc-thread"); in dhd_attach() 11594 if (IS_ERR(dhd->pub.wlfc_thread)) { in dhd_attach() 11598 wake_up_process(dhd->pub.wlfc_thread); in dhd_attach() 17190 if (dhd->pub.wlfc_thread) { in dhd_detach() 17191 kthread_stop(dhd->pub.wlfc_thread); in dhd_detach() 17195 dhd->pub.wlfc_thread = NULL; in dhd_detach()
|
| H A D | dhd.h | 1402 struct task_struct* wlfc_thread; member
|