Home
last modified time | relevance | path

Searched defs:msec (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_timer.h46 #define __qdf_scaled_msecs_to_jiffies(msec) \ argument
133 static inline void __qdf_timer_start(struct __qdf_timer_t *timer, uint32_t msec) in __qdf_timer_start()
142 void __qdf_timer_start_on(struct __qdf_timer_t *timer, uint32_t msec, in __qdf_timer_start_on()
151 static inline bool __qdf_timer_mod(struct __qdf_timer_t *timer, uint32_t msec) in __qdf_timer_mod()
Dqdf_periodic_work.c75 uint32_t msec; in __qdf_periodic_work_handler() local
116 bool qdf_periodic_work_start(struct qdf_periodic_work *pwork, uint32_t msec) in qdf_periodic_work_start()
Dqdf_lock.c330 QDF_STATUS qdf_wake_lock_timeout_acquire(qdf_wake_lock_t *lock, uint32_t msec) in qdf_wake_lock_timeout_acquire()
336 QDF_STATUS qdf_wake_lock_timeout_acquire(qdf_wake_lock_t *lock, uint32_t msec) in qdf_wake_lock_timeout_acquire()
345 QDF_STATUS qdf_wake_lock_timeout_acquire(qdf_wake_lock_t *lock, uint32_t msec) in qdf_wake_lock_timeout_acquire()
Dqdf_delayed_work.c113 bool __qdf_delayed_work_start(struct qdf_delayed_work *dwork, uint32_t msec) in __qdf_delayed_work_start()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_timer.h63 static inline void qdf_timer_start(qdf_timer_t *timer, int msec) in qdf_timer_start()
77 static inline void qdf_timer_start_on(qdf_timer_t *timer, int msec, int cpu) in qdf_timer_start_on()
93 static inline bool qdf_timer_mod(qdf_timer_t *timer, int msec) in qdf_timer_mod()
Dqdf_periodic_work.h47 uint32_t msec; member
Dqdf_delayed_work.h82 #define qdf_delayed_work_start(dwork, msec) \ argument
/wlan-driver/qcacld-3.0/core/cds/inc/
Dcds_utils.h106 static inline void cds_host_diag_log_work(qdf_wake_lock_t *lock, uint32_t msec, in cds_host_diag_log_work()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_utils.c4056 void wma_acquire_wakelock(qdf_wake_lock_t *wl, uint32_t msec) in wma_acquire_wakelock()
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma.h221 #define WMA_MSEC_TO_USEC(msec) (msec * 1000) /* msec to usec */ argument
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h86 #define WMI_MSEC_TO_USEC(msec) (msec * 1000) argument
110 #define WMI_MSEC_TO_USEC(msec) (msec * 1000) /* msec to usec */ argument