Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dchipidea.h46 #define CI_HDRC_DISABLE_HOST_STREAMING BIT(3) macro
48 CI_HDRC_DISABLE_HOST_STREAMING)
/openbmc/linux/drivers/usb/chipidea/
H A Dci_hdrc_imx.c50 CI_HDRC_DISABLE_HOST_STREAMING,
56 CI_HDRC_DISABLE_HOST_STREAMING,
H A Dcore.c421 if (ci->platdata->flags & CI_HDRC_DISABLE_HOST_STREAMING) in ci_platform_configure()