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

/linux-master/drivers/spi/
H A Dspi.c629 struct spi_device *new_spi, u8 new_idx)
636 cs_new = spi_get_chipselect(new_spi, idx_new);
648 struct spi_device *new_spi = data; local
651 if (spi->controller == new_spi->controller) {
653 status = spi_dev_check_cs(dev, spi, idx, new_spi, 0);
627 spi_dev_check_cs(struct device *dev, struct spi_device *spi, u8 idx, struct spi_device *new_spi, u8 new_idx) argument
/linux-master/tools/testing/selftests/net/
H A Dipsec.c1308 uint32_t new_spi = htonl(answer.info.id.spi); local
1310 if (new_spi != spi) {
1312 new_spi, spi);

Completed in 126 milliseconds