Searched refs:rem_wakeup (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| H A D | core.h | 1320 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup, 1323 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, 1347 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup, 1432 int rem_wakeup, int reset); 1438 int rem_wakeup); 1476 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 1485 int rem_wakeup) {} in dwc2_gadget_exit_clock_gating() argument 1515 int rem_wakeup, int reset); 1518 int rem_wakeup, bool restore); 1520 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup); [all …]
|
| H A D | hcd.c | 5633 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument 5647 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation() 5649 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation() 5678 if (!(rem_wakeup && hsotg->hw_params.snpsid >= DWC2_CORE_REV_4_30a)) { in dwc2_host_exit_hibernation() 5709 if ((rem_wakeup && hsotg->hw_params.snpsid >= DWC2_CORE_REV_4_30a)) { in dwc2_host_exit_hibernation() 5737 if (rem_wakeup) { in dwc2_host_exit_hibernation() 5849 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down() argument 5885 if (!rem_wakeup) { in dwc2_host_exit_partial_power_down() 5956 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_host_exit_clock_gating() argument 5982 if (!rem_wakeup) { in dwc2_host_exit_clock_gating()
|