Home
last modified time | relevance | path

Searched refs:DWC2_L1 (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dcore_intr.c352 if (hsotg->lx_state != DWC2_L1) { in dwc2_wakeup_from_lpm_l1()
409 if (hsotg->lx_state == DWC2_L1) { in dwc2_handle_wakeup_detected_intr()
438 if (hsotg->lx_state != DWC2_L1) { in dwc2_handle_wakeup_detected_intr()
622 hsotg->lx_state = DWC2_L1; in dwc2_handle_lpm_intr()
Dcore.h221 DWC2_L1, /* LPM sleep state */ enumerator
Dhcd.c1849 if (hsotg->lx_state == DWC2_L1) in dwc2_hcd_rem_wakeup()