Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/pci/intel/ipu3/
Dipu3-cio2.h372 unsigned int bufs_next; /* Index of the first unused entry */ member
Dipu3-cio2-main.c817 q->bufs_next = 0; in cio2_vb2_queue_setup()
888 unsigned int i, j, next = q->bufs_next; in cio2_vb2_buf_queue()
936 q->bufs_next = (next + 1) % CIO2_MAX_BUFFERS; in cio2_vb2_buf_queue()
1993 q->bufs_next = 0; in cio2_suspend()