Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dcore.c1727 host->bus_refs++; in mmc_bus_get()
1740 host->bus_refs--; in mmc_bus_put()
1741 if ((host->bus_refs == 0) && host->bus_ops) in mmc_bus_put()
1759 WARN_ON(host->bus_refs); in mmc_attach_bus()
1762 host->bus_refs = 1; in mmc_attach_bus()
/Linux-v4.19/include/linux/mmc/
Dhost.h421 unsigned int bus_refs; /* reference counter */ member