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

/linux-master/arch/powerpc/include/asm/
H A Dmpic_timer.h3 * arch/powerpc/include/asm/mpic_timer.h
19 struct mpic_timer { struct
27 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev,
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,
36 void mpic_start_timer(struct mpic_timer *handle) { }
37 void mpic_stop_timer(struct mpic_timer *handl
[all...]
/linux-master/arch/powerpc/sysdev/
H A Dmpic_timer.c24 #include <asm/mpic_timer.h>
64 struct mpic_timer timer[TIMERS_PER_GROUP];
107 static struct mpic_timer *detect_idle_cascade_timer(
165 static struct mpic_timer *get_cascade_timer(struct timer_group_priv *priv,
168 struct mpic_timer *allocated_timer;
190 static struct mpic_timer *get_timer(time64_t time)
193 struct mpic_timer *timer;
246 void mpic_start_timer(struct mpic_timer *handle)
261 void mpic_stop_timer(struct mpic_timer *handle)
286 void mpic_get_remain_time(struct mpic_timer *handl
[all...]
H A Dfsl_mpic_timer_wakeup.c15 #include <asm/mpic_timer.h>
19 struct mpic_timer *timer;
H A DMakefile7 obj-$(CONFIG_MPIC_TIMER) += mpic_timer.o

Completed in 120 milliseconds