Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/drivers/spi/
Dspi-cavium-octeon.c26 master = spi_alloc_master(&pdev->dev, sizeof(struct octeon_spi)); in octeon_spi_probe()
Dspi-cavium-thunderx.c27 master = spi_alloc_master(dev, sizeof(struct octeon_spi)); in thunderx_spi_probe()
Dspi-xtensa-xtfpga.c86 master = spi_alloc_master(&pdev->dev, sizeof(struct xtfpga_spi)); in xtfpga_spi_probe()
Dspi-mux.c132 ctlr = spi_alloc_master(&spi->dev, sizeof(*priv)); in spi_mux_probe()
Dspi-clps711x.c100 master = spi_alloc_master(&pdev->dev, sizeof(*hw)); in spi_clps711x_probe()
Dspi-jcore.c150 master = spi_alloc_master(&pdev->dev, sizeof(struct jcore_spi)); in jcore_spi_probe()
Dspi-lp8841-rtc.c189 master = spi_alloc_master(&pdev->dev, sizeof(*data)); in spi_lp8841_rtc_probe()
Dspi-sh-sci.c121 master = spi_alloc_master(&dev->dev, sizeof(struct sh_sci_spi)); in sh_sci_spi_probe()
Dspi-xcomm.c212 master = spi_alloc_master(&i2c->dev, sizeof(*spi_xcomm)); in spi_xcomm_probe()
Dspi-lm70llp.c205 master = spi_alloc_master(p->physport->dev, sizeof *pp); in spi_lm70llp_attach()
Dspi-butterfly.c192 master = spi_alloc_master(dev, sizeof(*pp)); in butterfly_attach()
Dspi-ath79.c145 master = spi_alloc_master(&pdev->dev, sizeof(*sp)); in ath79_spi_probe()
Dspi-sh-hspi.c227 ctlr = spi_alloc_master(&pdev->dev, sizeof(*hspi)); in hspi_probe()
Dspi-amd.c257 master = spi_alloc_master(dev, sizeof(struct amd_spi)); in amd_spi_probe()
Dspi-falcon.c396 master = spi_alloc_master(&pdev->dev, sizeof(*priv)); in falcon_sflash_probe()
Dspi-oc-tiny.c218 master = spi_alloc_master(&pdev->dev, sizeof(struct tiny_spi)); in tiny_spi_probe()
Dspi-altera.c245 master = spi_alloc_master(&pdev->dev, sizeof(struct altera_spi)); in altera_spi_probe()
Dspi-omap-uwire.c463 master = spi_alloc_master(&pdev->dev, sizeof *uwire); in uwire_probe()
Dspi-sifive.c299 master = spi_alloc_master(&pdev->dev, sizeof(struct sifive_spi)); in sifive_spi_probe()
Dspi-ppc4xx.c352 master = spi_alloc_master(dev, sizeof *hw); in spi_ppc4xx_of_probe()
Dspi-meson-spifc.c293 master = spi_alloc_master(&pdev->dev, sizeof(struct meson_spifc)); in meson_spifc_probe()
Dspi-npcm-pspi.c348 master = spi_alloc_master(&pdev->dev, sizeof(*priv)); in npcm_pspi_probe()
Dspi-st-ssc4.c305 master = spi_alloc_master(&pdev->dev, sizeof(*spi_st)); in spi_st_probe()
Dspi-omap-100k.c354 master = spi_alloc_master(&pdev->dev, sizeof(*spi100k)); in omap1_spi100k_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/hw/
Dmmp_spi.c143 master = spi_alloc_master(ctrl->dev, sizeof(void *)); in lcd_spi_register()

1234