Home
last modified time | relevance | path

Searched refs:devm_spi_alloc_master (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/spi/
A Dspi-realtek-rtl.c156 ctrl = devm_spi_alloc_master(&pdev->dev, sizeof(*rtspi)); in realtek_rtl_spi_probe()
A Dspi-rb4xx.c146 master = devm_spi_alloc_master(&pdev->dev, sizeof(*rbspi)); in rb4xx_spi_probe()
A Dspi-rpc-if.c137 ctlr = devm_spi_alloc_master(&pdev->dev, sizeof(*rpc)); in rpcif_spi_probe()
A Dspi-ar934x.c179 ctlr = devm_spi_alloc_master(&pdev->dev, sizeof(*sp)); in ar934x_spi_probe()
A Dspi-mt7621.c353 master = devm_spi_alloc_master(&pdev->dev, sizeof(*rs)); in mt7621_spi_probe()
A Dspi-sc18is602.c251 master = devm_spi_alloc_master(dev, sizeof(struct sc18is602)); in sc18is602_probe()
A Dspi-gpio.c361 master = devm_spi_alloc_master(dev, sizeof(*spi_gpio)); in spi_gpio_probe()
A Dspi-bcm2835aux.c497 master = devm_spi_alloc_master(&pdev->dev, sizeof(*bs)); in bcm2835aux_spi_probe()
A Dspi-sh.c443 master = devm_spi_alloc_master(&pdev->dev, sizeof(struct spi_sh_data)); in spi_sh_probe()
A Dspi-hisi-kunpeng.c461 master = devm_spi_alloc_master(dev, sizeof(*hs)); in hisi_spi_probe()
A Dspi-ingenic.c391 ctlr = devm_spi_alloc_master(dev, sizeof(*priv)); in spi_ingenic_probe()
A Dspi-cadence-xspi.c533 master = devm_spi_alloc_master(dev, sizeof(*cdns_xspi)); in cdns_xspi_probe()
A Dspi-qcom-qspi.c464 master = devm_spi_alloc_master(dev, sizeof(*ctrl)); in qcom_qspi_probe()
A Datmel-quadspi.c539 ctrl = devm_spi_alloc_master(&pdev->dev, sizeof(*aq)); in atmel_qspi_probe()
A Dspi-rockchip-sfc.c565 master = devm_spi_alloc_master(&pdev->dev, sizeof(*sfc)); in rockchip_sfc_probe()
A Dspi-mxic.c551 master = devm_spi_alloc_master(&pdev->dev, sizeof(struct mxic_spi)); in mxic_spi_probe()
A Dspi-npcm-fiu.c682 ctrl = devm_spi_alloc_master(dev, sizeof(*fiu)); in npcm_fiu_probe()
A Dspi-mtk-nor.c784 ctlr = devm_spi_alloc_master(&pdev->dev, sizeof(*sp)); in mtk_nor_probe()
A Dspi-bcm2835.c1322 ctlr = devm_spi_alloc_master(&pdev->dev, sizeof(*bs)); in bcm2835_spi_probe()
A Dspi-geni-qcom.c891 spi = devm_spi_alloc_master(dev, sizeof(*mas)); in spi_geni_probe()
A Dspi-tegra210-quad.c1221 master = devm_spi_alloc_master(&pdev->dev, sizeof(*tqspi)); in tegra_qspi_probe()
A Dspi-bcm-qspi.c1475 master = devm_spi_alloc_master(dev, sizeof(struct bcm_qspi)); in bcm_qspi_probe()
A Dspi-stm32.c1765 master = devm_spi_alloc_master(&pdev->dev, sizeof(struct stm32_spi)); in stm32_spi_probe()
/linux/drivers/media/pci/netup_unidvb/
A Dnetup_unidvb_spi.c178 master = devm_spi_alloc_master(&ndev->pci_dev->dev, in netup_spi_init()
/linux/include/linux/spi/
A Dspi.h742 static inline struct spi_controller *devm_spi_alloc_master(struct device *dev, in devm_spi_alloc_master() function

Completed in 46 milliseconds

12