Lines Matching refs:cras_timer
18 struct cras_timer { struct
20 void (*cb)(struct cras_timer *t, void *data); argument
22 struct cras_timer *next, *prev; argument
27 struct cras_timer *timers;
56 struct cras_timer *cras_tm_create_timer(struct cras_tm *tm, unsigned int ms, in cras_tm_create_timer()
57 void (*cb)(struct cras_timer *t, in cras_tm_create_timer()
61 struct cras_timer *t; in cras_tm_create_timer()
78 void cras_tm_cancel_timer(struct cras_tm *tm, struct cras_timer *t) in cras_tm_cancel_timer()
91 struct cras_timer *t; in cras_tm_deinit()
102 struct cras_timer *t; in cras_tm_get_next_timeout()
129 struct cras_timer *t, *next; in cras_tm_call_callbacks()