Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dchipidea.h65 #define CI_HDRC_PHY_VBUS_CONTROL BIT(16) macro
/openbmc/linux/drivers/usb/chipidea/
H A Dci_hdrc_usb2.c33 .flags = CI_HDRC_PHY_VBUS_CONTROL,
H A 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()
H A Dhost.c65 if (ci->platdata->flags & CI_HDRC_PHY_VBUS_CONTROL) { in ehci_ci_portpower()