Home
last modified time | relevance | path

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

12

/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.c355 host->use_gpio_descriptors = true; in spi_gpio_probe()
H A Dspi-st-ssc4.c293 host->use_gpio_descriptors = true; in spi_st_probe()
H A Dspi-mpc512x-psc.c480 host->use_gpio_descriptors = true; in mpc512x_psc_spi_of_probe()
H A Dspi-sun4i.c468 host->use_gpio_descriptors = true; in sun4i_spi_probe()
H A Dspi-cs42l43.c368 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-apple.c496 ctlr->use_gpio_descriptors = true; in apple_spi_probe()
H A Dspi-ingenic.c442 ctlr->use_gpio_descriptors = true; in spi_ingenic_probe()
H A Dspi-microchip-core.c547 host->use_gpio_descriptors = true; in mchp_corespi_probe()
H A Dspi-cadence.c649 ctlr->use_gpio_descriptors = true; in cdns_spi_probe()
H A Dspi-ep93xx.c636 host->use_gpio_descriptors = true; in ep93xx_spi_probe()
H A Dspi-microchip-core-qspi.c746 ctlr->use_gpio_descriptors = true; in mchp_coreqspi_probe()
H A Dspi-davinci.c930 host->use_gpio_descriptors = true; in davinci_spi_probe()
H A Dspi-dw-core.c932 host->use_gpio_descriptors = true; in dw_spi_add_host()
H A Dspi-fsl-lpspi.c950 controller->use_gpio_descriptors = true; in fsl_lpspi_probe()
H A Dspi-rockchip.c859 ctlr->use_gpio_descriptors = true; in rockchip_spi_probe()
H A Dspi-bcm2835.c1361 ctlr->use_gpio_descriptors = true; in bcm2835_spi_probe()
H A Dspi-stm32-qspi.c841 ctrl->use_gpio_descriptors = true; in stm32_qspi_probe()
H A Dspi-meson-spicc.c1067 host->use_gpio_descriptors = true; in meson_spicc_probe()
/linux/include/linux/spi/
H A Dspi.h762 bool use_gpio_descriptors; member

12