Home
last modified time | relevance | path

Searched refs:bus_on (Results 1 – 2 of 2) sorted by relevance

/components/drivers/sdio/sdhci/include/
A Dsdhci.h462 rt_bool_t bus_on; /* Bus power prevents runtime suspend */ member
/components/drivers/sdio/sdhci/
A Dsdhci.c368 if (host->bus_on) in sdhci_runtime_pm_bus_on()
370 host->bus_on = RT_TRUE; in sdhci_runtime_pm_bus_on()
375 if (!host->bus_on) in sdhci_runtime_pm_bus_off()
377 host->bus_on = RT_FALSE; in sdhci_runtime_pm_bus_off()

Completed in 11 milliseconds