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

/drivers/mmc/core/
H A Dsdio_bus.c222 static struct bus_type sdio_bus_type = { variable in typeref:struct:bus_type
234 return bus_register(&sdio_bus_type);
239 bus_unregister(&sdio_bus_type);
249 drv->drv.bus = &sdio_bus_type;
260 drv->drv.bus = &sdio_bus_type;
299 func->dev.bus = &sdio_bus_type;

Completed in 57 milliseconds