tot_bufs          363 drivers/media/pci/tw68/tw68-video.c 	unsigned tot_bufs = q->num_buffers + *num_buffers;
tot_bufs          366 drivers/media/pci/tw68/tw68-video.c 	if (tot_bufs < 2)
tot_bufs          367 drivers/media/pci/tw68/tw68-video.c 		tot_bufs = 2;
tot_bufs          368 drivers/media/pci/tw68/tw68-video.c 	tot_bufs = tw68_buffer_count(size, tot_bufs);
tot_bufs          369 drivers/media/pci/tw68/tw68-video.c 	*num_buffers = tot_bufs - q->num_buffers;