Searched refs:rem_wakeup (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/usb/dwc2/ |
| H A D | core.h | 1322 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, 1346 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup, 1431 int rem_wakeup, int reset); 1437 int rem_wakeup); 1475 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 1484 int rem_wakeup) {} in dwc2_gadget_exit_clock_gating() argument 1514 int rem_wakeup, int reset); 1517 int rem_wakeup, bool restore); 1550 int rem_wakeup, int reset) in dwc2_host_exit_hibernation() argument 1555 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down() argument [all …]
|
| H A D | core.c | 108 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_partial_power_down() argument 121 return dwc2_host_exit_partial_power_down(hsotg, rem_wakeup, in dwc2_exit_partial_power_down() 215 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_hib_restore_common() argument 244 if (!is_host && rem_wakeup) in dwc2_hib_restore_common() 265 dwc2_restore_essential_regs(hsotg, rem_wakeup, is_host); in dwc2_hib_restore_common() 386 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_hibernation() argument 390 return dwc2_host_exit_hibernation(hsotg, rem_wakeup, reset); in dwc2_exit_hibernation() 392 return dwc2_gadget_exit_hibernation(hsotg, rem_wakeup, reset); in dwc2_exit_hibernation()
|
| 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 | 5449 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 5468 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation() 5470 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation() 5483 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation() 5508 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5530 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5687 void dwc2_gadget_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_gadget_exit_clock_gating() argument 5706 if (rem_wakeup) { in dwc2_gadget_exit_clock_gating()
|