Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/usb/
Dchipidea.h65 #define CI_HDRC_PHY_VBUS_CONTROL BIT(16) macro
/Linux-v6.1/drivers/usb/chipidea/
Dci_hdrc_usb2.c33 .flags = CI_HDRC_PHY_VBUS_CONTROL,
Dotg_fsm.c477 if (ci->platdata->flags & CI_HDRC_PHY_VBUS_CONTROL) in ci_otg_drv_vbus()
489 if (ci->platdata->flags & CI_HDRC_PHY_VBUS_CONTROL) in ci_otg_drv_vbus()
Dhost.c66 if (ci->platdata->flags & CI_HDRC_PHY_VBUS_CONTROL) { in ehci_ci_portpower()