Lines Matching refs:mpic_timer
23 struct mpic_timer { struct
31 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev, argument
33 void mpic_start_timer(struct mpic_timer *handle);
34 void mpic_stop_timer(struct mpic_timer *handle);
35 void mpic_get_remain_time(struct mpic_timer *handle, struct timeval *time);
36 void mpic_free_timer(struct mpic_timer *handle);
38 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev, in mpic_request_timer()
40 void mpic_start_timer(struct mpic_timer *handle) { } in mpic_start_timer()
41 void mpic_stop_timer(struct mpic_timer *handle) { } in mpic_stop_timer()
42 void mpic_get_remain_time(struct mpic_timer *handle, struct timeval *time) { } in mpic_get_remain_time()
43 void mpic_free_timer(struct mpic_timer *handle) { } in mpic_free_timer()