Home
last modified time | relevance | path

Searched refs:cs_gpiods (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/spi/
Dspi-pxa2xx.h63 struct gpio_desc **cs_gpiods; member
Dspi-pxa2xx.c1179 if (drv_data->cs_gpiods) { in setup_cs()
1180 gpiod = drv_data->cs_gpiods[spi->chip_select]; in setup_cs()
1391 if (drv_data->ssp_type != CE4100_SSP && !drv_data->cs_gpiods && in cleanup()
1798 drv_data->cs_gpiods = devm_kcalloc(&pdev->dev, in pxa2xx_spi_probe()
1801 if (!drv_data->cs_gpiods) { in pxa2xx_spi_probe()
1818 drv_data->cs_gpiods[i] = gpiod; in pxa2xx_spi_probe()
Dspi.c585 if (ctlr->cs_gpiods) in spi_add_device()
586 spi->cs_gpiod = ctlr->cs_gpiods[spi->chip_select]; in spi_add_device()
2304 ctlr->cs_gpiods = cs; in spi_get_gpio_descs()
/Linux-v5.4/include/linux/spi/
Dspi.h592 struct gpio_desc **cs_gpiods; member