Searched refs:fsl_wakeup (Results 1 – 2 of 2) sorted by relevance
24 static struct fsl_mpic_timer_wakeup *fsl_wakeup;59 if (fsl_wakeup->timer) { in fsl_timer_wakeup_show() 60 mpic_get_remain_time(fsl_wakeup->timer, &interval); in fsl_timer_wakeup_show() 81 if (fsl_wakeup->timer) { in fsl_timer_wakeup_store() 82 disable_irq_wake(fsl_wakeup->timer->irq); in fsl_timer_wakeup_store() 83 mpic_free_timer(fsl_wakeup->timer); in fsl_timer_wakeup_store() 84 fsl_wakeup->timer = NULL; in fsl_timer_wakeup_store() 90 fsl_wakeup->timer = mpic_request_timer(fsl_mpic_timer_irq, in fsl_timer_wakeup_store() 91 fsl_wakeup, interval); in fsl_timer_wakeup_store() 92 if (!fsl_wakeup in fsl_timer_wakeup_store() 23 static struct fsl_mpic_timer_wakeup *fsl_wakeup; global() variable [all...]
1152 static int fsl_wakeup(struct usb_gadget *gadget) in fsl_wakeup() function1243 .wakeup = fsl_wakeup,