Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-spi.c48 spi = spi_new_device(master, info); in v4l2_spi_new_subdev()
/openbmc/linux/drivers/spi/
H A Dspi-altera-platform.c127 if (!spi_new_device(host, pdata->devices + i)) in altera_spi_probe()
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.master, &pp->info); in spi_lm70llp_attach()
H A Dspi-butterfly.c266 pp->dataflash = spi_new_device(pp->bitbang.master, &pp->info[0]); in butterfly_attach()
H A Dspi-xilinx.c499 spi_new_device(master, pdata->devices + i); in xilinx_spi_probe()
H A Dspi-intel.c1368 if (!spi_new_device(ispi->host, &chip)) in intel_spi_populate_chip()
1382 if (!spi_new_device(ispi->host, &chip)) in intel_spi_populate_chip()
H A Dspi.c725 struct spi_device *spi_new_device(struct spi_controller *ctlr, in spi_new_device() function
774 EXPORT_SYMBOL_GPL(spi_new_device);
809 dev = spi_new_device(ctlr, bi); in spi_match_controller_to_boardinfo()
/openbmc/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_spi.c210 if (!spi_new_device(master, &netup_spi_board)) { in netup_spi_init()
/openbmc/linux/drivers/staging/greybus/
H A Dspilib.c478 spidev = spi_new_device(master, &spi_board); in gb_spi_setup_device()
/openbmc/linux/include/linux/spi/
H A Dspi.h1622 spi_new_device(struct spi_controller *, struct spi_board_info *);