Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/core/
Dcore.c1412 host->bus_refs++; in mmc_bus_get()
1425 host->bus_refs--; in mmc_bus_put()
1426 if ((host->bus_refs == 0) && host->bus_ops) in mmc_bus_put()
1444 WARN_ON(host->bus_refs); in mmc_attach_bus()
1447 host->bus_refs = 1; in mmc_attach_bus()
/Linux-v5.4/include/linux/mmc/
Dhost.h425 unsigned int bus_refs; /* reference counter */ member