Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-gpio.c51 bool has_cs; member
227 if (spi_gpio->has_cs) { in spi_gpio_chipselect()
399 spi_gpio->has_cs = !!pdata->num_chipselect; in spi_gpio_probe()
415 master->num_chipselect = spi_gpio->has_cs ? pdata->num_chipselect : 1; in spi_gpio_probe()