Searched refs:rem_wakeup (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.c | 5631 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument 5645 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation() 5647 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation() 5676 if (!(rem_wakeup && hsotg->hw_params.snpsid >= DWC2_CORE_REV_4_30a)) { in dwc2_host_exit_hibernation() 5707 if ((rem_wakeup && hsotg->hw_params.snpsid >= DWC2_CORE_REV_4_30a)) { in dwc2_host_exit_hibernation() 5735 if (rem_wakeup) { in dwc2_host_exit_hibernation() 5847 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down() argument 5883 if (!rem_wakeup) { in dwc2_host_exit_partial_power_down() 5954 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_host_exit_clock_gating() argument 5980 if (!rem_wakeup) { in dwc2_host_exit_clock_gating()
|
| H A D | gadget.c | 5469 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 5488 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation() 5490 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation() 5503 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation() 5528 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5550 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5707 void dwc2_gadget_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_gadget_exit_clock_gating() argument 5726 if (rem_wakeup) { in dwc2_gadget_exit_clock_gating()
|