Home
last modified time | relevance | path

Searched refs:has_hibernation (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c237 if (!dwc->has_hibernation) in dwc3_alloc_scratch_buffers()
257 if (!dwc->has_hibernation) in dwc3_setup_scratch_buffers()
300 if (!dwc->has_hibernation) in dwc3_free_scratch_buffers()
H A Dcore.h817 unsigned has_hibernation:1; member
H A Dgadget.c1379 if (dwc->has_hibernation) in dwc3_gadget_run_stop()
1386 if (dwc->has_hibernation && !suspend) in dwc3_gadget_run_stop()
2421 if (!dwc->has_hibernation) { in dwc3_gadget_interrupt()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c492 if (!dwc->has_hibernation) in dwc3_alloc_scratch_buffers()
512 if (!dwc->has_hibernation) in dwc3_setup_scratch_buffers()
559 if (!dwc->has_hibernation) in dwc3_free_scratch_buffers()
H A Dcore.h1280 unsigned has_hibernation:1; member
H A Dgadget.c2624 if (dwc->has_hibernation) in dwc3_gadget_run_stop()
2632 if (dwc->has_hibernation && !suspend) in dwc3_gadget_run_stop()
4467 if (dev_WARN_ONCE(dwc->dev, !dwc->has_hibernation, in dwc3_gadget_interrupt()