Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/platforms/512x/
H A Dpdm360ng.c96 bus_register_notifier(&spi_bus_type, &pdm360ng_touchscreen_nb); in pdm360ng_touchscreen_init()
/linux-6.15/drivers/net/wan/
H A Dslic_ds26522.c237 .bus = &spi_bus_type,
/linux-6.15/drivers/spi/
H A Dspi.c463 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 Drk3399_gru_sound.c471 .bus_type = &spi_bus_type,
/linux-6.15/sound/soc/intel/boards/
H A Dbytcr_wm5102.c558 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 Dlenovo.c493 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 Dspi.h41 extern const struct bus_type spi_bus_type;
/linux-6.15/drivers/net/ethernet/microchip/
H A Dencx24j600.c1117 .bus = &spi_bus_type,