Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore.h1306 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup,
1309 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup,
1333 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup,
1418 int rem_wakeup, int reset);
1424 int rem_wakeup);
1459 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument
1468 int rem_wakeup) {} in dwc2_gadget_exit_clock_gating() argument
1493 int rem_wakeup, int reset);
1496 int rem_wakeup, bool restore);
1498 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup);
[all …]
H A Dcore.c107 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()
H A Dhcd.c5592 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument
5606 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation()
5608 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation()
5632 if (!(rem_wakeup && hsotg->hw_params.snpsid >= DWC2_CORE_REV_4_30a)) { in dwc2_host_exit_hibernation()
5663 if ((rem_wakeup && hsotg->hw_params.snpsid >= DWC2_CORE_REV_4_30a)) { in dwc2_host_exit_hibernation()
5702 if (rem_wakeup) { in dwc2_host_exit_hibernation()
5824 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down() argument
5870 if (!rem_wakeup) { in dwc2_host_exit_partial_power_down()
5941 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_host_exit_clock_gating() argument
5967 if (!rem_wakeup) { in dwc2_host_exit_clock_gating()
H A Dgadget.c5391 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation() argument
5409 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation()
5411 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation()
5424 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation()
5444 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
5469 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation()
5476 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
5657 void dwc2_gadget_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) in dwc2_gadget_exit_clock_gating() argument
5676 if (rem_wakeup) { in dwc2_gadget_exit_clock_gating()