Home
last modified time | relevance | path

Searched refs:vb2_core_expbuf (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/media/
Dvideobuf2-core.h933 int vb2_core_expbuf(struct vb2_queue *q, int *fd, unsigned int type,
/Linux-v6.1/drivers/media/dvb-core/
Ddvb_vb2.c373 ret = vb2_core_expbuf(&ctx->vb_q, &exp->fd, q->type, exp->index, in dvb_vb2_expbuf()
/Linux-v6.1/drivers/media/common/videobuf2/
Dvideobuf2-core.c2238 int vb2_core_expbuf(struct vb2_queue *q, int *fd, unsigned int type, in vb2_core_expbuf() function
2309 EXPORT_SYMBOL_GPL(vb2_core_expbuf);
Dvideobuf2-v4l2.c876 return vb2_core_expbuf(q, &eb->fd, eb->type, eb->index, in vb2_expbuf()