/openbmc/linux/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_spi.c | 143 master = spi_alloc_master(ctrl->dev, sizeof(void *)); in lcd_spi_register()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mux.c | 132 ctlr = spi_alloc_master(&spi->dev, sizeof(*priv)); in spi_mux_probe()
|
H A D | spi-lm70llp.c | 205 master = spi_alloc_master(p->physport->dev, sizeof(*pp)); in spi_lm70llp_attach()
|
H A D | spi-lp8841-rtc.c | 188 master = spi_alloc_master(&pdev->dev, sizeof(*data)); in spi_lp8841_rtc_probe()
|
H A D | spi-xcomm.c | 211 master = spi_alloc_master(&i2c->dev, sizeof(*spi_xcomm)); in spi_xcomm_probe()
|
H A D | spi-oc-tiny.c | 218 master = spi_alloc_master(&pdev->dev, sizeof(struct tiny_spi)); in tiny_spi_probe()
|
H A D | spi-meson-spifc.c | 293 master = spi_alloc_master(&pdev->dev, sizeof(struct meson_spifc)); in meson_spifc_probe()
|
H A D | spi-omap-uwire.c | 460 master = spi_alloc_master(&pdev->dev, sizeof(*uwire)); in uwire_probe()
|
H A D | spi-npcm-pspi.c | 348 master = spi_alloc_master(&pdev->dev, sizeof(*priv)); in npcm_pspi_probe()
|
H A D | spi-xlp.c | 401 master = spi_alloc_master(&pdev->dev, 0); in xlp_spi_probe()
|
H A D | spi-st-ssc4.c | 282 master = spi_alloc_master(&pdev->dev, sizeof(*spi_st)); in spi_st_probe()
|
H A D | spi-sun4i.c | 433 master = spi_alloc_master(&pdev->dev, sizeof(struct sun4i_spi)); in sun4i_spi_probe()
|
H A D | spi-mpc52xx.c | 423 master = spi_alloc_master(&op->dev, sizeof(*ms)); in mpc52xx_spi_probe()
|
H A D | spi-sprd-adi.c | 536 ctlr = spi_alloc_master(&pdev->dev, sizeof(struct sprd_adi)); in sprd_adi_probe()
|
H A D | spi-mxs.c | 565 master = spi_alloc_master(&pdev->dev, sizeof(*spi)); in mxs_spi_probe()
|
H A D | spi-tegra20-sflash.c | 430 master = spi_alloc_master(&pdev->dev, sizeof(*tsd)); in tegra_sflash_probe()
|
H A D | spi-zynq-qspi.c | 649 ctlr = spi_alloc_master(&pdev->dev, sizeof(*xqspi)); in zynq_qspi_probe()
|
H A D | spi-sun6i.c | 635 master = spi_alloc_master(&pdev->dev, sizeof(struct sun6i_spi)); in sun6i_spi_probe()
|
H A D | spi-uniphier.c | 652 master = spi_alloc_master(&pdev->dev, sizeof(*priv)); in uniphier_spi_probe()
|
H A D | spi-synquacer.c | 609 master = spi_alloc_master(&pdev->dev, sizeof(*sspi)); in synquacer_spi_probe()
|
H A D | spi-meson-spicc.c | 776 master = spi_alloc_master(&pdev->dev, sizeof(*spicc)); in meson_spicc_probe()
|
H A D | spi-ti-qspi.c | 766 master = spi_alloc_master(&pdev->dev, sizeof(*qspi)); in ti_qspi_probe()
|
H A D | spi-zynqmp-gqspi.c | 1227 ctlr = spi_alloc_master(&pdev->dev, sizeof(*xqspi)); in zynqmp_qspi_probe()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | spilib.c | 494 master = spi_alloc_master(dev, sizeof(*spi)); in gb_spilib_master_init()
|
/openbmc/linux/include/linux/spi/ |
H A D | spi.h | 801 static inline struct spi_controller *spi_alloc_master(struct device *host, in spi_alloc_master() function
|