bufs_per_job      396 drivers/media/platform/ti-vpe/vpe.c 	unsigned int		bufs_per_job;		/* input buffers per batch */
bufs_per_job     1475 drivers/media/platform/ti-vpe/vpe.c 	if (ctx->bufs_completed < ctx->bufs_per_job && job_ready(ctx)) {
bufs_per_job     1959 drivers/media/platform/ti-vpe/vpe.c 		ctx->bufs_per_job = ctrl->val;
bufs_per_job     2337 drivers/media/platform/ti-vpe/vpe.c 	ctx->bufs_per_job = VPE_DEF_BUFS_PER_JOB;