Searched refs:runtime_suspended (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/mmc/host/
H A Dsdhci-msm.c2700 host->runtime_suspended = true;
2740 host->runtime_suspended = false;
H A Dsdhci.c436 if (host->runtime_suspended)
3532 if (host->runtime_suspended) {
3838 host->runtime_suspended = true;
3881 host->runtime_suspended = false;
H A Dsdhci.h538 bool runtime_suspended; /* Host is runtime suspended */ member in struct:sdhci_host
/linux-master/drivers/phy/ti/
H A Dphy-twl4030-usb.c166 unsigned long runtime_suspended:1; member in struct:twl4030_usb
404 if (!twl->runtime_suspended && !atomic_read(&twl->connected)) {
423 twl->runtime_suspended = 0;
439 twl->runtime_suspended = 1;

Completed in 363 milliseconds