Home
last modified time | relevance | path

Searched refs:spi_alloc_master (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_spi.c143 master = spi_alloc_master(ctrl->dev, sizeof(void *)); in lcd_spi_register()
/openbmc/linux/drivers/spi/
H A Dspi-mux.c132 ctlr = spi_alloc_master(&spi->dev, sizeof(*priv)); in spi_mux_probe()
H A Dspi-lm70llp.c205 master = spi_alloc_master(p->physport->dev, sizeof(*pp)); in spi_lm70llp_attach()
H A Dspi-lp8841-rtc.c188 master = spi_alloc_master(&pdev->dev, sizeof(*data)); in spi_lp8841_rtc_probe()
H A Dspi-xcomm.c211 master = spi_alloc_master(&i2c->dev, sizeof(*spi_xcomm)); in spi_xcomm_probe()
H A Dspi-oc-tiny.c218 master = spi_alloc_master(&pdev->dev, sizeof(struct tiny_spi)); in tiny_spi_probe()
H A Dspi-meson-spifc.c293 master = spi_alloc_master(&pdev->dev, sizeof(struct meson_spifc)); in meson_spifc_probe()
H A Dspi-omap-uwire.c460 master = spi_alloc_master(&pdev->dev, sizeof(*uwire)); in uwire_probe()
H A Dspi-npcm-pspi.c348 master = spi_alloc_master(&pdev->dev, sizeof(*priv)); in npcm_pspi_probe()
H A Dspi-xlp.c401 master = spi_alloc_master(&pdev->dev, 0); in xlp_spi_probe()
H A Dspi-st-ssc4.c282 master = spi_alloc_master(&pdev->dev, sizeof(*spi_st)); in spi_st_probe()
H A Dspi-sun4i.c433 master = spi_alloc_master(&pdev->dev, sizeof(struct sun4i_spi)); in sun4i_spi_probe()
H A Dspi-mpc52xx.c423 master = spi_alloc_master(&op->dev, sizeof(*ms)); in mpc52xx_spi_probe()
H A Dspi-sprd-adi.c536 ctlr = spi_alloc_master(&pdev->dev, sizeof(struct sprd_adi)); in sprd_adi_probe()
H A Dspi-mxs.c565 master = spi_alloc_master(&pdev->dev, sizeof(*spi)); in mxs_spi_probe()
H A Dspi-tegra20-sflash.c430 master = spi_alloc_master(&pdev->dev, sizeof(*tsd)); in tegra_sflash_probe()
H A Dspi-zynq-qspi.c649 ctlr = spi_alloc_master(&pdev->dev, sizeof(*xqspi)); in zynq_qspi_probe()
H A Dspi-sun6i.c635 master = spi_alloc_master(&pdev->dev, sizeof(struct sun6i_spi)); in sun6i_spi_probe()
H A Dspi-uniphier.c652 master = spi_alloc_master(&pdev->dev, sizeof(*priv)); in uniphier_spi_probe()
H A Dspi-synquacer.c609 master = spi_alloc_master(&pdev->dev, sizeof(*sspi)); in synquacer_spi_probe()
H A Dspi-meson-spicc.c776 master = spi_alloc_master(&pdev->dev, sizeof(*spicc)); in meson_spicc_probe()
H A Dspi-ti-qspi.c766 master = spi_alloc_master(&pdev->dev, sizeof(*qspi)); in ti_qspi_probe()
H A Dspi-zynqmp-gqspi.c1227 ctlr = spi_alloc_master(&pdev->dev, sizeof(*xqspi)); in zynqmp_qspi_probe()
/openbmc/linux/drivers/staging/greybus/
H A Dspilib.c494 master = spi_alloc_master(dev, sizeof(*spi)); in gb_spilib_master_init()
/openbmc/linux/include/linux/spi/
H A Dspi.h801 static inline struct spi_controller *spi_alloc_master(struct device *host, in spi_alloc_master() function

12