buffer_target_count   55 drivers/media/usb/pvrusb2/pvrusb2-io.c 	unsigned int buffer_target_count;
buffer_target_count  355 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (sp->buffer_total_count == sp->buffer_target_count) return 0;
buffer_target_count  359 drivers/media/usb/pvrusb2/pvrusb2-io.c 		   sp, sp->buffer_total_count, sp->buffer_target_count);
buffer_target_count  361 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (sp->buffer_total_count < sp->buffer_target_count) {
buffer_target_count  362 drivers/media/usb/pvrusb2/pvrusb2-io.c 		return pvr2_stream_buffer_count(sp, sp->buffer_target_count);
buffer_target_count  366 drivers/media/usb/pvrusb2/pvrusb2-io.c 	while ((sp->buffer_total_count - cnt) > sp->buffer_target_count) {
buffer_target_count  393 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (sp->buffer_total_count != sp->buffer_target_count) {
buffer_target_count  531 drivers/media/usb/pvrusb2/pvrusb2-io.c 	return sp->buffer_target_count;
buffer_target_count  537 drivers/media/usb/pvrusb2/pvrusb2-io.c 	if (sp->buffer_target_count == cnt) return 0;
buffer_target_count  540 drivers/media/usb/pvrusb2/pvrusb2-io.c 		sp->buffer_target_count = cnt;
buffer_target_count  582 drivers/media/usb/pvrusb2/pvrusb2-io.c 		if (sp->buffer_total_count != sp->buffer_target_count) {