buf_cleanup
.buf_cleanup = buf_cleanup,
.buf_cleanup = buf_cleanup,
call_void_vb_qop(vb, buf_cleanup, vb);
call_void_vb_qop(vb, buf_cleanup, vb);
call_void_vb_qop(vb, buf_cleanup, vb);
call_void_vb_qop(vb, buf_cleanup, vb);
call_void_vb_qop(vb, buf_cleanup, vb);
.buf_cleanup = buf_cleanup,
.buf_cleanup = buf_cleanup_vbi,
.buf_cleanup = cobalt_buf_cleanup,
.buf_cleanup = cio2_vb2_buf_cleanup,
.buf_cleanup = ipu6_isys_buf_cleanup,
.buf_cleanup = c3_isp_params_vb2_buf_cleanup,
.buf_cleanup = mali_c55_params_buf_cleanup,
.buf_cleanup = buffer_cleanup,
.buf_cleanup = pxac_vb2_cleanup,
.buf_cleanup = mcam_vb_sg_buf_cleanup,
.buf_cleanup = tegra_buf_cleanup,
.buf_cleanup = vdec_buf_cleanup,
.buf_cleanup = venc_buf_cleanup,
.buf_cleanup = rga_buf_cleanup,
.buf_cleanup = rkisp1_params_vb2_buf_cleanup,
.buf_cleanup = buffer_cleanup,
.buf_cleanup = atomisp_buf_cleanup,
.buf_cleanup = imgu_vb2_buf_cleanup,
.buf_cleanup = ipu7_isys_buf_cleanup,
sc->buf_cleanup = xrep_agi_buf_cleanup;
sc->buf_cleanup = xchk_xattr_buf_cleanup;
sc->buf_cleanup = xchk_dirtree_buf_cleanup;
sc->buf_cleanup = xchk_fscounters_cleanup;
sc->buf_cleanup = xchk_metapath_cleanup;
sc->buf_cleanup = xchk_nlinks_teardown_scan;
sc->buf_cleanup = xqcheck_teardown_scan;
if (sub->sc.buf_cleanup)
sub->sc.buf_cleanup(sub->sc.buf);
if (sc->buf_cleanup)
sc->buf_cleanup(sc->buf);
sc->buf_cleanup = NULL;
sub->sc.buf_cleanup = NULL;
void (*buf_cleanup)(void *buf);
void (*buf_cleanup)(struct vb2_buffer *vb);