Searched refs:rem_wakeup (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/usb/dwc2/ |
| D | core.h | 1294 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, 1316 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup, 1391 int rem_wakeup, int reset); 1422 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 1445 int rem_wakeup, int reset); 1470 int rem_wakeup, int reset) in dwc2_host_exit_hibernation() argument
|
| D | core.c | 319 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_hib_restore_common() argument 348 if (!is_host && rem_wakeup) in dwc2_hib_restore_common() 364 dwc2_restore_essential_regs(hsotg, rem_wakeup, is_host); in dwc2_hib_restore_common() 482 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_hibernation() argument 486 return dwc2_host_exit_hibernation(hsotg, rem_wakeup, reset); in dwc2_exit_hibernation() 488 return dwc2_gadget_exit_hibernation(hsotg, rem_wakeup, reset); in dwc2_exit_hibernation()
|
| D | gadget.c | 5207 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument 5225 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation() 5227 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation() 5240 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation() 5256 if (rem_wakeup) { in dwc2_gadget_exit_hibernation() 5281 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation() 5288 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
|
| D | hcd.c | 5480 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument 5494 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation() 5496 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation()
|