Searched refs:buf_cleanup (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c280 static void buf_cleanup(struct vb2_buffer *vb) function
407 .buf_cleanup = buf_cleanup,
H A Dsaa7146_video.c625 static void buf_cleanup(struct vb2_buffer *vb) function
681 .buf_cleanup = buf_cleanup,
/linux-master/fs/xfs/scrub/
H A Dscrub.c207 if (sc->buf_cleanup)
208 sc->buf_cleanup(sc->buf);
210 sc->buf_cleanup = NULL;
H A Dscrub.h97 void (*buf_cleanup)(void *buf); member in struct:xfs_scrub
H A Dfscounters.c213 sc->buf_cleanup = xchk_fscounters_cleanup;
H A Dattr.c86 sc->buf_cleanup = xchk_xattr_buf_cleanup;
H A Dnlinks.c888 sc->buf_cleanup = xchk_nlinks_teardown_scan;
H A Dquotacheck.c813 sc->buf_cleanup = xqcheck_teardown_scan;
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga-buf.c215 .buf_cleanup = rga_buf_cleanup,
/linux-master/include/media/
H A Dvideobuf2-core.h387 * @buf_cleanup: called once before the buffer is freed; drivers may
443 void (*buf_cleanup)(struct vb2_buffer *vb); member in struct:vb2_ops
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c170 .buf_cleanup = buf_cleanup_vbi,
H A Dbttv-driver.c1526 static void buf_cleanup(struct vb2_buffer *vb) function
1584 .buf_cleanup = buf_cleanup,
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c562 call_void_vb_qop(vb, buf_cleanup, vb);
619 pr_info(" buf_init: %u buf_cleanup: %u\n",
1250 call_void_vb_qop(vb, buf_cleanup, vb);
1303 call_void_vb_qop(vb, buf_cleanup, vb);
1376 call_void_vb_qop(vb, buf_cleanup, vb);
1447 call_void_vb_qop(vb, buf_cleanup, vb);
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c440 .buf_cleanup = atomisp_buf_cleanup,
/linux-master/drivers/media/usb/pwc/
H A Dpwc-if.c759 .buf_cleanup = buffer_cleanup,
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c324 .buf_cleanup = tegra_buf_cleanup,
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.c403 .buf_cleanup = iss_video_buf_cleanup,
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c422 .buf_cleanup = cobalt_buf_cleanup,
/linux-master/drivers/media/platform/atmel/
H A Datmel-isi.c525 .buf_cleanup = buffer_cleanup,
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c913 .buf_cleanup = imgu_vb2_buf_cleanup,
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c1267 .buf_cleanup = mcam_vb_sg_buf_cleanup,
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c1389 .buf_cleanup = vdec_buf_cleanup,
H A Dvenc.c1318 .buf_cleanup = venc_buf_cleanup,
/linux-master/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c1044 .buf_cleanup = cio2_vb2_buf_cleanup,
/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c1503 .buf_cleanup = pxac_vb2_cleanup,

Completed in 205 milliseconds

12