Searched refs:spi_bus_type (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/powerpc/platforms/512x/ |
| H A D | pdm360ng.c | 96 bus_register_notifier(&spi_bus_type, &pdm360ng_touchscreen_nb); in pdm360ng_touchscreen_init()
|
| /linux-6.15/drivers/net/wan/ |
| H A D | slic_ds26522.c | 237 .bus = &spi_bus_type,
|
| /linux-6.15/drivers/spi/ |
| H A D | spi.c | 463 const struct bus_type spi_bus_type = { variable 472 EXPORT_SYMBOL_GPL(spi_bus_type); 485 sdrv->driver.bus = &spi_bus_type; in __spi_register_driver() 590 spi->dev.bus = &spi_bus_type; in spi_alloc_device() 711 status = bus_for_each_dev(&spi_bus_type, NULL, spi, spi_dev_check); in __spi_add_device() 4763 struct device *dev = bus_find_device_by_of_node(&spi_bus_type, node); in of_find_spi_device_by_node() 4871 dev = bus_find_device_by_acpi_dev(&spi_bus_type, adev); in acpi_spi_find_device_by_adev() 4924 status = bus_register(&spi_bus_type); in spi_init() 4948 bus_unregister(&spi_bus_type); in spi_init()
|
| /linux-6.15/sound/soc/rockchip/ |
| H A D | rk3399_gru_sound.c | 471 .bus_type = &spi_bus_type,
|
| /linux-6.15/sound/soc/intel/boards/ |
| H A D | bytcr_wm5102.c | 558 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
|
| /linux-6.15/drivers/platform/x86/x86-android-tablets/ |
| H A D | lenovo.c | 493 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, in lenovo_yoga_tab2_830_1050_init_codec()
|
| /linux-6.15/include/linux/spi/ |
| H A D | spi.h | 41 extern const struct bus_type spi_bus_type;
|
| /linux-6.15/drivers/net/ethernet/microchip/ |
| H A D | encx24j600.c | 1117 .bus = &spi_bus_type,
|