Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dchipidea.h46 #define CI_HDRC_DISABLE_HOST_STREAMING BIT(3) macro
48 CI_HDRC_DISABLE_HOST_STREAMING)
/linux-5.19.10/drivers/usb/chipidea/
Dci_hdrc_imx.c49 CI_HDRC_DISABLE_HOST_STREAMING,
55 CI_HDRC_DISABLE_HOST_STREAMING,
Dcore.c419 if (ci->platdata->flags & CI_HDRC_DISABLE_HOST_STREAMING) in ci_platform_configure()