Home
last modified time | relevance | path

Searched refs:SPI_CONTROLLER_GPIO_SS (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/spi/
H A Dspi-ath79.c188 host->flags = SPI_CONTROLLER_GPIO_SS; in ath79_spi_probe()
H A Dspi-bitbang.c362 (ctlr->flags & SPI_CONTROLLER_GPIO_SS)); in spi_bitbang_init()
H A Dspi-gpio.c393 host->flags |= SPI_CONTROLLER_GPIO_SS; in spi_gpio_probe()
H A Dspi-sifive.c382 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_GPIO_SS; in sifive_spi_probe()
H A Dspi-orion.c679 host->flags = SPI_CONTROLLER_GPIO_SS; in orion_spi_probe()
H A Dspi-davinci.c935 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_GPIO_SS; in davinci_spi_probe()
H A Dspi-dw-core.c953 host->flags = SPI_CONTROLLER_GPIO_SS; in dw_spi_add_host()
H A Dspi-rockchip.c850 ctlr->flags = SPI_CONTROLLER_GPIO_SS; in rockchip_spi_probe()
H A Dspi-atmel.c1546 SPI_CONTROLLER_GPIO_SS); in atmel_spi_probe()
H A Dspi-imx.c1857 controller->flags |= SPI_CONTROLLER_GPIO_SS; in spi_imx_probe()
H A Dspi.c1111 if ((spi->controller->flags & SPI_CONTROLLER_GPIO_SS) && in spi_set_cs()
3198 if ((ctlr->flags & SPI_CONTROLLER_GPIO_SS) && num_cs_gpios && in spi_get_gpio_descs()
/linux-6.15/include/linux/spi/
H A Dspi.h597 #define SPI_CONTROLLER_GPIO_SS BIT(5) /* GPIO CS must select target device */ macro