Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/chipidea/
Dci_hdrc_tegra.c45 CI_HDRC_SUPPORTS_RUNTIME_PM,
53 CI_HDRC_SUPPORTS_RUNTIME_PM,
61 CI_HDRC_SUPPORTS_RUNTIME_PM,
69 CI_HDRC_SUPPORTS_RUNTIME_PM,
344 usb->data.flags &= ~CI_HDRC_SUPPORTS_RUNTIME_PM; in tegra_usb_probe()
Dci_hdrc_imx.c41 .flags = CI_HDRC_SUPPORTS_RUNTIME_PM |
47 .flags = CI_HDRC_SUPPORTS_RUNTIME_PM |
53 .flags = CI_HDRC_SUPPORTS_RUNTIME_PM |
59 .flags = CI_HDRC_SUPPORTS_RUNTIME_PM |
65 .flags = CI_HDRC_SUPPORTS_RUNTIME_PM,
69 .flags = CI_HDRC_SUPPORTS_RUNTIME_PM |
440 if (pdata.flags & CI_HDRC_SUPPORTS_RUNTIME_PM) in ci_hdrc_imx_probe()
Dcore.c1031 CI_HDRC_SUPPORTS_RUNTIME_PM); in ci_hdrc_probe()
/Linux-v6.1/include/linux/usb/
Dchipidea.h45 #define CI_HDRC_SUPPORTS_RUNTIME_PM BIT(2) macro