Home
last modified time | relevance | path

Searched refs:rem_wakeup (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/usb/dwc2/
Dcore.h1306 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup,
1330 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup,
1411 int rem_wakeup, int reset);
1443 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument
1466 int rem_wakeup, int reset);
1491 int rem_wakeup, int reset) in dwc2_host_exit_hibernation() argument
Dcore.c319 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()
Dgadget.c5266 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument
5284 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation()
5286 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation()
5299 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation()
5315 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
5340 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation()
5347 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
Dhcd.c5480 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()