Searched refs:__qdf_timer_t (Results 1 – 2 of 2) sorted by relevance
40 struct __qdf_timer_t { struct52 struct __qdf_timer_t *timer = from_timer(timer, os_timer, os_timer); in __os_timer_shim() argument57 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 …]
30 typedef struct __qdf_timer_t qdf_timer_t;