buffer_total_count   53 drivers/media/usb/pvrusb2/pvrusb2-io.c 	unsigned int buffer_total_count;
buffer_total_count  287 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (cnt == sp->buffer_total_count) return 0;
buffer_total_count  292 drivers/media/usb/pvrusb2/pvrusb2-io.c 		   sp->buffer_total_count,
buffer_total_count  293 drivers/media/usb/pvrusb2/pvrusb2-io.c 		   cnt-sp->buffer_total_count);
buffer_total_count  298 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (cnt > sp->buffer_total_count) {
buffer_total_count  312 drivers/media/usb/pvrusb2/pvrusb2-io.c 		while (sp->buffer_total_count < cnt) {
buffer_total_count  316 drivers/media/usb/pvrusb2/pvrusb2-io.c 			ret = pvr2_buffer_init(bp, sp, sp->buffer_total_count);
buffer_total_count  321 drivers/media/usb/pvrusb2/pvrusb2-io.c 			sp->buffers[sp->buffer_total_count] = bp;
buffer_total_count  322 drivers/media/usb/pvrusb2/pvrusb2-io.c 			(sp->buffer_total_count)++;
buffer_total_count  326 drivers/media/usb/pvrusb2/pvrusb2-io.c 		while (sp->buffer_total_count > cnt) {
buffer_total_count  328 drivers/media/usb/pvrusb2/pvrusb2-io.c 			bp = sp->buffers[sp->buffer_total_count - 1];
buffer_total_count  330 drivers/media/usb/pvrusb2/pvrusb2-io.c 			sp->buffers[sp->buffer_total_count - 1] = NULL;
buffer_total_count  331 drivers/media/usb/pvrusb2/pvrusb2-io.c 			(sp->buffer_total_count)--;
buffer_total_count  355 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (sp->buffer_total_count == sp->buffer_target_count) return 0;
buffer_total_count  359 drivers/media/usb/pvrusb2/pvrusb2-io.c 		   sp, sp->buffer_total_count, sp->buffer_target_count);
buffer_total_count  361 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (sp->buffer_total_count < sp->buffer_target_count) {
buffer_total_count  366 drivers/media/usb/pvrusb2/pvrusb2-io.c 	while ((sp->buffer_total_count - cnt) > sp->buffer_target_count) {
buffer_total_count  367 drivers/media/usb/pvrusb2/pvrusb2-io.c 		bp = sp->buffers[sp->buffer_total_count - (cnt + 1)];
buffer_total_count  372 drivers/media/usb/pvrusb2/pvrusb2-io.c 		pvr2_stream_buffer_count(sp, sp->buffer_total_count - cnt);
buffer_total_count  393 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (sp->buffer_total_count != sp->buffer_target_count) {
buffer_total_count  564 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (id >= sp->buffer_total_count) return NULL;
buffer_total_count  582 drivers/media/usb/pvrusb2/pvrusb2-io.c 		if (sp->buffer_total_count != sp->buffer_target_count) {