Searched refs:spi_alloc_master (Results  1 – 25 of 102) sorted by relevance
12345
| /Linux-v5.4/drivers/spi/ | 
| D | spi-cavium-octeon.c | 26 	master = spi_alloc_master(&pdev->dev, sizeof(struct octeon_spi));  in octeon_spi_probe()
 | 
| D | spi-cavium-thunderx.c | 27 	master = spi_alloc_master(dev, sizeof(struct octeon_spi));  in thunderx_spi_probe()
 | 
| D | spi-xtensa-xtfpga.c | 87 	master = spi_alloc_master(&pdev->dev, sizeof(struct xtfpga_spi));  in xtfpga_spi_probe()
 | 
| D | spi-clps711x.c | 100 	master = spi_alloc_master(&pdev->dev, sizeof(*hw));  in spi_clps711x_probe()
 | 
| D | spi-rb4xx.c | 145 	master = spi_alloc_master(&pdev->dev, sizeof(*rbspi));  in rb4xx_spi_probe()
 | 
| D | spi-jcore.c | 150 	master = spi_alloc_master(&pdev->dev, sizeof(struct jcore_spi));  in jcore_spi_probe()
 | 
| D | spi-lp8841-rtc.c | 189 	master = spi_alloc_master(&pdev->dev, sizeof(*data));  in spi_lp8841_rtc_probe()
 | 
| D | spi-sh-sci.c | 121 	master = spi_alloc_master(&dev->dev, sizeof(struct sh_sci_spi));  in sh_sci_spi_probe()
 | 
| D | spi-altera.c | 175 	master = spi_alloc_master(&pdev->dev, sizeof(struct altera_spi));  in altera_spi_probe()
 | 
| D | spi-lm70llp.c | 205 	master = spi_alloc_master(p->physport->dev, sizeof *pp);  in spi_lm70llp_attach()
 | 
| D | spi-xcomm.c | 213 	master = spi_alloc_master(&i2c->dev, sizeof(*spi_xcomm));  in spi_xcomm_probe()
 | 
| D | spi-ath79.c | 145 	master = spi_alloc_master(&pdev->dev, sizeof(*sp));  in ath79_spi_probe()
 | 
| D | spi-butterfly.c | 192 	master = spi_alloc_master(dev, sizeof(*pp));  in butterfly_attach()
 | 
| D | spi-sh-hspi.c | 228 	ctlr = spi_alloc_master(&pdev->dev, sizeof(*hspi));  in hspi_probe()
 | 
| D | spi-falcon.c | 396 	master = spi_alloc_master(&pdev->dev, sizeof(*priv));  in falcon_sflash_probe()
 | 
| D | spi-mt7621.c | 353 	master = spi_alloc_master(&pdev->dev, sizeof(*rs));  in mt7621_spi_probe()
 | 
| D | spi-sc18is602.c | 248 	master = spi_alloc_master(dev, sizeof(struct sc18is602));  in sc18is602_probe()
 | 
| D | spi-gpio.c | 369 	master = spi_alloc_master(dev, sizeof(*spi_gpio));  in spi_gpio_probe()
 | 
| D | spi-meson-spifc.c | 293 	master = spi_alloc_master(&pdev->dev, sizeof(struct meson_spifc));  in meson_spifc_probe()
 | 
| D | spi-oc-tiny.c | 246 	master = spi_alloc_master(&pdev->dev, sizeof(struct tiny_spi));  in tiny_spi_probe()
 | 
| D | spi-omap-uwire.c | 456 	master = spi_alloc_master(&pdev->dev, sizeof *uwire);  in uwire_probe()
 | 
| D | spi-sifive.c | 299 	master = spi_alloc_master(&pdev->dev, sizeof(struct sifive_spi));  in sifive_spi_probe()
 | 
| D | spi-omap-100k.c | 356 	master = spi_alloc_master(&pdev->dev, sizeof(*spi100k));  in omap1_spi100k_probe()
 | 
| /Linux-v5.4/drivers/video/fbdev/mmp/hw/ | 
| D | mmp_spi.c | 143 	master = spi_alloc_master(ctrl->dev, sizeof(void *));  in lcd_spi_register()
 | 
| /Linux-v5.4/drivers/media/pci/netup_unidvb/ | 
| D | netup_unidvb_spi.c | 178 	master = spi_alloc_master(&ndev->pci_dev->dev,  in netup_spi_init()
 | 
        12345