Home
last modified time | relevance | path

Searched refs:__qdf_timer_t (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_timer.h40 struct __qdf_timer_t { struct
52 struct __qdf_timer_t *timer = from_timer(timer, os_timer, os_timer); in __os_timer_shim() argument
57 static inline QDF_STATUS __qdf_timer_init(struct __qdf_timer_t *timer, in __qdf_timer_init()
88 struct __qdf_timer_t *timer = (void *)addr; in __os_timer_shim()
93 static inline QDF_STATUS __qdf_timer_init(struct __qdf_timer_t *timer, in __qdf_timer_init()
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()
157 static inline bool __qdf_timer_stop(struct __qdf_timer_t *timer) in __qdf_timer_stop()
162 static inline void __qdf_timer_free(struct __qdf_timer_t *timer) in __qdf_timer_free()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_timer.h30 typedef struct __qdf_timer_t qdf_timer_t;