Home
last modified time | relevance | path

Searched defs:os_timer (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_timer.h41 struct timer_list os_timer; member
50 static inline void __os_timer_shim(struct timer_list *os_timer) in __os_timer_shim()
61 struct timer_list *os_timer = &timer->os_timer; in __qdf_timer_init() local
97 struct timer_list *os_timer = &timer->os_timer; in __qdf_timer_init() local
135 struct timer_list *os_timer = &timer->os_timer; in __qdf_timer_start() local
145 struct timer_list *os_timer = &timer->os_timer; in __qdf_timer_start_on() local
164 struct timer_list *os_timer = &timer->os_timer; in __qdf_timer_free() local
H A Dqdf_mc_timer.c247 static void __os_mc_timer_shim(struct timer_list *os_timer) in __os_mc_timer_shim()