Searched refs:rem_wakeup (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/usb/dwc2/ |
| D | core.h | 1293 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup, 1296 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, 1320 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup, 1404 int rem_wakeup, int reset); 1410 int rem_wakeup); 1445 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 1454 int rem_wakeup) {} in dwc2_gadget_exit_clock_gating() argument 1479 int rem_wakeup, int reset); 1482 int rem_wakeup, bool restore); 1484 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup); [all …]
|
| D | core.c | 107 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_partial_power_down() argument 120 return dwc2_host_exit_partial_power_down(hsotg, rem_wakeup, in dwc2_exit_partial_power_down() 214 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_hib_restore_common() argument 243 if (!is_host && rem_wakeup) in dwc2_hib_restore_common() 259 dwc2_restore_essential_regs(hsotg, rem_wakeup, is_host); in dwc2_hib_restore_common() 380 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_hibernation() argument 384 return dwc2_host_exit_hibernation(hsotg, rem_wakeup, reset); in dwc2_exit_hibernation() 386 return dwc2_gadget_exit_hibernation(hsotg, rem_wakeup, reset); in dwc2_exit_hibernation()
|
| D | gadget.c | 5380 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 5398 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation() 5400 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation() 5413 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation() 5433 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5458 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation() 5465 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5646 void dwc2_gadget_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_gadget_exit_clock_gating() argument 5665 if (rem_wakeup) { in dwc2_gadget_exit_clock_gating()
|
| D | hcd.c | 5573 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument 5587 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation() 5589 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation() 5674 if (rem_wakeup) { in dwc2_host_exit_hibernation() 5796 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down() argument 5842 if (!rem_wakeup) { in dwc2_host_exit_partial_power_down() 5913 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_host_exit_clock_gating() argument 5939 if (!rem_wakeup) { in dwc2_host_exit_clock_gating()
|