Searched refs:rem_wakeup (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 5597 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument 5611 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation() 5613 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation() 5642 if (!(rem_wakeup && hsotg->hw_params.snpsid >= DWC2_CORE_REV_4_30a)) { in dwc2_host_exit_hibernation() 5673 if ((rem_wakeup && hsotg->hw_params.snpsid >= DWC2_CORE_REV_4_30a)) { in dwc2_host_exit_hibernation() 5712 if (rem_wakeup) { in dwc2_host_exit_hibernation() 5834 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down() argument 5880 if (!rem_wakeup) { in dwc2_host_exit_partial_power_down() 5951 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_host_exit_clock_gating() argument 5977 if (!rem_wakeup) { in dwc2_host_exit_clock_gating()
|
H A D | gadget.c | 5411 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 5429 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation() 5431 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation() 5444 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation() 5469 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5494 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation() 5501 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5682 void dwc2_gadget_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_gadget_exit_clock_gating() argument 5701 if (rem_wakeup) { in dwc2_gadget_exit_clock_gating()
|