Searched defs:ct_timer_ops (Results 1 – 1 of 1) sorted by relevance
19 struct ct_timer_ops { struct20 void (*init)(struct ct_timer_instance *);21 void (*prepare)(struct ct_timer_instance *);22 void (*start)(struct ct_timer_instance *);23 void (*stop)(struct ct_timer_instance *);24 void (*free_instance)(struct ct_timer_instance *);25 void (*interrupt)(struct ct_timer *);49 const struct ct_timer_ops *ops; argument
Completed in 4 milliseconds