Home
last modified time | relevance | path

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

/Linux-v4.19/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, time64_t *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, time64_t *time) { } in mpic_get_remain_time()
[all …]
/Linux-v4.19/arch/powerpc/sysdev/
Dmpic_timer.c69 struct mpic_timer timer[TIMERS_PER_GROUP];
112 static struct mpic_timer *detect_idle_cascade_timer( in detect_idle_cascade_timer()
170 static struct mpic_timer *get_cascade_timer(struct timer_group_priv *priv, in get_cascade_timer()
173 struct mpic_timer *allocated_timer; in get_cascade_timer()
195 static struct mpic_timer *get_timer(time64_t time) in get_timer()
198 struct mpic_timer *timer; in get_timer()
251 void mpic_start_timer(struct mpic_timer *handle) in mpic_start_timer()
266 void mpic_stop_timer(struct mpic_timer *handle) in mpic_stop_timer()
291 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) in mpic_get_remain_time()
324 void mpic_free_timer(struct mpic_timer *handle) in mpic_free_timer()
[all …]
Dfsl_mpic_timer_wakeup.c23 struct mpic_timer *timer;
DMakefile8 obj-$(CONFIG_MPIC_TIMER) += mpic_timer.o