Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcore.h46 #define CDNS3_DEFAULT_PM_RUNTIME_ALLOW BIT(0) macro
H A Dhost.c62 if (cdns->pdata && (cdns->pdata->quirks & CDNS3_DEFAULT_PM_RUNTIME_ALLOW)) in __cdns3_host_init()
H A Dcore.c582 if (!(cdns->pdata && (cdns->pdata->quirks & CDNS3_DEFAULT_PM_RUNTIME_ALLOW))) in cdns3_probe()