Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dci_hdrc_imx.c100 bool supports_runtime_pm; member
465 data->supports_runtime_pm = true; in ci_hdrc_imx_probe()
502 if (data->supports_runtime_pm) { in ci_hdrc_imx_probe()
531 if (data->supports_runtime_pm) { in ci_hdrc_imx_remove()
641 if (!ret && data->supports_runtime_pm) { in ci_hdrc_imx_resume()
H A Dcore.c1075 ci->supports_runtime_pm = !!(ci->platdata->flags & in ci_hdrc_probe()
1229 if (ci->supports_runtime_pm) { in ci_hdrc_probe()
1270 if (ci->supports_runtime_pm) { in ci_hdrc_remove()
1457 if (ci->supports_runtime_pm) { in ci_resume()
H A Dci.h265 bool supports_runtime_pm; member