Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dmpic_timer.h19 struct mpic_timer { struct
27 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev, argument
29 void mpic_start_timer(struct mpic_timer *handle);
30 void mpic_stop_timer(struct mpic_timer *handle);
31 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time);
32 void mpic_free_timer(struct mpic_timer *handle);
34 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev, in mpic_request_timer()
36 void mpic_start_timer(struct mpic_timer *handle) { } in mpic_start_timer()
37 void mpic_stop_timer(struct mpic_timer *handle) { } in mpic_stop_timer()
38 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) { } in mpic_get_remain_time()
[all …]
/linux/arch/powerpc/sysdev/
H A Dmpic_timer.c64 struct mpic_timer timer[TIMERS_PER_GROUP];
107 static struct mpic_timer *detect_idle_cascade_timer( in detect_idle_cascade_timer()
165 static struct mpic_timer *get_cascade_timer(struct timer_group_priv *priv, in get_cascade_timer()
168 struct mpic_timer *allocated_timer; in get_cascade_timer()
190 static struct mpic_timer *get_timer(time64_t time) in get_timer()
193 struct mpic_timer *timer; in get_timer()
246 void mpic_start_timer(struct mpic_timer *handle) in mpic_start_timer()
261 void mpic_stop_timer(struct mpic_timer *handle) in mpic_stop_timer()
286 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) in mpic_get_remain_time()
319 void mpic_free_timer(struct mpic_timer *handle) in mpic_free_timer()
[all …]
H A DMakefile5 obj-$(CONFIG_MPIC_TIMER) += mpic_timer.o
H A Dfsl_mpic_timer_wakeup.c19 struct mpic_timer *timer;