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

/linux-master/drivers/staging/greybus/
H A Dspilib.c21 struct spi_transfer *first_xfer; member in struct:gb_spilib
97 spi->first_xfer = NULL;
136 spi->first_xfer = list_next_entry(last_xfer,
141 spi->first_xfer = last_xfer;
178 xfer = spi->first_xfer;
246 xfer = spi->first_xfer;
301 struct spi_transfer *xfer = spi->first_xfer;
308 if (xfer == spi->first_xfer)
336 spi->first_xfer = list_first_entry_or_null(&msg->transfers,
339 if (!spi->first_xfer) {
[all...]

Completed in 121 milliseconds