Lines Matching refs:index
239 * @index: id number of the buffer.
251 unsigned int index;
750 * @index: id number of the buffer.
762 void vb2_core_querybuf(struct vb2_queue *q, unsigned int index, void *pb);
826 * @index: id number of the buffer.
842 int vb2_core_prepare_buf(struct vb2_queue *q, unsigned int index, void *pb);
848 * @index: id number of the buffer
870 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb,
876 * @pindex: pointer to the buffer index. May be NULL
934 * @index: id number of the buffer.
935 * @plane: index of the plane to be exported, 0 for single plane queues
948 unsigned int index, unsigned int plane, unsigned int flags);
1232 * @index: buffer index
1234 * This function obtains a buffer from a queue, by its index.
1240 unsigned int index)
1242 if (index < q->num_buffers)
1243 return q->bufs[index];