Home
last modified time | relevance | path

Searched refs:use_gpio_descriptors (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/spi/
H A Dspi-clps711x.c106 host->use_gpio_descriptors = true; in spi_clps711x_probe()
H A Dspidev.c396 if (ctlr->use_gpio_descriptors && spi_get_csgpiod(spi, 0)) in spidev_ioctl()
430 if (ctlr->use_gpio_descriptors && spi_get_csgpiod(spi, 0)) in spidev_ioctl()
H A Dspi-mt7621.c354 host->use_gpio_descriptors = true; in mt7621_spi_probe()
H A Dspi-bitbang.c361 custom_cs = (!ctlr->use_gpio_descriptors || in spi_bitbang_init()
H A Dspi-ppc4xx.c367 bbp->ctlr->use_gpio_descriptors = true; in spi_ppc4xx_of_probe()
H A Dspi-gpio.c385 host->use_gpio_descriptors = true; in spi_gpio_probe()
H A Dspi-mpc512x-psc.c480 host->use_gpio_descriptors = true; in mpc512x_psc_spi_of_probe()
H A Dspi-cs42l43.c366 priv->ctlr->use_gpio_descriptors = true; in cs42l43_spi_probe()
H A Dspi-hisi-kunpeng.c492 host->use_gpio_descriptors = true; in hisi_spi_probe()
H A Dspi-ingenic.c442 ctlr->use_gpio_descriptors = true; in spi_ingenic_probe()
H A Dspi-ep93xx.c636 host->use_gpio_descriptors = true; in ep93xx_spi_probe()
H A Dspi-dw-core.c928 host->use_gpio_descriptors = true; in dw_spi_add_host()
H A Dspi-davinci.c930 host->use_gpio_descriptors = true; in davinci_spi_probe()
H A Dspi-meson-spicc.c868 host->use_gpio_descriptors = true; in meson_spicc_probe()
H A Dspi-fsl-lpspi.c953 controller->use_gpio_descriptors = true; in fsl_lpspi_probe()
H A Dspi-pxa2xx.c1441 controller->use_gpio_descriptors = true; in pxa2xx_spi_probe()
H A Dspi-geni-qcom.c1111 spi->use_gpio_descriptors = true; in spi_geni_probe()
H A Dspi-mt65xx.c1146 host->use_gpio_descriptors = true; in mtk_spi_probe()
H A Dspi-s3c64xx.c1309 host->use_gpio_descriptors = true; in s3c64xx_spi_probe()
H A Dspi-bcm-qspi.c1534 host->use_gpio_descriptors = true; in bcm_qspi_probe()
H A Dspi-imx.c1808 controller->use_gpio_descriptors = true; in spi_imx_probe()
H A Dspi.c3317 if (!spi_controller_is_target(ctlr) && ctlr->use_gpio_descriptors) { in spi_register_controller()
/linux/include/linux/spi/
H A Dspi.h745 bool use_gpio_descriptors; member