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

/linux-4.1.27/drivers/mmc/core/
H A Dcore.c1701 BUG_ON(host->bus_refs); __mmc_release_bus()
1715 host->bus_refs++; mmc_bus_get()
1728 host->bus_refs--; mmc_bus_put()
1729 if ((host->bus_refs == 0) && host->bus_ops) mmc_bus_put()
1750 BUG_ON(host->bus_refs); mmc_attach_bus()
1753 host->bus_refs = 1; mmc_attach_bus()
/linux-4.1.27/include/linux/mmc/
H A Dhost.h341 unsigned int bus_refs; /* reference counter */ member in struct:mmc_host

Completed in 59 milliseconds