Home
last modified time | relevance | path

Searched refs:mpic_timer (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dmpic_timer.h23 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()
[all …]
/linux-4.1.27/arch/powerpc/sysdev/
Dmpic_timer.c72 struct mpic_timer timer[TIMERS_PER_GROUP];
143 static struct mpic_timer *detect_idle_cascade_timer( in detect_idle_cascade_timer()
201 static struct mpic_timer *get_cascade_timer(struct timer_group_priv *priv, in get_cascade_timer()
204 struct mpic_timer *allocated_timer; in get_cascade_timer()
226 static struct mpic_timer *get_timer(const struct timeval *time) in get_timer()
229 struct mpic_timer *timer; in get_timer()
282 void mpic_start_timer(struct mpic_timer *handle) in mpic_start_timer()
297 void mpic_stop_timer(struct mpic_timer *handle) in mpic_stop_timer()
322 void mpic_get_remain_time(struct mpic_timer *handle, struct timeval *time) in mpic_get_remain_time()
355 void mpic_free_timer(struct mpic_timer *handle) in mpic_free_timer()
[all …]
Dfsl_mpic_timer_wakeup.c23 struct mpic_timer *timer;
DMakefile7 obj-$(CONFIG_MPIC_TIMER) += mpic_timer.o