Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c58 if (fsl_wakeup->timer) { in fsl_timer_wakeup_show()
80 if (fsl_wakeup->timer) { in fsl_timer_wakeup_store()
82 mpic_free_timer(fsl_wakeup->timer); in fsl_timer_wakeup_store()
83 fsl_wakeup->timer = NULL; in fsl_timer_wakeup_store()
92 fsl_wakeup, interval); in fsl_timer_wakeup_store()
93 if (!fsl_wakeup->timer) { in fsl_timer_wakeup_store()
101 fsl_wakeup->timer = NULL; in fsl_timer_wakeup_store()
123 if (!fsl_wakeup) in fsl_wakeup_sys_init()
133 kfree(fsl_wakeup); in fsl_wakeup_sys_init()
151 if (fsl_wakeup->timer) { in fsl_wakeup_sys_exit()
[all …]
/linux-6.15/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1152 static int fsl_wakeup(struct usb_gadget *gadget) in fsl_wakeup() function
1243 .wakeup = fsl_wakeup,