Lines Matching refs:next
247 * Add the next byte of instruction to the 8-byte sequence register.
248 * Then decrement the counter so that the next instruction will go in
484 struct spi_transfer *next = NULL;
508 next = list_next_entry(transfer, transfer_list);
511 if (next->rx_buf) {
512 if (next->len > ctx->max_xfr_size) {
518 next->len);
521 next);
525 next = NULL;
539 if (next) {
540 rc = fsi_spi_transfer_data(ctx, next);
544 transfer = next;