Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dcore.h1257 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup,
1277 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup,
1352 int rem_wakeup, int reset);
1382 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument
1404 int rem_wakeup, int reset);
1426 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.c5030 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument
5048 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation()
5050 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation()
5063 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation()
5079 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
5104 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation()
5111 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
Dhcd.c5604 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument
5618 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation()
5620 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation()