Lines Matching +full:video +full:- +full:scaler
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * tm6000.h - driver for TM5600/TM6000/TM6010 USB video capture devices
5 * Copyright (c) 2006-2007 Mauro Carvalho Chehab <mchehab@kernel.org>
8 * - DVB-T support
12 #include <media/v4l2-common.h>
13 #include <media/videobuf-vmalloc.h>
14 #include "tm6000-usb-isoc.h"
17 #include <media/v4l2-device.h>
18 #include <media/v4l2-ctrls.h>
19 #include <media/v4l2-fh.h>
61 /* ------------------------------------------------------------------
63 * ------------------------------------------------------------------
71 /* buffer for one video frame */
73 /* common v4l buffer stuff -- must be first */
83 /* thread for generating video stream*/
203 /* video for linux */
218 struct tm6000_input vinput[3]; /* video input */
230 /* DVB-T support */
250 /* scaler!=0 if scaler is active*/
251 int scaler; member
285 /* video capture */
297 /* In tm6000-cards.c */
304 /* In tm6000-core.c */
340 /* In tm6000-stds.c */
344 /* In tm6000-i2c.c */
348 /* In tm6000-queue.c */
368 /* In tm6000-alsa.c */
371 /* In tm6000-input.c */
385 dev->name, __func__ , ##arg); } while (0)
392 #define V4L2_DEBUG_OPEN 0x0080 /* video open/close debug */