Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/core/
Dcore.c1786 BUG_ON(host->bus_refs); in __mmc_release_bus()
1800 host->bus_refs++; in mmc_bus_get()
1813 host->bus_refs--; in mmc_bus_put()
1814 if ((host->bus_refs == 0) && host->bus_ops) in mmc_bus_put()
1835 BUG_ON(host->bus_refs); in mmc_attach_bus()
1838 host->bus_refs = 1; in mmc_attach_bus()
/linux-4.4.14/include/linux/mmc/
Dhost.h341 unsigned int bus_refs; /* reference counter */ member