Searched defs:ct_timer_ops (Results 1 – 1 of 1) sorted by relevance
22 struct ct_timer_ops { struct23 void (*init)(struct ct_timer_instance *);24 void (*prepare)(struct ct_timer_instance *);25 void (*start)(struct ct_timer_instance *);26 void (*stop)(struct ct_timer_instance *);27 void (*free_instance)(struct ct_timer_instance *);28 void (*interrupt)(struct ct_timer *);52 struct ct_timer_ops *ops; argument