Lines Matching refs:gtm_timer
76 struct gtm_timer timers[4];
91 struct gtm_timer *gtm_get_timer16(void) in gtm_get_timer16()
126 struct gtm_timer *gtm_get_specific_timer16(struct gtm *gtm, in gtm_get_specific_timer16()
129 struct gtm_timer *ret = ERR_PTR(-EBUSY); in gtm_get_specific_timer16()
155 void gtm_put_timer16(struct gtm_timer *tmr) in gtm_put_timer16()
169 static int gtm_set_ref_timer16(struct gtm_timer *tmr, int frequency, in gtm_set_ref_timer16()
247 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) in gtm_set_timer16()
283 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) in gtm_set_exact_timer16()
306 void gtm_stop_timer16(struct gtm_timer *tmr) in gtm_stop_timer16()
330 void gtm_ack_timer16(struct gtm_timer *tmr, u16 events) in gtm_ack_timer16()
337 struct gtm_timer *timers, in gtm_set_shortcuts()