Home
last modified time | relevance | path

Searched refs:vb (Results 1 – 9 of 9) sorted by relevance

/include/trace/events/
A Dvb2.h12 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb),
13 TP_ARGS(q, vb),
30 __entry->index = vb->index;
31 __entry->type = vb->type;
32 __entry->bytesused = vb->planes[0].bytesused;
33 __entry->timestamp = vb->timestamp;
47 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb),
48 TP_ARGS(q, vb)
53 TP_ARGS(q, vb)
58 TP_ARGS(q, vb)
[all …]
A Dv4l2.h182 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb),
183 TP_ARGS(q, vb),
210 __entry->timestamp = vb->timestamp;
246 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb),
247 TP_ARGS(q, vb)
251 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb),
252 TP_ARGS(q, vb)
256 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb),
257 TP_ARGS(q, vb)
261 TP_PROTO(struct vb2_queue *q, struct vb2_buffer *vb),
[all …]
/include/media/
A Dvideobuf2-core.h119 void *(*alloc)(struct vb2_buffer *vb,
127 void *(*get_userptr)(struct vb2_buffer *vb,
443 int (*buf_init)(struct vb2_buffer *vb);
453 void (*buf_queue)(struct vb2_buffer *vb);
1230 if (plane_no < vb->num_planes) { in vb2_set_plane_payload()
1232 size = vb->planes[plane_no].length; in vb2_set_plane_payload()
1233 vb->planes[plane_no].bytesused = size; in vb2_set_plane_payload()
1246 if (plane_no < vb->num_planes) in vb2_get_plane_payload()
1247 return vb->planes[plane_no].bytesused; in vb2_get_plane_payload()
1260 if (plane_no < vb->num_planes) in vb2_plane_size()
[all …]
A Dvideobuf2-dma-sg.h19 struct vb2_buffer *vb, unsigned int plane_no) in vb2_dma_sg_plane_desc() argument
21 return (struct sg_table *)vb2_plane_cookie(vb, plane_no); in vb2_dma_sg_plane_desc()
A Dvideobuf2-dma-contig.h20 vb2_dma_contig_plane_dma_addr(struct vb2_buffer *vb, unsigned int plane_no) in vb2_dma_contig_plane_dma_addr() argument
22 dma_addr_t *addr = vb2_plane_cookie(vb, plane_no); in vb2_dma_contig_plane_dma_addr()
A Dvideobuf2-v4l2.h62 #define to_vb2_v4l2_buffer(vb) \ argument
63 container_of(vb, struct vb2_v4l2_buffer, vb2_buf)
A Ddvb_vb2.h68 struct vb2_buffer vb; member
A Dv4l2-mem2mem.h139 struct vb2_v4l2_buffer vb; member
/include/media/drv-intf/
A Dsaa7146_vv.h60 struct vb2_v4l2_buffer vb; member

Completed in 17 milliseconds