pb_count          391 drivers/media/pci/cobalt/cobalt-alsa-pcm.c 	for (i = 0; i < cobsc->pb_count / (8 * 4); i++)
pb_count          400 drivers/media/pci/cobalt/cobalt-alsa-pcm.c 	if (cobsc->pb_pos % cobsc->pb_count == 0)
pb_count          456 drivers/media/pci/cobalt/cobalt-alsa-pcm.c 	cobsc->pb_count = snd_pcm_lib_period_bytes(substream);
pb_count           20 drivers/media/pci/cobalt/cobalt-alsa.h 	unsigned int pb_count;
pb_count          451 drivers/media/platform/s5p-mfc/s5p_mfc.c 				    || ctx->dst_queue_cnt < ctx->pb_count)
pb_count          522 drivers/media/platform/s5p-mfc/s5p_mfc.c 		ctx->pb_count = s5p_mfc_hw_call(dev->mfc_ops, get_dpb_count,
pb_count          681 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	int pb_count;
pb_count          220 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	    ctx->dst_queue_cnt >= ctx->pb_count)
pb_count          224 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	    ctx->dst_queue_cnt >= ctx->pb_count)
pb_count          234 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ctx->dst_queue_cnt >= ctx->pb_count)
pb_count          720 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			ctrl->val = ctx->pb_count;
pb_count          732 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			ctrl->val = ctx->pb_count;
pb_count          908 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (*buf_count < ctx->pb_count)
pb_count          909 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			*buf_count = ctx->pb_count;
pb_count          910 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (*buf_count > ctx->pb_count + MFC_MAX_EXTRA_DPB)
pb_count          911 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			*buf_count = ctx->pb_count + MFC_MAX_EXTRA_DPB;
pb_count         1171 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (ctx->pb_count < enc_pb_count)
pb_count         1172 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			ctx->pb_count = enc_pb_count;
pb_count         1530 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			if (ctx->pb_count &&
pb_count         1531 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 				(reqbufs->count < ctx->pb_count)) {
pb_count         1532 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 				reqbufs->count = ctx->pb_count;
pb_count         1534 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 						ctx->pb_count);
pb_count         1536 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 				ctx->pb_count = reqbufs->count;
pb_count         2208 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			ctrl->val = ctx->pb_count;
pb_count         2219 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			ctrl->val = ctx->pb_count;
pb_count         2504 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (ctx->src_bufs_cnt < ctx->pb_count) {
pb_count         2506 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 					ctx->pb_count);
pb_count          251 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			(ctx->pb_count * (ctx->luma_dpb_size +
pb_count          271 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			(ctx->pb_count * (ctx->luma_dpb_size +
pb_count          295 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			(ctx->pb_count * (ctx->luma_dpb_size +
pb_count          306 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			(ctx->pb_count * (ctx->luma_dpb_size +
pb_count          673 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		for (i = 0; i < ctx->pb_count; i++) {
pb_count          678 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		for (i = 0; i < ctx->pb_count; i++) {
pb_count          683 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		for (i = 0; i < ctx->pb_count; i++) {
pb_count          689 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		for (i = 0; i < ctx->pb_count; i++) {
pb_count          713 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			buf_addr1, buf_size1, ctx->pb_count);
pb_count         1990 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt);