Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcore.c1408 host->bus_refs++; in mmc_bus_get()
1421 host->bus_refs--; in mmc_bus_put()
1422 if ((host->bus_refs == 0) && host->bus_ops) in mmc_bus_put()
1440 WARN_ON(host->bus_refs); in mmc_attach_bus()
1443 host->bus_refs = 1; in mmc_attach_bus()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h447 unsigned int bus_refs; /* reference counter */ member