Searched refs:bus_refs (Results 1 – 2 of 2) sorted by relevance
1786 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()
341 unsigned int bus_refs; /* reference counter */ member