Home
last modified time | relevance | path

Searched refs:rem_wakeup (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.h1293 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup,
1296 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup,
1320 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup,
1404 int rem_wakeup, int reset);
1410 int rem_wakeup);
1445 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation()
1454 int rem_wakeup) {} in dwc2_gadget_exit_clock_gating()
1479 int rem_wakeup, int reset);
1482 int rem_wakeup, bool restore);
1484 void dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup);
1444 dwc2_gadget_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, int reset) dwc2_gadget_exit_hibernation() argument
1453 dwc2_gadget_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) dwc2_gadget_exit_clock_gating() argument
1512 dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, int reset) dwc2_host_exit_hibernation() argument
1517 dwc2_host_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup, bool restore) dwc2_host_exit_partial_power_down() argument
1521 dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) dwc2_host_exit_clock_gating() argument
[all...]
H A Dcore.c104 * @rem_wakeup: indicates whether resume is initiated by Reset.
107 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()
211 * @rem_wakeup: Remote-wakeup, enabled in case of remote-wakeup.
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()
374 * @rem_wakeup: Remote-wakeup, enabled in case of remote-wakeup.
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, rese in dwc2_exit_hibernation()
[all...]
H A Dgadget.c5374 * @rem_wakeup: indicates whether resume is initiated by Device or Host.
5380 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation()
5397 "%s: called with rem_wakeup = %d reset = %d\n", in dwc2_gadget_exit_hibernation()
5398 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation()
5400 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation()
5413 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation()
5433 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
5458 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation()
5465 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
5642 * @rem_wakeup
5379 dwc2_gadget_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, int reset) dwc2_gadget_exit_hibernation() argument
5646 dwc2_gadget_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) dwc2_gadget_exit_clock_gating() argument
[all...]
H A Dhcd.c5565 * @rem_wakeup: indicates whether resume is initiated by Device or Host.
5573 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument
5586 "%s: called with rem_wakeup = %d reset = %d\n", in dwc2_host_exit_hibernation()
5587 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation()
5589 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation()
5674 if (rem_wakeup) { in dwc2_host_exit_hibernation()
5788 * @rem_wakeup: indicates whether resume is initiated by Reset.
5796 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down()
5842 if (!rem_wakeup) { in dwc2_host_exit_partial_power_down()
5909 * @rem_wakeup
5795 dwc2_host_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup, bool restore) dwc2_host_exit_partial_power_down() argument
5913 dwc2_host_exit_clock_gating(struct dwc2_hsotg *hsotg, int rem_wakeup) dwc2_host_exit_clock_gating() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.h1308 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup,
1332 void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup,
1414 int rem_wakeup, int reset);
1447 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation()
1470 int rem_wakeup, int reset);
1495 int rem_wakeup, int reset) in dwc2_host_exit_hibernation()
1446 dwc2_gadget_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, int reset) dwc2_gadget_exit_hibernation() argument
1494 dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, int reset) dwc2_host_exit_hibernation() argument
H A Dcore.c316 * @rem_wakeup: Remote-wakeup, enabled in case of remote-wakeup.
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()
476 * @rem_wakeup: Remote-wakeup, enabled in case of remote-wakeup.
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.c5310 * @rem_wakeup: indicates whether resume is initiated by Device or Host.
5316 int rem_wakeup, int reset) in dwc2_gadget_exit_hibernation()
5333 "%s: called with rem_wakeup = %d reset = %d\n", in dwc2_gadget_exit_hibernation()
5334 __func__, rem_wakeup, reset); in dwc2_gadget_exit_hibernation()
5336 dwc2_hib_restore_common(hsotg, rem_wakeup, 0); in dwc2_gadget_exit_hibernation()
5349 if (!rem_wakeup) { in dwc2_gadget_exit_hibernation()
5365 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
5390 ret = dwc2_restore_device_registers(hsotg, rem_wakeup); in dwc2_gadget_exit_hibernation()
5397 if (rem_wakeup) { in dwc2_gadget_exit_hibernation()
5315 dwc2_gadget_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, int reset) dwc2_gadget_exit_hibernation() argument
H A Dhcd.c5478 * @rem_wakeup: indicates whether resume is initiated by Device or Host.
5486 int dwc2_host_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_host_exit_hibernation() argument
5499 "%s: called with rem_wakeup = %d reset = %d\n", in dwc2_host_exit_hibernation()
5500 __func__, rem_wakeup, reset); in dwc2_host_exit_hibernation()
5502 dwc2_hib_restore_common(hsotg, rem_wakeup, 1); in dwc2_host_exit_hibernation()
5587 if (rem_wakeup) { in dwc2_host_exit_hibernation()

Completed in 30 milliseconds