Lines Matching refs:gtm_timer
72 struct gtm_timer timers[4];
87 struct gtm_timer *gtm_get_timer16(void) in gtm_get_timer16()
122 struct gtm_timer *gtm_get_specific_timer16(struct gtm *gtm, in gtm_get_specific_timer16()
125 struct gtm_timer *ret = ERR_PTR(-EBUSY); in gtm_get_specific_timer16()
151 void gtm_put_timer16(struct gtm_timer *tmr) in gtm_put_timer16()
165 static int gtm_set_ref_timer16(struct gtm_timer *tmr, int frequency, in gtm_set_ref_timer16()
243 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) in gtm_set_timer16()
279 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) in gtm_set_exact_timer16()
302 void gtm_stop_timer16(struct gtm_timer *tmr) in gtm_stop_timer16()
326 void gtm_ack_timer16(struct gtm_timer *tmr, u16 events) in gtm_ack_timer16()
333 struct gtm_timer *timers, in gtm_set_shortcuts()