Home
last modified time | relevance | path

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 Ddhd.h813 struct task_struct* wlfc_thread; member
H A Ddhd_linux.c9593 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 Ddhd.h1087 struct task_struct* wlfc_thread; member
H A Ddhd_linux.c8557 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 Ddhd.h1087 struct task_struct* wlfc_thread; member
H A Ddhd_linux.c8557 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 Ddhd.h1089 struct task_struct* wlfc_thread; member
H A Ddhd_linux.c8535 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 Ddhd_linux.c11718 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 Ddhd.h1400 struct task_struct* wlfc_thread; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c11593 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 Ddhd.h1402 struct task_struct* wlfc_thread; member