Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 40) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_defer.c33 void __qdf_defer_func(struct work_struct *work) in __qdf_defer_func()
76 void qdf_destroy_work(qdf_handle_t hdl, qdf_work_t *work) in qdf_destroy_work()
83 void qdf_flush_work(qdf_work_t *work) in qdf_flush_work()
90 uint32_t qdf_disable_work(qdf_work_t *work) in qdf_disable_work()
97 bool qdf_cancel_work(qdf_work_t *work) in qdf_cancel_work()
133 QDF_STATUS qdf_create_work(qdf_handle_t hdl, qdf_work_t *work, in qdf_create_work()
141 bool qdf_sched_work(qdf_handle_t hdl, qdf_work_t *work) in qdf_sched_work()
149 qdf_queue_work(qdf_handle_t hdl, qdf_workqueue_t *wqueue, qdf_work_t *work) in qdf_queue_work()
H A Di_qdf_defer.h46 struct work_struct work; member
96 __qdf_init_work(__qdf_work_t *work, qdf_defer_fn_t func, void *arg) in __qdf_init_work()
111 __qdf_queue_work(__qdf_workqueue_t *wqueue, __qdf_work_t *work) in __qdf_queue_work()
122 static inline bool __qdf_sched_work(__qdf_work_t *work) in __qdf_sched_work()
132 static inline bool __qdf_cancel_work(__qdf_work_t *work) in __qdf_cancel_work()
142 static inline uint32_t __qdf_flush_work(__qdf_work_t *work) in __qdf_flush_work()
248 static inline QDF_STATUS __qdf_disable_work(__qdf_work_t *work) in __qdf_disable_work()
H A Dqdf_delayed_work.c71 static void __qdf_delayed_work_handler(struct work_struct *work) in __qdf_delayed_work_handler()
H A Dqdf_periodic_work.c71 static void __qdf_periodic_work_handler(struct work_struct *work) in __qdf_periodic_work_handler()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_defer.h286 static inline QDF_STATUS qdf_create_work(qdf_handle_t hdl, qdf_work_t *work, in qdf_create_work()
349 qdf_queue_work(qdf_handle_t hdl, qdf_workqueue_t *wqueue, qdf_work_t *work) in qdf_queue_work()
385 static inline bool qdf_sched_work(qdf_handle_t hdl, qdf_work_t *work) in qdf_sched_work()
404 static inline bool qdf_cancel_work(qdf_work_t *work) in qdf_cancel_work()
418 static inline void qdf_flush_work(qdf_work_t *work) in qdf_flush_work()
428 static inline uint32_t qdf_disable_work(qdf_work_t *work) in qdf_disable_work()
439 static inline void qdf_destroy_work(qdf_handle_t hdl, qdf_work_t *work) in qdf_destroy_work()
/wlan-driver/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/aidl/
H A Daidl_return_util.h
H A Dsta_iface.cpp
H A Dp2p_iface.cpp
/wlan-driver/wpa_supplicant_8/wpa_supplicant/vendor_aidl/
H A Daidl_vendor_return_util.h
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c
H A Dgas_query.c
H A Dscan.c
H A Dp2p_supplicant.c
H A Dpasn_supplicant.c
H A Dbss.c
H A Devents.c
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_unit_test_suspend.c34 static void hif_ut_fw_resume_work(struct work_struct *work) in hif_ut_fw_resume_work()
H A Dhif_main.c1427 int tasklet = 0, grp_tasklet = 0, work = 0, oom_work = 0; in hif_try_complete_tasks() local
1465 int grp_tasklet = 0, work = 0; in hif_try_complete_dp_tasks() local
1504 int work = 0; in hif_try_prevent_ep_vote_access() local
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_tasklet.c73 static void reschedule_ce_tasklet_work_handler(struct work_struct *work) in reschedule_ce_tasklet_work_handler()
106 static void init_tasklet_work(struct work_struct *work, in init_tasklet_work()
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dusbdrv.c1303 void usb_hif_io_comp_work(struct work_struct *work) in usb_hif_io_comp_work()
/wlan-driver/platform/icnss2/
H A Dpower.c1019 static void icnss_update_soc_level(struct work_struct *work) in icnss_update_soc_level()
/wlan-driver/platform/cnss_utils/
H A Dcnss_plat_ipc_qmi.c879 static void cnss_plat_ipc_init_fn(struct work_struct *work) in cnss_plat_ipc_init_fn()
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
H A Dwlan_ipa_priv.h537 qdf_work_t work; member
549 qdf_work_t work; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_power.c743 void hdd_ipv6_notifier_work_queue(struct work_struct *work) in hdd_ipv6_notifier_work_queue()
1081 void hdd_ipv4_notifier_work_queue(struct work_struct *work) in hdd_ipv4_notifier_work_queue()

12