Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.h1311 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup,
1335 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup,
1420 int rem_wakeup, int reset);
1453 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument
1476 int rem_wakeup, int reset);
1501 int rem_wakeup, int reset) in dwc2_host_exit_hibernation() argument
H A 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()
H A Dgadget.c5364 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument
5382 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation()
5384 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation()
5397 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation()
5413 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
5438 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation()
5445 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
H A Dhcd.c5515 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument
5529 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation()
5531 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation()
5616 if (rem_wakeup) { in dwc2_host_exit_hibernation()