Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/512x/
H A Dpdm360ng.c96 bus_register_notifier(&spi_bus_type, &pdm360ng_touchscreen_nb); in pdm360ng_touchscreen_init()
/openbmc/linux/drivers/net/wan/
H A Dslic_ds26522.c236 .bus = &spi_bus_type,
/openbmc/linux/drivers/spi/
H A Dspi.c462 struct bus_type spi_bus_type = { variable
471 EXPORT_SYMBOL_GPL(spi_bus_type);
484 sdrv->driver.bus = &spi_bus_type; in __spi_register_driver()
589 spi->dev.bus = &spi_bus_type; in spi_alloc_device()
649 status = bus_for_each_dev(&spi_bus_type, NULL, spi, spi_dev_check); in __spi_add_device()
4469 struct device *dev = bus_find_device_by_of_node(&spi_bus_type, node); in of_find_spi_device_by_node()
4576 dev = bus_find_device_by_acpi_dev(&spi_bus_type, adev); in acpi_spi_find_device_by_adev()
4629 status = bus_register(&spi_bus_type); in spi_init()
4653 bus_unregister(&spi_bus_type); in spi_init()
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c466 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, in lenovo_yoga_tab2_830_1050_init_codec()
/openbmc/linux/sound/soc/intel/boards/
H A Dbytcr_wm5102.c422 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
/openbmc/linux/sound/soc/rockchip/
H A Drk3399_gru_sound.c473 .bus_type = &spi_bus_type,
/openbmc/linux/include/linux/spi/
H A Dspi.h36 extern struct bus_type spi_bus_type;
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dencx24j600.c1116 .bus = &spi_bus_type,