Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcore.h46 #define CDNS3_DEFAULT_PM_RUNTIME_ALLOW BIT(0) macro
H A Dhost.c103 if (cdns->pdata && (cdns->pdata->quirks & CDNS3_DEFAULT_PM_RUNTIME_ALLOW)) in __cdns_host_init()
H A Dcdns3-plat.c149 if (!(cdns->pdata && (cdns->pdata->quirks & CDNS3_DEFAULT_PM_RUNTIME_ALLOW))) in cdns3_plat_probe()
H A Dcdns3-imx.c154 .quirks = CDNS3_DEFAULT_PM_RUNTIME_ALLOW,