Home
last modified time | relevance | path

Searched refs:in_ppd (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore_intr.c290 if (hsotg->in_ppd) { in dwc2_handle_session_req_intr()
396 if (hsotg->in_ppd) { in dwc2_handle_wakeup_detected_intr()
419 if (hsotg->in_ppd) { in dwc2_handle_wakeup_detected_intr()
H A Dcore.h853 * @in_ppd: True if core is partial power down mode.
1051 unsigned int in_ppd:1; member
H A Dplatform.c325 if (hsotg->in_ppd) { in dwc2_driver_remove()
H A Dhcd.c3182 if (hsotg->in_ppd && hsotg->lx_state == DWC2_L2) in dwc2_conn_id_status_change()
3662 if (hsotg->in_ppd) { in dwc2_hcd_hub_control()
4644 if (hsotg->in_ppd) { in _dwc2_hcd_urb_enqueue()
5773 /* Set in_ppd flag to 1 as here core enters suspend. */ in dwc2_host_enter_partial_power_down()
5774 hsotg->in_ppd = 1; in dwc2_host_enter_partial_power_down()
5862 /* Set lx_state to and in_ppd to 0 as here core exits from suspend. */ in dwc2_host_exit_partial_power_down()
5863 hsotg->in_ppd = 0; in dwc2_host_exit_partial_power_down()
H A Dgadget.c3727 if (hsotg->in_ppd && hsotg->lx_state == DWC2_L2) in dwc2_hsotg_irq()
4702 if (hsotg->lx_state == DWC2_L2 && hsotg->in_ppd) in dwc2_hsotg_vbus_session()
5531 /* Set in_ppd flag to 1 as here core enters suspend. */ in dwc2_gadget_enter_partial_power_down()
5532 hsotg->in_ppd = 1; in dwc2_gadget_enter_partial_power_down()
5599 /* Set in_ppd flag to 0 as here core exits from suspend. */ in dwc2_gadget_exit_partial_power_down()
5600 hsotg->in_ppd = 0; in dwc2_gadget_exit_partial_power_down()

Completed in 16 milliseconds