Searched refs:v4l2_m2m_qbuf (Results 1 – 5 of 5) sorted by relevance
| /linux/include/media/ |
| H A D | v4l2-mem2mem.h | 361 * v4l2_m2m_qbuf() - enqueue a source or destination buffer, depending on 368 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-mem2mem.c | 758 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_qbuf() function 795 EXPORT_SYMBOL_GPL(v4l2_m2m_qbuf); 1418 return v4l2_m2m_qbuf(file, fh->m2m_ctx, buf); in v4l2_m2m_ioctl_qbuf()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-m2m.c | 392 return v4l2_m2m_qbuf(file, ctx->m2m_ctx, buf); in gsc_m2m_qbuf()
|
| /linux/drivers/media/platform/st/sti/hva/ |
| H A D | hva-v4l2.c | 584 return v4l2_m2m_qbuf(file, ctx->fh.m2m_ctx, buf); in hva_qbuf()
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-common.c | 991 return v4l2_m2m_qbuf(file, ctx->fh.m2m_ctx, buf); in coda_qbuf()
|