Searched refs:rem_wakeup (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| A D | core.h | 1317 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, 1341 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup, 1423 int rem_wakeup, int reset); 1429 int rem_wakeup); 1463 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 1472 int rem_wakeup) {} in dwc2_gadget_exit_clock_gating() argument 1497 int rem_wakeup, int reset); 1500 int rem_wakeup, bool restore); 1531 int rem_wakeup, int reset) in dwc2_host_exit_hibernation() argument 1536 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down() argument [all …]
|
| A D | core.c | 137 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_partial_power_down() argument 150 return dwc2_host_exit_partial_power_down(hsotg, rem_wakeup, in dwc2_exit_partial_power_down() 244 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_hib_restore_common() argument 273 if (!is_host && rem_wakeup) in dwc2_hib_restore_common() 289 dwc2_restore_essential_regs(hsotg, rem_wakeup, is_host); in dwc2_hib_restore_common() 410 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_hibernation() argument 414 return dwc2_host_exit_hibernation(hsotg, rem_wakeup, reset); in dwc2_exit_hibernation() 416 return dwc2_gadget_exit_hibernation(hsotg, rem_wakeup, reset); in dwc2_exit_hibernation()
|
| A D | gadget.c | 5370 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 5388 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation() 5390 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation() 5403 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation() 5423 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5448 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation() 5455 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5636 void dwc2_gadget_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_gadget_exit_clock_gating() argument 5655 if (rem_wakeup) { in dwc2_gadget_exit_clock_gating()
|
| A D | hcd.c | 5599 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument 5613 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation() 5615 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation() 5700 if (rem_wakeup) { in dwc2_host_exit_hibernation() 5822 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down() argument 5868 if (!rem_wakeup) { in dwc2_host_exit_partial_power_down() 5939 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_host_exit_clock_gating() argument 5965 if (!rem_wakeup) { in dwc2_host_exit_clock_gating()
|
Completed in 26 milliseconds