Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-pxa2xx.h66 struct gpio_desc **cs_gpiods; member
Dspi-pxa2xx.c1131 if (drv_data->cs_gpiods) { in setup_cs()
1132 gpiod = drv_data->cs_gpiods[spi->chip_select]; in setup_cs()
1329 if (drv_data->ssp_type != CE4100_SSP && !drv_data->cs_gpiods && in cleanup()
1681 drv_data->cs_gpiods = devm_kcalloc(&pdev->dev, in pxa2xx_spi_probe()
1684 if (!drv_data->cs_gpiods) { in pxa2xx_spi_probe()
1701 drv_data->cs_gpiods[i] = gpiod; in pxa2xx_spi_probe()