Searched refs:dhd_hang_process_work (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_priv.h | 370 struct work_struct dhd_hang_process_work; member
|
| H A D | dhd_linux.c | 8804 INIT_WORK(&dhd->dhd_hang_process_work, dhd_hang_process); 12705 cancel_work_sync(&dhd->dhd_hang_process_work); 15452 container_of(work_data, dhd_info_t, dhd_hang_process_work); 15577 schedule_work(&dhdp->info->dhd_hang_process_work);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_priv.h | 370 struct work_struct dhd_hang_process_work; member
|
| H A D | dhd_linux.c | 8804 INIT_WORK(&dhd->dhd_hang_process_work, dhd_hang_process); 12640 cancel_work_sync(&dhd->dhd_hang_process_work); 15387 container_of(work_data, dhd_info_t, dhd_hang_process_work); 15512 schedule_work(&dhdp->info->dhd_hang_process_work);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_priv.h | 367 struct work_struct dhd_hang_process_work; member
|
| H A D | dhd_linux.c | 8783 INIT_WORK(&dhd->dhd_hang_process_work, dhd_hang_process); 12822 cancel_work_sync(&dhd->dhd_hang_process_work); 15579 container_of(work_data, dhd_info_t, dhd_hang_process_work); 15704 schedule_work(&dhdp->info->dhd_hang_process_work);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_priv.h | 443 struct work_struct dhd_hang_process_work; member
|
| H A D | dhd_linux.c | 12057 INIT_WORK(&dhd->dhd_hang_process_work, dhd_hang_process); in dhd_attach() 17704 cancel_work_sync(&dhd->dhd_hang_process_work); in dhd_detach() 20527 dhd = container_of(work_data, dhd_info_t, dhd_hang_process_work); in dhd_hang_process() 20671 schedule_work(&dhdp->info->dhd_hang_process_work); in dhd_os_send_hang_message()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_priv.h | 441 struct work_struct dhd_hang_process_work; member
|
| H A D | dhd_linux.c | 11936 INIT_WORK(&dhd->dhd_hang_process_work, dhd_hang_process); in dhd_attach() 17595 cancel_work_sync(&dhd->dhd_hang_process_work); in dhd_detach() 20421 dhd = container_of(work_data, dhd_info_t, dhd_hang_process_work); in dhd_hang_process() 20565 schedule_work(&dhdp->info->dhd_hang_process_work); in dhd_os_send_hang_message()
|