Searched refs:spi_alloc_host (Results 1 – 25 of 45) sorted by relevance
12
/openbmc/linux/drivers/spi/ |
H A D | spi-cavium-octeon.c | 26 host = spi_alloc_host(&pdev->dev, sizeof(struct octeon_spi)); in octeon_spi_probe()
|
H A D | spi-cavium-thunderx.c | 27 host = spi_alloc_host(dev, sizeof(struct octeon_spi)); in thunderx_spi_probe()
|
H A D | spi-altera-platform.c | 46 host = spi_alloc_host(&pdev->dev, sizeof(struct altera_spi)); in altera_spi_probe()
|
H A D | spi-clps711x.c | 102 host = spi_alloc_host(&pdev->dev, sizeof(*hw)); in spi_clps711x_probe()
|
H A D | spi-sh-sci.c | 121 host = spi_alloc_host(&dev->dev, sizeof(struct sh_sci_spi)); in sh_sci_spi_probe()
|
H A D | spi-jcore.c | 151 host = spi_alloc_host(&pdev->dev, sizeof(struct jcore_spi)); in jcore_spi_probe()
|
H A D | spi-butterfly.c | 192 host = spi_alloc_host(dev, sizeof(*pp)); in butterfly_attach()
|
H A D | spi-sh-hspi.c | 227 ctlr = spi_alloc_host(&pdev->dev, sizeof(*hspi)); in hspi_probe()
|
H A D | spi-ath79.c | 176 host = spi_alloc_host(&pdev->dev, sizeof(*sp)); in ath79_spi_probe()
|
H A D | spi-falcon.c | 396 host = spi_alloc_host(&pdev->dev, sizeof(*priv)); in falcon_sflash_probe()
|
H A D | spi-ppc4xx.c | 346 host = spi_alloc_host(dev, sizeof(*hw)); in spi_ppc4xx_of_probe()
|
H A D | spi-sifive.c | 299 host = spi_alloc_host(&pdev->dev, sizeof(struct sifive_spi)); in sifive_spi_probe()
|
H A D | spi-hisi-sfc-v3xx.c | 439 ctlr = spi_alloc_host(&pdev->dev, sizeof(*host)); in hisi_sfc_v3xx_probe()
|
H A D | spi-coldfire-qspi.c | 356 host = spi_alloc_host(&pdev->dev, sizeof(*mcfqspi)); in mcfqspi_probe()
|
H A D | spi-fsi.c | 545 ctlr = spi_alloc_host(dev, sizeof(*ctx)); in fsi_spi_probe()
|
H A D | spi-cadence.c | 569 ctlr = spi_alloc_host(&pdev->dev, sizeof(*xspi)); in cdns_spi_probe()
|
H A D | spi-bcm63xx.c | 530 host = spi_alloc_host(dev, sizeof(*bs)); in bcm63xx_spi_probe()
|
H A D | spi-pic32-sqi.c | 575 host = spi_alloc_host(&pdev->dev, sizeof(*sqi)); in pic32_sqi_probe()
|
H A D | spi-at91-usart.c | 514 controller = spi_alloc_host(&pdev->dev, sizeof(*aus)); in at91_usart_spi_probe()
|
H A D | spi-bcmbca-hsspi.c | 490 host = spi_alloc_host(&pdev->dev, sizeof(*bs)); in bcmbca_hsspi_probe()
|
H A D | spi-ep93xx.c | 666 host = spi_alloc_host(&pdev->dev, sizeof(*espi)); in ep93xx_spi_probe()
|
H A D | spi-orion.c | 654 host = spi_alloc_host(&pdev->dev, sizeof(*spi)); in orion_spi_probe()
|
H A D | spi-sn-f-ospi.c | 612 ctlr = spi_alloc_host(dev, sizeof(*ospi)); in f_ospi_probe()
|
H A D | spi-armada-3700.c | 822 host = spi_alloc_host(dev, sizeof(*spi)); in a3700_spi_probe()
|
/openbmc/linux/include/linux/spi/ |
H A D | spi.h | 816 static inline struct spi_controller *spi_alloc_host(struct device *dev, in spi_alloc_host() function
|
12