Searched defs:timer_pending (Results 1 – 14 of 14) sorted by relevance
16 static int timer_pending(const struct timer_list * timer) in timer_pending() function
170 static inline int timer_pending(const struct timer_list * timer) in timer_pending() function
245 static inline Bool timer_pending(OsTimerPtr timer) { in timer_pending() function
122 bool timer_pending; member
180 int ret, timer_pending; in lm3554_hw_strobe() local
81 unsigned long timer_pending; member
381 #define timer_pending(t) timer_pending(&((t)->timer)) macro
385 #define timer_pending(t) timer_pending(&((t)->timer)) macro
398 #define timer_pending(t) timer_pending(&((t)->timer)) macro
257 u8 started:1, stopped:1, timer_pending:1; member