Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/core/
Dcore.c1395 host->bus_refs++; in mmc_bus_get()
1408 host->bus_refs--; in mmc_bus_put()
1409 if ((host->bus_refs == 0) && host->bus_ops) in mmc_bus_put()
1427 WARN_ON(host->bus_refs); in mmc_attach_bus()
1430 host->bus_refs = 1; in mmc_attach_bus()
/Linux-v5.10/include/linux/mmc/
Dhost.h434 unsigned int bus_refs; /* reference counter */ member