Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/spi/
Dspi-cavium-octeon.c27 master = spi_alloc_master(&pdev->dev, sizeof(struct octeon_spi)); in octeon_spi_probe()
Dspi-cavium-thunderx.c26 master = spi_alloc_master(dev, sizeof(struct octeon_spi)); in thunderx_spi_probe()
Dspi-xtensa-xtfpga.c90 master = spi_alloc_master(&pdev->dev, sizeof(struct xtfpga_spi)); in xtfpga_spi_probe()
Dspi-rb4xx.c151 master = spi_alloc_master(&pdev->dev, sizeof(*rbspi)); in rb4xx_spi_probe()
Dspi-clps711x.c124 master = spi_alloc_master(&pdev->dev, sizeof(*hw)); in spi_clps711x_probe()
Dspi-jcore.c149 master = spi_alloc_master(&pdev->dev, sizeof(struct jcore_spi)); in jcore_spi_probe()
Dspi-sh-sci.c125 master = spi_alloc_master(&dev->dev, sizeof(struct sh_sci_spi)); in sh_sci_spi_probe()
Dspi-lp8841-rtc.c199 master = spi_alloc_master(&pdev->dev, sizeof(*data)); in spi_lp8841_rtc_probe()
Dspi-lm70llp.c214 master = spi_alloc_master(p->physport->dev, sizeof *pp); in spi_lm70llp_attach()
Dspi-xcomm.c214 master = spi_alloc_master(&i2c->dev, sizeof(*spi_xcomm)); in spi_xcomm_probe()
Dspi-altera.c179 master = spi_alloc_master(&pdev->dev, sizeof(struct altera_spi)); in altera_spi_probe()
Dspi-butterfly.c201 master = spi_alloc_master(dev, sizeof(*pp)); in butterfly_attach()
Dspi-sh-hspi.c236 master = spi_alloc_master(&pdev->dev, sizeof(*hspi)); in hspi_probe()
Dspi-falcon.c398 master = spi_alloc_master(&pdev->dev, sizeof(*priv)); in falcon_sflash_probe()
Dspi-ath79.c216 master = spi_alloc_master(&pdev->dev, sizeof(*sp)); in ath79_spi_probe()
Dspi-sc18is602.c257 master = spi_alloc_master(dev, sizeof(struct sc18is602)); in sc18is602_probe()
Dspi-gpio.c383 master = spi_alloc_master(&pdev->dev, sizeof(*spi_gpio)); in spi_gpio_probe()
Dspi-meson-spifc.c300 master = spi_alloc_master(&pdev->dev, sizeof(struct meson_spifc)); in meson_spifc_probe()
Dspi-oc-tiny.c250 master = spi_alloc_master(&pdev->dev, sizeof(struct tiny_spi)); in tiny_spi_probe()
Dspi-omap-uwire.c456 master = spi_alloc_master(&pdev->dev, sizeof *uwire); in uwire_probe()
Dspi-nuc900.c337 master = spi_alloc_master(&pdev->dev, sizeof(struct nuc900_spi)); in nuc900_spi_probe()
Dspi-omap-100k.c365 master = spi_alloc_master(&pdev->dev, sizeof(*spi100k)); in omap1_spi100k_probe()
Dspi-st-ssc4.c308 master = spi_alloc_master(&pdev->dev, sizeof(*spi_st)); in spi_st_probe()
/Linux-v4.19/drivers/video/fbdev/mmp/hw/
Dmmp_spi.c156 master = spi_alloc_master(ctrl->dev, sizeof(void *)); in lcd_spi_register()
/Linux-v4.19/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_spi.c187 master = spi_alloc_master(&ndev->pci_dev->dev, in netup_spi_init()

1234