| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
| D | sta.h | 93 void xradio_event_handler(struct work_struct *work); 94 void xradio_bss_loss_work(struct work_struct *work); 95 void xradio_connection_loss_work(struct work_struct *work); 96 void xradio_keep_alive_work(struct work_struct *work); 97 void xradio_tx_failure_work(struct work_struct *work); 103 void xradio_join_work(struct work_struct *work); 104 void xradio_join_timeout(struct work_struct *work); 105 void xradio_unjoin_work(struct work_struct *work); 106 void xradio_offchannel_work(struct work_struct *work); 107 void xradio_wep_key_work(struct work_struct *work); [all …]
|
| D | scan.h | 23 /* external */ struct work_struct; 32 struct work_struct work; 34 struct work_struct swork; /* scheduled scan work */ 66 void xradio_sched_scan_work(struct work_struct *work); 68 void xradio_scan_work(struct work_struct *work); 69 void xradio_scan_timeout(struct work_struct *work); 75 void xradio_probe_work(struct work_struct *work); 78 void xradio_advance_scan_timeout(struct work_struct *work);
|
| D | ap.h | 41 void xradio_set_tim_work(struct work_struct *work); 42 void xradio_set_cts_work(struct work_struct *work); 43 void xradio_multicast_start_work(struct work_struct *work); 44 void xradio_multicast_stop_work(struct work_struct *work); 48 void xradio_link_id_work(struct work_struct *work); 49 void xradio_link_id_gc_work(struct work_struct *work); 55 void xradio_ht_info_update_work(struct work_struct *work);
|
| D | xradio.h | 327 struct work_struct ba_work; /*TODO: Same as above */ 380 struct work_struct hw_restart_work; 409 struct work_struct query_work; /* for query packet */ 422 struct work_struct event_handler; 426 struct work_struct tx_policy_upload_work; 537 struct work_struct update_filtering_work; 538 struct work_struct set_beacon_wakeup_period_work; 553 struct work_struct join_work; 555 struct work_struct unjoin_work; 557 struct work_struct offchannel_work; [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_workqueue.c | 27 struct work_struct *work; 31 static struct osal_work_struct *osal_find_work(struct work_struct *work) in osal_find_work() 48 static int osal_del_work(struct work_struct *work) in osal_del_work() 69 static void osal_work_func(struct work_struct *work) in osal_work_func() 79 struct work_struct *w = NULL; in osal_init_work() 81 w = kmalloc(sizeof(struct work_struct), GFP_ATOMIC); in osal_init_work() 118 kfree((struct work_struct *)work->work); in osal_destroy_work()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
| D | mali_kbase_csf_defs.h | 349 struct work_struct oom_event_work; 366 struct work_struct fatal_event_work; 485 struct work_struct protm_event_work; 492 struct work_struct timer_event_work; 619 struct work_struct sync_update_work; 721 struct work_struct pending_submission_work; 742 struct work_struct work; 903 struct work_struct tick_work; 911 struct work_struct gpu_idle_work; 1263 struct work_struct firmware_reload_work; [all …]
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_workqueue.c | 28 struct work_struct *work; 32 static osal_workqueue *osal_find_work(struct work_struct *work) in osal_find_work() 55 static int osal_del_work(struct work_struct *work) in osal_del_work() 81 static void osal_work_handler(struct work_struct *work) in osal_work_handler() 91 struct work_struct *w = NULL; in osal_workqueue_init() 99 w = kmalloc(sizeof(struct work_struct), GFP_ATOMIC); in osal_workqueue_init() 135 kfree((struct work_struct *)work->work); in osal_workqueue_destroy()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/ |
| D | mali_kbase_csf_defs.h | 287 struct work_struct oom_event_work; 288 struct work_struct fault_event_work; 399 struct work_struct timer_event_work; 407 struct work_struct protm_event_work; 517 struct work_struct sync_update_work; 599 struct work_struct work; 849 struct work_struct firmware_reload_work; 871 struct work_struct work_pagefault; 872 struct work_struct work_busfault; 873 struct work_struct work_gpufault;
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
| D | dhd_linux_priv.h | 233 struct work_struct rx_napi_dispatcher_work; 234 struct work_struct tx_compl_dispatcher_work; 235 struct work_struct tx_dispatcher_work; 236 struct work_struct rx_compl_dispatcher_work; 334 struct work_struct axi_error_dispatcher_work; 376 struct work_struct dhd_hang_process_work; 393 void dhd_tx_dispatcher_work(struct work_struct *work); 401 void dhd_rx_napi_dispatcher_fn(struct work_struct *work); 429 void dhd_rx_compl_dispatcher_fn(struct work_struct *work);
|
| D | dhd_linux_wq.c | 75 struct work_struct deferred_work; /* should be the first member */ 109 static void dhd_deferred_work_handler(struct work_struct *data); 130 INIT_WORK((struct work_struct *)work, dhd_deferred_work_handler); in dhd_deferred_work_init() 192 cancel_work_sync((struct work_struct *)deferred_work); in dhd_deferred_work_deinit() 281 schedule_work((struct work_struct *)deferred_wq); in dhd_deferred_schedule_work() 341 static void dhd_deferred_work_handler(struct work_struct *work) in dhd_deferred_work_handler()
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_linux_priv.h | 230 struct work_struct rx_napi_dispatcher_work; 231 struct work_struct tx_compl_dispatcher_work; 232 struct work_struct tx_dispatcher_work; 233 struct work_struct rx_compl_dispatcher_work; 331 struct work_struct axi_error_dispatcher_work; 372 struct work_struct dhd_hang_process_work; 388 void dhd_tx_dispatcher_work(struct work_struct * work); 396 void dhd_rx_napi_dispatcher_fn(struct work_struct * work); 423 void dhd_rx_compl_dispatcher_fn(struct work_struct * work);
|
| D | dhd_linux_wq.c | 72 struct work_struct deferred_work; /* should be the first member */ 104 static void dhd_deferred_work_handler(struct work_struct *data); 126 INIT_WORK((struct work_struct *)work, dhd_deferred_work_handler); in dhd_deferred_work_init() 191 cancel_work_sync((struct work_struct *)deferred_work); in dhd_deferred_work_deinit() 283 schedule_work((struct work_struct *)deferred_wq); in dhd_deferred_schedule_work() 343 dhd_deferred_work_handler(struct work_struct *work) in dhd_deferred_work_handler()
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
| D | dhd_linux_priv.h | 248 struct work_struct rx_napi_dispatcher_work; 249 struct work_struct tx_compl_dispatcher_work; 250 struct work_struct tx_dispatcher_work; 251 struct work_struct rx_compl_dispatcher_work; 353 struct work_struct axi_error_dispatcher_work; 364 struct work_struct bt_log_dispatcher_work; 439 struct work_struct dhd_hang_process_work; 459 void dhd_dpc_tasklet_dispatcher_work(struct work_struct * work); 463 void dhd_tx_dispatcher_work(struct work_struct * work); 471 void dhd_rx_napi_dispatcher_work(struct work_struct * work);
|
| D | dhd_linux_wq.c | 72 struct work_struct deferred_work; /* should be the first member */ 105 static void dhd_deferred_work_handler(struct work_struct *data); 127 INIT_WORK((struct work_struct *)work, dhd_deferred_work_handler); in dhd_deferred_work_init() 192 cancel_work_sync((struct work_struct *)deferred_work); in dhd_deferred_work_deinit() 284 schedule_work((struct work_struct *)deferred_wq); in dhd_deferred_schedule_work() 344 dhd_deferred_work_handler(struct work_struct *work) in dhd_deferred_work_handler()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| D | mali_kbase_pm_defs.h | 198 struct work_struct work; 433 struct work_struct gpu_poweroff_wait_work; 463 struct work_struct core_idle_work; 490 struct work_struct hwcnt_disable_work; 496 struct work_struct gpu_clock_control_work;
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | dhd_linux_wq.c | 71 struct work_struct deferred_work; /* should be the first member */ 110 static void dhd_deferred_work_handler(struct work_struct *data); 132 INIT_WORK((struct work_struct *)work, dhd_deferred_work_handler); in dhd_deferred_work_init() 197 cancel_work_sync((struct work_struct *)deferred_work); in dhd_deferred_work_deinit() 283 schedule_work((struct work_struct *)deferred_wq); in dhd_deferred_schedule_work() 343 dhd_deferred_work_handler(struct work_struct *work) in dhd_deferred_work_handler()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
| D | mali_kbase_pm_defs.h | 243 struct work_struct work; 427 struct work_struct gpu_poweroff_wait_work; 470 struct work_struct hwcnt_disable_work; 476 struct work_struct gpu_clock_control_work;
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
| D | ieee80211_i.h | 319 struct work_struct request_smps_work; 464 struct work_struct monitor_work; 465 struct work_struct chswitch_work; 466 struct work_struct beacon_connection_loss_work; 467 struct work_struct csa_connection_drop_work; 490 struct work_struct request_smps_work; 591 struct work_struct csa_connection_drop_work; 947 struct work_struct csa_finalize_work; 961 struct work_struct recalc_smps; 963 struct work_struct work; [all …]
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/arbiter/ |
| D | mali_kbase_arbiter_defs.h | 77 struct work_struct vm_suspend_work; 78 struct work_struct vm_resume_work;
|
| /device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
| D | block.h | 16 struct work_struct; 18 void mmc_blk_mq_complete_work(struct work_struct *work);
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/arbiter/ |
| D | mali_kbase_arbiter_defs.h | 55 struct work_struct vm_suspend_work; 56 struct work_struct vm_resume_work;
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/ |
| D | hdf_wl_interface.h | 33 struct work_struct eapol_report; 46 void eapol_report_handler(struct work_struct *work_data);
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_wq.c | 30 struct work_struct work_handle; 44 static void _mali_osk_wq_work_func(struct work_struct *work); 167 static void _mali_osk_wq_work_func(struct work_struct *work) in _mali_osk_wq_work_func() 190 static void _mali_osk_wq_delayed_work_func(struct work_struct *work) in _mali_osk_wq_delayed_work_func()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_wq.c | 31 struct work_struct work_handle; 45 static void _mali_osk_wq_work_func(struct work_struct *work); 176 static void _mali_osk_wq_work_func(struct work_struct *work) in _mali_osk_wq_work_func() 198 static void _mali_osk_wq_delayed_work_func(struct work_struct *work) in _mali_osk_wq_delayed_work_func()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/ |
| D | mali_kbase_mmu_internal.h | 63 void kbase_mmu_page_fault_worker(struct work_struct *data); 70 void kbase_mmu_bus_fault_worker(struct work_struct *data);
|