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

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_cil.h818 extern void w_wakeup_detected(void *p);
823 extern void w_wakeup_detected(struct work_struct *p);
H A Ddwc_otg_cil_intr.c450 void w_wakeup_detected(void *p) function
456 void w_wakeup_detected(struct work_struct *p) function
H A Ddwc_otg_cil.c238 INIT_WORK(&core_if->w_wkp, w_wakeup_detected, core_if);
243 INIT_DELAYED_WORK(&core_if->w_wkp, w_wakeup_detected);
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_cif.c306 INIT_WORK(&core_if->w_wkp, w_wakeup_detected, core_if);
309 INIT_DELAYED_WORK(&core_if->w_wkp, w_wakeup_detected);

Completed in 161 milliseconds