Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/chipidea/
Dci_hdrc_imx.c91 bool supports_runtime_pm; member
417 data->supports_runtime_pm = true; in ci_hdrc_imx_probe()
442 if (data->supports_runtime_pm) { in ci_hdrc_imx_probe()
469 if (data->supports_runtime_pm) { in ci_hdrc_imx_remove()
587 if (!ret && data->supports_runtime_pm) { in ci_hdrc_imx_resume()
Dcore.c1004 ci->supports_runtime_pm = !!(ci->platdata->flags & in ci_hdrc_probe()
1168 if (ci->supports_runtime_pm) { in ci_hdrc_probe()
1209 if (ci->supports_runtime_pm) { in ci_hdrc_remove()
1347 if (ci->supports_runtime_pm) { in ci_resume()
Dci.h255 bool supports_runtime_pm; member