Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/pci/intel/ipu3/
Dipu3-cio2.h374 unsigned int bufs_next; /* Index of the first unused entry */ member
Dipu3-cio2-main.c825 q->bufs_next = 0; in cio2_vb2_queue_setup()
895 unsigned int i, j, next = q->bufs_next; in cio2_vb2_buf_queue()
943 q->bufs_next = (next + 1) % CIO2_MAX_BUFFERS; in cio2_vb2_buf_queue()
1992 q->bufs_next = 0; in cio2_suspend()