Home
last modified time | relevance | path

Searched refs:fsl_mpic_timer_wakeup (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c18 struct fsl_mpic_timer_wakeup { struct
23 static struct fsl_mpic_timer_wakeup *fsl_wakeup; argument
28 struct fsl_mpic_timer_wakeup *wakeup = in fsl_free_resource()
29 container_of(ws, struct fsl_mpic_timer_wakeup, free_work); in fsl_free_resource()
44 struct fsl_mpic_timer_wakeup *wakeup = dev_id; in fsl_mpic_timer_irq()
122 fsl_wakeup = kzalloc(sizeof(struct fsl_mpic_timer_wakeup), GFP_KERNEL); in fsl_wakeup_sys_init()
H A DMakefile8 obj-$(CONFIG_FSL_MPIC_TIMER_WAKEUP) += fsl_mpic_timer_wakeup.o