Home
last modified time | relevance | path

Searched refs:current_chip (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-topcliff-pch.c146 * @current_chip: Reference to the current chip that this SPI
178 struct spi_device *current_chip; member
529 if (data->current_chip != NULL) { in pch_spi_select_chip()
532 data->current_chip = NULL; in pch_spi_select_chip()
536 data->current_chip = pspi; in pch_spi_select_chip()
538 data->n_curnt_chip = data->current_chip->chip_select; in pch_spi_select_chip()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-topcliff-pch.c147 * @current_chip: Reference to the current chip that this SPI
179 struct spi_device *current_chip; member
501 if (data->current_chip != NULL) { in pch_spi_select_chip()
504 data->current_chip = NULL; in pch_spi_select_chip()
508 data->current_chip = pspi; in pch_spi_select_chip()
510 data->n_curnt_chip = spi_get_chipselect(data->current_chip, 0); in pch_spi_select_chip()

Completed in 4 milliseconds