Searched refs:fsl_wakeup (Results 1 – 2 of 2) sorted by relevance
58 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 …]
1152 static int fsl_wakeup(struct usb_gadget *gadget) in fsl_wakeup() function1243 .wakeup = fsl_wakeup,