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

/drivers/mmc/core/
H A Dsdio_bus.c223 static struct bus_type sdio_bus_type = { variable in typeref:struct:bus_type
235 return bus_register(&sdio_bus_type);
240 bus_unregister(&sdio_bus_type);
250 drv->drv.bus = &sdio_bus_type;
261 drv->drv.bus = &sdio_bus_type;
301 func->dev.bus = &sdio_bus_type;

Completed in 62 milliseconds