Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
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-v5.10/arch/powerpc/sysdev/
Dmpic_timer.c65 struct mpic_timer timer[TIMERS_PER_GROUP];
108 static struct mpic_timer *detect_idle_cascade_timer( in detect_idle_cascade_timer()
166 static struct mpic_timer *get_cascade_timer(struct timer_group_priv *priv, in get_cascade_timer()
169 struct mpic_timer *allocated_timer; in get_cascade_timer()
191 static struct mpic_timer *get_timer(time64_t time) in get_timer()
194 struct mpic_timer *timer; in get_timer()
247 void mpic_start_timer(struct mpic_timer *handle) in mpic_start_timer()
262 void mpic_stop_timer(struct mpic_timer *handle) in mpic_stop_timer()
287 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) in mpic_get_remain_time()
320 void mpic_free_timer(struct mpic_timer *handle) in mpic_free_timer()
[all …]
DMakefile7 obj-$(CONFIG_MPIC_TIMER) += mpic_timer.o
Dfsl_mpic_timer_wakeup.c19 struct mpic_timer *timer;