au0828.h (818b930bc15077fc00ff16bb22c5df1857f05afa) | au0828.h (8a4e786660f512b029b56d94d1b8f0201e67aab3) |
---|---|
1/* 2 * Driver for the Auvitek AU0828 USB bridge 3 * 4 * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 185 unchanged lines hidden (view full) --- 194 struct i2c_algorithm i2c_algo; 195 struct i2c_client i2c_client; 196 u32 i2c_rc; 197 198 /* Digital */ 199 struct au0828_dvb dvb; 200 struct work_struct restart_streaming; 201 | 1/* 2 * Driver for the Auvitek AU0828 USB bridge 3 * 4 * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 185 unchanged lines hidden (view full) --- 194 struct i2c_algorithm i2c_algo; 195 struct i2c_client i2c_client; 196 u32 i2c_rc; 197 198 /* Digital */ 199 struct au0828_dvb dvb; 200 struct work_struct restart_streaming; 201 |
202#ifdef CONFIG_VIDEO_AU0828_V4L2 |
|
202 /* Analog */ 203 struct v4l2_device v4l2_dev; | 203 /* Analog */ 204 struct v4l2_device v4l2_dev; |
205#endif |
|
204 int users; 205 unsigned int resources; /* resources in use */ 206 struct video_device *vdev; 207 struct video_device *vbi_dev; 208 struct timer_list vid_timeout; 209 int vid_timeout_running; 210 struct timer_list vbi_timeout; 211 int vbi_timeout_running; --- 93 unchanged lines hidden --- | 206 int users; 207 unsigned int resources; /* resources in use */ 208 struct video_device *vdev; 209 struct video_device *vbi_dev; 210 struct timer_list vid_timeout; 211 int vid_timeout_running; 212 struct timer_list vbi_timeout; 213 int vbi_timeout_running; --- 93 unchanged lines hidden --- |