Lines Matching defs:index
235 * @index: id number of the buffer.
247 unsigned int index;
729 * @index: id number of the buffer.
741 void vb2_core_querybuf(struct vb2_queue *q, unsigned int index, void *pb);
802 * @index: id number of the buffer.
818 int vb2_core_prepare_buf(struct vb2_queue *q, unsigned int index, void *pb);
824 * @index: id number of the buffer
846 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb,
852 * @pindex: pointer to the buffer index. May be NULL
910 * @index: id number of the buffer.
911 * @plane: index of the plane to be exported, 0 for single plane queues
924 unsigned int index, unsigned int plane, unsigned int flags);
1201 * @index: buffer index
1203 * This function obtains a buffer from a queue, by its index.
1209 unsigned int index)
1211 if (index < q->num_buffers)
1212 return q->bufs[index];