Home
last modified time | relevance | path

Searched refs:spi_new_device (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/media/v4l2-core/ !
H A Dv4l2-spi.c48 spi = spi_new_device(ctlr, info); in v4l2_spi_new_subdev()
/linux/drivers/spi/ !
H A Dspi-altera-dfl.c175 if (!spi_new_device(host, &board_info)) { in dfl_spi_altera_probe()
H A Dspi-lm70llp.c267 pp->spidev_lm70 = spi_new_device(pp->bitbang.ctlr, &pp->info); in spi_lm70llp_attach()
H A Dspi-butterfly.c266 pp->dataflash = spi_new_device(pp->bitbang.ctlr, &pp->info[0]); in butterfly_attach()
H A Dspi-ch341.c208 ch341->spidev = spi_new_device(ctrl, &chip); in ch341_probe()
H A Dspi-kspi2.c317 struct spi_device *device = spi_new_device(kspi->host, &info[i]); in kspi2_register_devices()
H A Dspi-intel.c1402 if (!spi_new_device(ispi->host, &chip)) in intel_spi_populate_chip()
1431 if (!spi_new_device(ispi->host, &chip)) in intel_spi_populate_chip()
H A Dspi.c790 struct spi_device *spi_new_device(struct spi_controller *ctlr, in spi_new_device() function
846 EXPORT_SYMBOL_GPL(spi_new_device);
884 dev = spi_new_device(ctlr, bi); in spi_match_controller_to_boardinfo()
/linux/drivers/media/pci/netup_unidvb/ !
H A Dnetup_unidvb_spi.c210 if (!spi_new_device(ctlr, &netup_spi_board)) { in netup_spi_init()
/linux/drivers/platform/x86/x86-android-tablets/ !
H A Dcore.c265 spi_devs[idx] = spi_new_device(controller, &board_info); in x86_instantiate_spi_dev()
/linux/drivers/staging/greybus/ !
H A Dspilib.c478 spidev = spi_new_device(ctlr, &spi_board); in gb_spi_setup_device()
/linux/drivers/media/pci/mgb4/ !
H A Dmgb4_core.c247 spi_dev = spi_new_device(ctlr, &spi_info); in init_spi()
/linux/include/linux/spi/ !
H A Dspi.h1748 spi_new_device(struct spi_controller *, struct spi_board_info *);