Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/spi/
Dspi-xtensa-xtfpga.c86 master = devm_spi_alloc_master(&pdev->dev, sizeof(struct xtfpga_spi)); in xtfpga_spi_probe()
Dspi-altera-dfl.c133 master = devm_spi_alloc_master(dev, sizeof(struct altera_spi)); in dfl_spi_altera_probe()
Dspi-realtek-rtl.c156 ctrl = devm_spi_alloc_master(&pdev->dev, sizeof(*rtspi)); in realtek_rtl_spi_probe()
Dspi-rb4xx.c146 master = devm_spi_alloc_master(&pdev->dev, sizeof(*rbspi)); in rb4xx_spi_probe()
Dspi-ar934x.c186 ctlr = devm_spi_alloc_master(&pdev->dev, sizeof(*sp)); in ar934x_spi_probe()
Dspi-rpc-if.c137 ctlr = devm_spi_alloc_master(&pdev->dev, sizeof(*rpc)); in rpcif_spi_probe()
Dspi-gxp.c261 ctlr = devm_spi_alloc_master(dev, sizeof(*spifi)); in gxp_spifi_probe()
Dspi-mt7621.c345 master = devm_spi_alloc_master(&pdev->dev, sizeof(*rs)); in mt7621_spi_probe()
Dspi-sc18is602.c251 master = devm_spi_alloc_master(dev, sizeof(struct sc18is602)); in sc18is602_probe()
Dspi-amd.c389 master = devm_spi_alloc_master(dev, sizeof(struct amd_spi)); in amd_spi_probe()
Dspi-gpio.c395 master = devm_spi_alloc_master(dev, sizeof(*spi_gpio)); in spi_gpio_probe()
Dspi-sh.c408 master = devm_spi_alloc_master(&pdev->dev, sizeof(struct spi_sh_data)); in spi_sh_probe()
Dspi-xilinx.c424 master = devm_spi_alloc_master(&pdev->dev, sizeof(struct xilinx_spi)); in xilinx_spi_probe()
Dspi-s3c24xx.c452 master = devm_spi_alloc_master(&pdev->dev, sizeof(struct s3c24xx_spi)); in s3c24xx_spi_probe()
Dspi-bcm2835aux.c483 master = devm_spi_alloc_master(&pdev->dev, sizeof(*bs)); in bcm2835aux_spi_probe()
Dspi-hisi-kunpeng.c463 master = devm_spi_alloc_master(dev, sizeof(*hs)); in hisi_spi_probe()
Dspi-ingenic.c395 ctlr = devm_spi_alloc_master(dev, sizeof(*priv)); in spi_ingenic_probe()
Dspi-cadence-xspi.c536 master = devm_spi_alloc_master(dev, sizeof(*cdns_xspi)); in cdns_xspi_probe()
Dspi-microchip-core-qspi.c508 ctlr = devm_spi_alloc_master(&pdev->dev, sizeof(*qspi)); in mchp_coreqspi_probe()
Dspi-microchip-core.c516 master = devm_spi_alloc_master(&pdev->dev, sizeof(*spi)); in mchp_corespi_probe()
Dspi-qcom-qspi.c464 master = devm_spi_alloc_master(dev, sizeof(*ctrl)); in qcom_qspi_probe()
Dspi-sunplus-sp7021.c419 ctlr = devm_spi_alloc_master(dev, sizeof(*pspim)); in sp7021_spi_controller_probe()
Dspi-rockchip-sfc.c565 master = devm_spi_alloc_master(&pdev->dev, sizeof(*sfc)); in rockchip_sfc_probe()
/linux-6.1.9/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_spi.c178 master = devm_spi_alloc_master(&ndev->pci_dev->dev, in netup_spi_init()
/linux-6.1.9/include/linux/spi/
Dspi.h770 static inline struct spi_controller *devm_spi_alloc_master(struct device *dev, in devm_spi_alloc_master() function

12