Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-txx9.c83 struct gpio_desc *last_chipselect; member
105 if (c->last_chipselect) in txx9spi_cs_func()
106 gpiod_set_value(c->last_chipselect, in txx9spi_cs_func()
108 c->last_chipselect = spi->cs_gpiod; in txx9spi_cs_func()
111 c->last_chipselect = NULL; in txx9spi_cs_func()
413 c->last_chipselect = NULL; in txx9spi_probe()