Home
last modified time | relevance | path

Searched refs:qdf_handle_t (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_defer.h114 void qdf_destroy_workqueue(qdf_handle_t hdl, qdf_workqueue_t *wqueue);
161 QDF_STATUS qdf_create_work(qdf_handle_t hdl, qdf_work_t *work,
171 bool qdf_sched_work(qdf_handle_t hdl, qdf_work_t *work);
182 qdf_queue_work(qdf_handle_t hdl, qdf_workqueue_t *wqueue, qdf_work_t *work);
191 void qdf_flush_workqueue(qdf_handle_t hdl, qdf_workqueue_t *wqueue);
200 void qdf_destroy_work(qdf_handle_t hdl, qdf_work_t *work);
286 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()
360 static inline void qdf_flush_workqueue(qdf_handle_t hdl, in qdf_flush_workqueue()
372 static inline void qdf_destroy_workqueue(qdf_handle_t hdl, in qdf_destroy_workqueue()
[all …]
Dqdf_timer.h48 qdf_timer_init(qdf_handle_t hdl, qdf_timer_t *timer, qdf_timer_func_t func, in qdf_timer_init()
Dqdf_lock.h445 static inline bool qdf_spinlock_irq_exec(qdf_handle_t hdl, in qdf_spinlock_irq_exec()
Dqdf_types.h145 typedef void *qdf_handle_t; typedef
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_defer.c76 void qdf_destroy_work(qdf_handle_t hdl, qdf_work_t *work) in qdf_destroy_work()
118 void qdf_destroy_workqueue(qdf_handle_t hdl, in qdf_destroy_workqueue()
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()
156 void qdf_flush_workqueue(qdf_handle_t hdl, qdf_workqueue_t *wqueue) in qdf_flush_workqueue()
Di_qdf_lock.h338 static inline bool __qdf_spinlock_irq_exec(qdf_handle_t hdl, in __qdf_spinlock_irq_exec()