spi_bus_type       95 arch/powerpc/platforms/512x/pdm360ng.c 	bus_register_notifier(&spi_bus_type, &pdm360ng_touchscreen_nb);
spi_bus_type      139 drivers/base/devcon.c extern struct bus_type spi_bus_type;
spi_bus_type      150 drivers/base/devcon.c 	&spi_bus_type,
spi_bus_type      235 drivers/mfd/sprd-sc27xx-spi.c 		.bus = &spi_bus_type,
spi_bus_type     1122 drivers/net/ethernet/microchip/encx24j600.c 		.bus	= &spi_bus_type,
spi_bus_type      239 drivers/net/wan/slic_ds26522.c 		   .bus = &spi_bus_type,
spi_bus_type      377 drivers/spi/spi.c struct bus_type spi_bus_type = {
spi_bus_type      383 drivers/spi/spi.c EXPORT_SYMBOL_GPL(spi_bus_type);
spi_bus_type      444 drivers/spi/spi.c 	sdrv->driver.bus = &spi_bus_type;
spi_bus_type      510 drivers/spi/spi.c 	spi->dev.bus = &spi_bus_type;
spi_bus_type      577 drivers/spi/spi.c 	status = bus_for_each_dev(&spi_bus_type, NULL, spi, spi_dev_check);
spi_bus_type     3661 drivers/spi/spi.c 	struct device *dev = bus_find_device_by_of_node(&spi_bus_type, node);
spi_bus_type     3766 drivers/spi/spi.c 	dev = bus_find_device_by_acpi_dev(&spi_bus_type, adev);
spi_bus_type     3819 drivers/spi/spi.c 	status = bus_register(&spi_bus_type);
spi_bus_type     3843 drivers/spi/spi.c 	bus_unregister(&spi_bus_type);
spi_bus_type       27 include/linux/spi/spi.h extern struct bus_type spi_bus_type;
spi_bus_type      421 sound/soc/rockchip/rk3399_gru_sound.c 		.bus_type = &spi_bus_type,