Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dci_hdrc_imx.c40 .flags = CI_HDRC_SUPPORTS_RUNTIME_PM |
45 .flags = CI_HDRC_SUPPORTS_RUNTIME_PM |
50 .flags = CI_HDRC_SUPPORTS_RUNTIME_PM |
266 if (pdata.flags & CI_HDRC_SUPPORTS_RUNTIME_PM) in ci_hdrc_imx_probe()
Dcore.c707 CI_HDRC_SUPPORTS_RUNTIME_PM); in ci_hdrc_probe()
/linux-4.1.27/include/linux/usb/
Dchipidea.h22 #define CI_HDRC_SUPPORTS_RUNTIME_PM BIT(2) macro