Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dbus.c29 #define to_mmc_driver(d) container_of(d, struct mmc_driver, drv) macro
128 struct mmc_driver *drv = to_mmc_driver(dev->driver); in mmc_bus_probe()
136 struct mmc_driver *drv = to_mmc_driver(dev->driver); in mmc_bus_remove()
144 struct mmc_driver *drv = to_mmc_driver(dev->driver); in mmc_bus_shutdown()