Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / media / video / em28xx / em28xx.h
CommitLineData
a6c2ba28 1/*
0e7072ef 2 em28xx.h - driver for Empia EM2800/EM2820/2840 USB video capture devices
a6c2ba28
AM
3
4 Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com>
4ac97914 5 Ludovico Cavedon <cavedon@sssup.it>
2e7c6dc3 6 Mauro Carvalho Chehab <mchehab@infradead.org>
a6c2ba28
AM
7
8 Based on the em2800 driver from Sascha Sommer <saschasommer@freenet.de>
9
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
14
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 */
24
3acf2809
MCC
25#ifndef _EM28XX_H
26#define _EM28XX_H
a6c2ba28 27
39a96b4c
MCC
28#include <linux/workqueue.h>
29#include <linux/i2c.h>
30#include <linux/mutex.h>
cb77d010 31#include <linux/videodev2.h>
39a96b4c 32
ad0ebb96 33#include <media/videobuf-vmalloc.h>
f2cf250a 34#include <media/v4l2-device.h>
d5e52653 35#include <media/ir-kbd-i2c.h>
6bda9644 36#include <media/rc-core.h>
3aefb79a
MCC
37#if defined(CONFIG_VIDEO_EM28XX_DVB) || defined(CONFIG_VIDEO_EM28XX_DVB_MODULE)
38#include <media/videobuf-dvb.h>
39#endif
3ca9c093 40#include "tuner-xc2028.h"
2ba890ec 41#include "em28xx-reg.h"
3aefb79a
MCC
42
43/* Boards supported by driver */
44#define EM2800_BOARD_UNKNOWN 0
45#define EM2820_BOARD_UNKNOWN 1
46#define EM2820_BOARD_TERRATEC_CINERGY_250 2
47#define EM2820_BOARD_PINNACLE_USB_2 3
48#define EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 4
49#define EM2820_BOARD_MSI_VOX_USB_2 5
50#define EM2800_BOARD_TERRATEC_CINERGY_200 6
51#define EM2800_BOARD_LEADTEK_WINFAST_USBII 7
52#define EM2800_BOARD_KWORLD_USB2800 8
53#define EM2820_BOARD_PINNACLE_DVC_90 9
54#define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 10
55#define EM2880_BOARD_TERRATEC_HYBRID_XS 11
56#define EM2820_BOARD_KWORLD_PVRTV2800RF 12
57#define EM2880_BOARD_TERRATEC_PRODIGY_XS 13
58#define EM2820_BOARD_PROLINK_PLAYTV_USB2 14
59#define EM2800_BOARD_VGEAR_POCKETTV 15
10ac6603 60#define EM2883_BOARD_HAUPPAUGE_WINTV_HVR_950 16
4fd305b2 61#define EM2880_BOARD_PINNACLE_PCTV_HD_PRO 17
17d9d558 62#define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900_R2 18
3ed58baf 63#define EM2860_BOARD_SAA711X_REFERENCE_DESIGN 19
e14b3658 64#define EM2880_BOARD_AMD_ATI_TV_WONDER_HD_600 20
59d07f1b 65#define EM2800_BOARD_GRABBEEX_USB2800 21
95b86a9a
DSL
66#define EM2750_BOARD_UNKNOWN 22
67#define EM2750_BOARD_DLCW_130 23
68#define EM2820_BOARD_DLINK_USB_TV 24
69#define EM2820_BOARD_GADMEI_UTV310 25
70#define EM2820_BOARD_HERCULES_SMART_TV_USB2 26
71#define EM2820_BOARD_PINNACLE_USB_2_FM1216ME 27
72#define EM2820_BOARD_LEADTEK_WINFAST_USBII_DELUXE 28
443fed9f 73#define EM2860_BOARD_TVP5150_REFERENCE_DESIGN 29
95b86a9a
DSL
74#define EM2820_BOARD_VIDEOLOGY_20K14XUSB 30
75#define EM2821_BOARD_USBGEAR_VD204 31
76#define EM2821_BOARD_SUPERCOMP_USB_2 32
8298f2f8 77#define EM2860_BOARD_ELGATO_VIDEO_CAPTURE 33
95b86a9a
DSL
78#define EM2860_BOARD_TERRATEC_HYBRID_XS 34
79#define EM2860_BOARD_TYPHOON_DVD_MAKER 35
80#define EM2860_BOARD_NETGMBH_CAM 36
81#define EM2860_BOARD_GADMEI_UTV330 37
82#define EM2861_BOARD_YAKUMO_MOVIE_MIXER 38
83#define EM2861_BOARD_KWORLD_PVRTV_300U 39
84#define EM2861_BOARD_PLEXTOR_PX_TV100U 40
85#define EM2870_BOARD_KWORLD_350U 41
86#define EM2870_BOARD_KWORLD_355U 42
87#define EM2870_BOARD_TERRATEC_XS 43
88#define EM2870_BOARD_TERRATEC_XS_MT2060 44
89#define EM2870_BOARD_PINNACLE_PCTV_DVB 45
90#define EM2870_BOARD_COMPRO_VIDEOMATE 46
91#define EM2880_BOARD_KWORLD_DVB_305U 47
92#define EM2880_BOARD_KWORLD_DVB_310U 48
93#define EM2880_BOARD_MSI_DIGIVOX_AD 49
94#define EM2880_BOARD_MSI_DIGIVOX_AD_II 50
95#define EM2880_BOARD_TERRATEC_HYBRID_XS_FR 51
96#define EM2881_BOARD_DNT_DA2_HYBRID 52
97#define EM2881_BOARD_PINNACLE_HYBRID_PRO 53
98#define EM2882_BOARD_KWORLD_VS_DVBT 54
99#define EM2882_BOARD_TERRATEC_HYBRID_XS 55
100#define EM2882_BOARD_PINNACLE_HYBRID_PRO 56
6e7b9ea0 101#define EM2883_BOARD_KWORLD_HYBRID_330U 57
ee281b85 102#define EM2820_BOARD_COMPRO_VIDEOMATE_FORYOU 58
f89bc329 103#define EM2883_BOARD_HAUPPAUGE_WINTV_HVR_850 60
1e1addd5 104#define EM2820_BOARD_PROLINK_PLAYTV_BOX4_USB2 61
f7fe3e6f 105#define EM2820_BOARD_GADMEI_TVR200 62
56ee3807
MCC
106#define EM2860_BOARD_KAIOMY_TVNPC_U2 63
107#define EM2860_BOARD_EASYCAP 64
f74a61e3 108#define EM2820_BOARD_IODATA_GVMVP_SZ 65
e5db5d44 109#define EM2880_BOARD_EMPIRE_DUAL_TV 66
4557af9c 110#define EM2860_BOARD_TERRATEC_GRABBY 67
766ed64d 111#define EM2860_BOARD_TERRATEC_AV350 68
d7de5d8f 112#define EM2882_BOARD_KWORLD_ATSC_315U 69
19859229 113#define EM2882_BOARD_EVGA_INDTUBE 70
02e7804b 114#define EM2820_BOARD_SILVERCREST_WEBCAM 71
6d888a66 115#define EM2861_BOARD_GADMEI_UTV330PLUS 72
285eb1a4 116#define EM2870_BOARD_REDDO_DVB_C_USB_BOX 73
694a101e 117#define EM2800_BOARD_VC211A 74
7ca7ef60 118#define EM2882_BOARD_DIKOM_DK300 75
7e48b30a 119#define EM2870_BOARD_KWORLD_A340 76
ca3dfd6a
MCC
120#define EM2874_LEADERSHIP_ISDBT 77
121
3aefb79a
MCC
122
123/* Limits minimum and default number of buffers */
124#define EM28XX_MIN_BUF 4
125#define EM28XX_DEF_BUF 8
a6c2ba28 126
c4a98793
MCC
127/*Limits the max URB message size */
128#define URB_MAX_CTRL_SIZE 80
129
95b86a9a
DSL
130/* Params for validated field */
131#define EM28XX_BOARD_NOT_VALIDATED 1
132#define EM28XX_BOARD_VALIDATED 0
133
22cff7b3
DSL
134/* Params for em28xx_cmd() audio */
135#define EM28XX_START_AUDIO 1
136#define EM28XX_STOP_AUDIO 0
137
596d92d5 138/* maximum number of em28xx boards */
3687e1e6 139#define EM28XX_MAXBOARDS 4 /*FIXME: should be bigger */
596d92d5 140
a6c2ba28 141/* maximum number of frames that can be queued */
3acf2809 142#define EM28XX_NUM_FRAMES 5
a6c2ba28 143/* number of frames that get used for v4l2_read() */
3acf2809 144#define EM28XX_NUM_READ_FRAMES 2
a6c2ba28
AM
145
146/* number of buffers for isoc transfers */
3acf2809 147#define EM28XX_NUM_BUFS 5
a6c2ba28 148
d5e52653 149/* number of packets for each buffer
33c02fac 150 windows requests only 64 packets .. so we better do the same
d5e52653
MCC
151 this is what I found out for all alternate numbers there!
152 */
33c02fac 153#define EM28XX_NUM_PACKETS 64
a6c2ba28 154
3acf2809 155#define EM28XX_INTERLACED_DEFAULT 1
a6c2ba28
AM
156
157/*
158#define (use usbview if you want to get the other alternate number infos)
159#define
160#define alternate number 2
161#define Endpoint Address: 82
162 Direction: in
163 Attribute: 1
164 Type: Isoc
165 Max Packet Size: 1448
166 Interval: 125us
167
168 alternate number 7
169
170 Endpoint Address: 82
171 Direction: in
172 Attribute: 1
173 Type: Isoc
174 Max Packet Size: 3072
175 Interval: 125us
176*/
177
178/* time to wait when stopping the isoc transfer */
a1a6ee74
NS
179#define EM28XX_URB_TIMEOUT \
180 msecs_to_jiffies(EM28XX_NUM_BUFS * EM28XX_NUM_PACKETS)
a6c2ba28 181
596d92d5
MCC
182/* time in msecs to wait for i2c writes to finish */
183#define EM2800_I2C_WRITE_TIMEOUT 20
184
3aefb79a 185enum em28xx_mode {
2fe3e2ee 186 EM28XX_SUSPEND,
3aefb79a
MCC
187 EM28XX_ANALOG_MODE,
188 EM28XX_DIGITAL_MODE,
189};
190
a6c2ba28 191
579f72e4
AT
192struct em28xx;
193
ad0ebb96
MCC
194struct em28xx_usb_isoc_ctl {
195 /* max packet size of isoc transaction */
196 int max_pkt_size;
197
198 /* number of allocated urbs */
199 int num_bufs;
200
201 /* urb for isoc transfers */
202 struct urb **urb;
203
204 /* transfer buffers for isoc transfer */
205 char **transfer_buffer;
206
207 /* Last buffer command and region */
208 u8 cmd;
209 int pos, size, pktsize;
210
211 /* Last field: ODD or EVEN? */
212 int field;
213
214 /* Stores incomplete commands */
215 u32 tmp_buf;
216 int tmp_buf_len;
217
218 /* Stores already requested buffers */
28abf083
DH
219 struct em28xx_buffer *vid_buf;
220 struct em28xx_buffer *vbi_buf;
ad0ebb96
MCC
221
222 /* Stores the number of received fields */
223 int nfields;
579f72e4
AT
224
225 /* isoc urb callback */
226 int (*isoc_copy) (struct em28xx *dev, struct urb *urb);
227
ad0ebb96
MCC
228};
229
bddcf633 230/* Struct to enumberate video formats */
ad0ebb96
MCC
231struct em28xx_fmt {
232 char *name;
233 u32 fourcc; /* v4l2 format id */
bddcf633
MCC
234 int depth;
235 int reg;
ad0ebb96
MCC
236};
237
238/* buffer for one video frame */
239struct em28xx_buffer {
240 /* common v4l buffer stuff -- must be first */
241 struct videobuf_buffer vb;
242
a6c2ba28 243 struct list_head frame;
a6c2ba28 244 int top_field;
ad0ebb96
MCC
245 int receiving;
246};
247
248struct em28xx_dmaqueue {
249 struct list_head active;
250 struct list_head queued;
ad0ebb96
MCC
251
252 wait_queue_head_t wq;
253
254 /* Counters to control buffer fill */
255 int pos;
a6c2ba28
AM
256};
257
258/* io methods */
3acf2809 259enum em28xx_io_method {
a6c2ba28
AM
260 IO_NONE,
261 IO_READ,
262 IO_MMAP,
263};
264
265/* inputs */
266
3acf2809
MCC
267#define MAX_EM28XX_INPUT 4
268enum enum28xx_itype {
269 EM28XX_VMUX_COMPOSITE1 = 1,
270 EM28XX_VMUX_COMPOSITE2,
271 EM28XX_VMUX_COMPOSITE3,
272 EM28XX_VMUX_COMPOSITE4,
273 EM28XX_VMUX_SVIDEO,
274 EM28XX_VMUX_TELEVISION,
275 EM28XX_VMUX_CABLE,
276 EM28XX_VMUX_DVB,
277 EM28XX_VMUX_DEBUG,
278 EM28XX_RADIO,
a6c2ba28
AM
279};
280
35643943
MCC
281enum em28xx_ac97_mode {
282 EM28XX_NO_AC97 = 0,
283 EM28XX_AC97_EM202,
209acc02 284 EM28XX_AC97_SIGMATEL,
35643943
MCC
285 EM28XX_AC97_OTHER,
286};
287
288struct em28xx_audio_mode {
289 enum em28xx_ac97_mode ac97;
290
291 u16 ac97_feat;
16c7bcad 292 u32 ac97_vendor_id;
35643943
MCC
293
294 unsigned int has_audio:1;
295
296 unsigned int i2s_3rates:1;
297 unsigned int i2s_5rates:1;
5c2231c8
DH
298};
299
5faff789
MCC
300/* em28xx has two audio inputs: tuner and line in.
301 However, on most devices, an auxiliary AC97 codec device is used.
302 The AC97 device may have several different inputs and outputs,
303 depending on their model. So, it is possible to use AC97 mixer to
304 address more than two different entries.
305 */
539c96d0 306enum em28xx_amux {
5faff789
MCC
307 /* This is the only entry for em28xx tuner input */
308 EM28XX_AMUX_VIDEO, /* em28xx tuner, AC97 mixer Video */
309
310 EM28XX_AMUX_LINE_IN, /* AC97 mixer Line In */
311
312 /* Some less-common mixer setups */
313 EM28XX_AMUX_VIDEO2, /* em28xx Line in, AC97 mixer Video */
314 EM28XX_AMUX_PHONE,
315 EM28XX_AMUX_MIC,
316 EM28XX_AMUX_CD,
317 EM28XX_AMUX_AUX,
318 EM28XX_AMUX_PCM_OUT,
539c96d0
MCC
319};
320
35ae6f04 321enum em28xx_aout {
8866f9cf 322 /* AC97 outputs */
e879b8eb
MCC
323 EM28XX_AOUT_MASTER = 1 << 0,
324 EM28XX_AOUT_LINE = 1 << 1,
325 EM28XX_AOUT_MONO = 1 << 2,
326 EM28XX_AOUT_LFE = 1 << 3,
327 EM28XX_AOUT_SURR = 1 << 4,
8866f9cf
MCC
328
329 /* PCM IN Mixer - used by AC97_RECORD_SELECT register */
330 EM28XX_AOUT_PCM_IN = 1 << 7,
331
332 /* Bits 10-8 are used to indicate the PCM IN record select */
333 EM28XX_AOUT_PCM_MIC_PCM = 0 << 8,
334 EM28XX_AOUT_PCM_CD = 1 << 8,
335 EM28XX_AOUT_PCM_VIDEO = 2 << 8,
336 EM28XX_AOUT_PCM_AUX = 3 << 8,
337 EM28XX_AOUT_PCM_LINE = 4 << 8,
338 EM28XX_AOUT_PCM_STEREO = 5 << 8,
339 EM28XX_AOUT_PCM_MONO = 6 << 8,
340 EM28XX_AOUT_PCM_PHONE = 7 << 8,
35ae6f04
MCC
341};
342
32929fb4 343static inline int ac97_return_record_select(int a_out)
8866f9cf
MCC
344{
345 return (a_out & 0x700) >> 8;
346}
347
122b77e5
MCC
348struct em28xx_reg_seq {
349 int reg;
350 unsigned char val, mask;
351 int sleep;
352};
353
3acf2809
MCC
354struct em28xx_input {
355 enum enum28xx_itype type;
a6c2ba28 356 unsigned int vmux;
539c96d0 357 enum em28xx_amux amux;
35ae6f04 358 enum em28xx_aout aout;
122b77e5 359 struct em28xx_reg_seq *gpio;
a6c2ba28
AM
360};
361
3acf2809 362#define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
a6c2ba28 363
3acf2809 364enum em28xx_decoder {
527f09a9 365 EM28XX_NODECODER = 0,
3acf2809 366 EM28XX_TVP5150,
ec5de990 367 EM28XX_SAA711X,
527f09a9
MCC
368};
369
370enum em28xx_sensor {
371 EM28XX_NOSENSOR = 0,
02e7804b 372 EM28XX_MT9V011,
b80fd2d8 373 EM28XX_MT9M001,
f2e26ae7 374 EM28XX_MT9M111,
a6c2ba28
AM
375};
376
df7fa09c
MCC
377enum em28xx_adecoder {
378 EM28XX_NOADECODER = 0,
379 EM28XX_TVAUDIO,
380};
381
3acf2809 382struct em28xx_board {
a6c2ba28 383 char *name;
505b6d0b 384 int vchannels;
a6c2ba28 385 int tuner_type;
66767920 386 int tuner_addr;
a6c2ba28
AM
387
388 /* i2c flags */
389 unsigned int tda9887_conf;
390
017ab4b1 391 /* GPIO sequences */
122b77e5 392 struct em28xx_reg_seq *dvb_gpio;
2fe3e2ee 393 struct em28xx_reg_seq *suspend_gpio;
017ab4b1 394 struct em28xx_reg_seq *tuner_gpio;
2bd1d9eb 395 struct em28xx_reg_seq *mute_gpio;
122b77e5 396
74f38a82 397 unsigned int is_em2800:1;
a6c2ba28 398 unsigned int has_msp34xx:1;
5add9a6f 399 unsigned int mts_firmware:1;
c8793b03 400 unsigned int max_range_640_480:1;
3aefb79a 401 unsigned int has_dvb:1;
a9fc52bc 402 unsigned int has_snapshot_button:1;
c43221df 403 unsigned int is_webcam:1;
95b86a9a 404 unsigned int valid:1;
ac07bb73 405 unsigned int has_ir_i2c:1;
3abee53e 406
a2070c66 407 unsigned char xclk, i2c_speed;
f2cf250a
DSL
408 unsigned char radio_addr;
409 unsigned short tvaudio_addr;
a2070c66 410
3acf2809 411 enum em28xx_decoder decoder;
df7fa09c 412 enum em28xx_adecoder adecoder;
a6c2ba28 413
3acf2809 414 struct em28xx_input input[MAX_EM28XX_INPUT];
0be43754 415 struct em28xx_input radio;
02858eed 416 char *ir_codes;
a6c2ba28
AM
417};
418
3acf2809 419struct em28xx_eeprom {
a6c2ba28
AM
420 u32 id; /* 0x9567eb1a */
421 u16 vendor_ID;
422 u16 product_ID;
423
424 u16 chip_conf;
425
426 u16 board_conf;
427
428 u16 string1, string2, string3;
429
430 u8 string_idx_table;
431};
432
433/* device states */
3acf2809 434enum em28xx_dev_state {
a6c2ba28
AM
435 DEV_INITIALIZED = 0x01,
436 DEV_DISCONNECTED = 0x02,
437 DEV_MISCONFIGURED = 0x04,
438};
439
6d79468d
MCC
440#define EM28XX_AUDIO_BUFS 5
441#define EM28XX_NUM_AUDIO_PACKETS 64
442#define EM28XX_AUDIO_MAX_PACKET_SIZE 196 /* static value */
443#define EM28XX_CAPTURE_STREAM_EN 1
3aefb79a
MCC
444
445/* em28xx extensions */
6d79468d 446#define EM28XX_AUDIO 0x10
3aefb79a 447#define EM28XX_DVB 0x20
6d79468d 448
8c873d31
DH
449/* em28xx resource types (used for res_get/res_lock etc */
450#define EM28XX_RESOURCE_VIDEO 0x01
451#define EM28XX_RESOURCE_VBI 0x02
452
6d79468d
MCC
453struct em28xx_audio {
454 char name[50];
455 char *transfer_buffer[EM28XX_AUDIO_BUFS];
456 struct urb *urb[EM28XX_AUDIO_BUFS];
457 struct usb_device *udev;
458 unsigned int capture_transfer_done;
459 struct snd_pcm_substream *capture_pcm_substream;
460
461 unsigned int hwptr_done_capture;
462 struct snd_card *sndcard;
463
c744dff2 464 int users;
6d79468d
MCC
465 spinlock_t slock;
466};
467
52284c3e
MCC
468struct em28xx;
469
470struct em28xx_fh {
471 struct em28xx *dev;
52284c3e 472 int radio;
8c873d31 473 unsigned int resources;
52284c3e
MCC
474
475 struct videobuf_queue vb_vidq;
28abf083 476 struct videobuf_queue vb_vbiq;
52284c3e
MCC
477
478 enum v4l2_buf_type type;
479};
480
a6c2ba28 481/* main device struct */
3acf2809 482struct em28xx {
a6c2ba28
AM
483 /* generic device properties */
484 char name[30]; /* name (including minor) of the device */
485 int model; /* index in the device_data struct */
e5589bef 486 int devno; /* marks the number of this device */
600bd7f0 487 enum em28xx_chip_id chip_id;
505b6d0b 488
f2cf250a 489 struct v4l2_device v4l2_dev;
505b6d0b
MCC
490 struct em28xx_board board;
491
d36bb4e7 492 /* Webcam specific fields */
527f09a9 493 enum em28xx_sensor em28xx_sensor;
55699964 494 int sensor_xres, sensor_yres;
d36bb4e7 495 int sensor_xtal;
527f09a9 496
c2a6b54a
MCC
497 /* Allows progressive (e. g. non-interlaced) mode */
498 int progressive;
499
579d3152
MCC
500 /* Vinmode/Vinctl used at the driver */
501 int vinmode, vinctl;
502
d7448a8d 503 unsigned int has_audio_class:1;
24a613e4 504 unsigned int has_alsa_audio:1;
a2070c66 505
39a96b4c
MCC
506 /* Controls audio streaming */
507 struct work_struct wq_trigger; /* Trigger to start/stop audio for alsa module */
508 atomic_t stream_started; /* stream should be running if true */
509
bddcf633
MCC
510 struct em28xx_fmt *format;
511
a924a499
MCC
512 struct em28xx_IR *ir;
513
89b329ef
MCC
514 /* Some older em28xx chips needs a waiting time after writing */
515 unsigned int wait_after_write;
516
74f38a82
MCC
517 struct list_head devlist;
518
9bb13a6d
MCC
519 u32 i2s_speed; /* I2S speed for audio digital stream */
520
35643943 521 struct em28xx_audio_mode audio_mode;
a6c2ba28
AM
522
523 int tuner_type; /* type of the tuner */
524 int tuner_addr; /* tuner address */
525 int tda9887_conf;
526 /* i2c i/o */
527 struct i2c_adapter i2c_adap;
528 struct i2c_client i2c_client;
529 /* video for linux */
530 int users; /* user count for exclusive use */
531 struct video_device *vdev; /* video for linux device struct */
7d497f8a 532 v4l2_std_id norm; /* selected tv norm */
a6c2ba28
AM
533 int ctl_freq; /* selected frequency */
534 unsigned int ctl_input; /* selected input */
95b86a9a 535 unsigned int ctl_ainput;/* selected audio input */
35ae6f04 536 unsigned int ctl_aoutput;/* selected audio output */
a6c2ba28
AM
537 int mute;
538 int volume;
539 /* frame properties */
a6c2ba28
AM
540 int width; /* current frame width */
541 int height; /* current frame height */
d45b9b8a
HV
542 unsigned hscale; /* horizontal scale factor (see datasheet) */
543 unsigned vscale; /* vertical scale factor (see datasheet) */
a6c2ba28 544 int interlaced; /* 1=interlace fileds, 0=just top fileds */
9e31ced8 545 unsigned int video_bytesread; /* Number of bytes read */
a6c2ba28 546
03910cc3 547 unsigned long hash; /* eeprom hash - for boards with generic ID */
6ea54d93
DSL
548 unsigned long i2c_hash; /* i2c devicelist hash -
549 for boards with generic ID */
03910cc3 550
9baed99e 551 struct em28xx_audio adev;
6d79468d 552
a6c2ba28 553 /* states */
3acf2809 554 enum em28xx_dev_state state;
3acf2809 555 enum em28xx_io_method io;
9e31ced8 556
da52a55c
DH
557 /* vbi related state tracking */
558 int capture_type;
559 int vbi_read;
560 unsigned char cur_field;
66d9cbad
DH
561 unsigned int vbi_width;
562 unsigned int vbi_height; /* lines per field */
da52a55c 563
d7448a8d
MCC
564 struct work_struct request_module_wk;
565
a6c2ba28 566 /* locks */
5a80415b 567 struct mutex lock;
f2a2e491 568 struct mutex ctrl_urb_lock; /* protects urb_buf */
d7aa8020 569 /* spinlock_t queue_lock; */
a6c2ba28
AM
570 struct list_head inqueue, outqueue;
571 wait_queue_head_t open, wait_frame, wait_stream;
572 struct video_device *vbi_dev;
0be43754 573 struct video_device *radio_dev;
a6c2ba28 574
8c873d31
DH
575 /* resources in use */
576 unsigned int resources;
577
a6c2ba28
AM
578 unsigned char eedata[256];
579
ad0ebb96
MCC
580 /* Isoc control struct */
581 struct em28xx_dmaqueue vidq;
28abf083 582 struct em28xx_dmaqueue vbiq;
ad0ebb96
MCC
583 struct em28xx_usb_isoc_ctl isoc_ctl;
584 spinlock_t slock;
585
a6c2ba28
AM
586 /* usb transfer */
587 struct usb_device *udev; /* the usb device */
588 int alt; /* alternate */
589 int max_pkt_size; /* max packet size of isoc transaction */
9d4d9c05
MCC
590 int num_alt; /* Number of alternative settings */
591 unsigned int *alt_max_pkt_size; /* array of wMaxPacketSize */
3acf2809 592 struct urb *urb[EM28XX_NUM_BUFS]; /* urb for isoc transfers */
a1a6ee74
NS
593 char *transfer_buffer[EM28XX_NUM_BUFS]; /* transfer buffers for isoc
594 transfer */
c4a98793
MCC
595 char urb_buf[URB_MAX_CTRL_SIZE]; /* urb control msg buffer */
596
a6c2ba28 597 /* helper funcs that call usb_control_msg */
6ea54d93 598 int (*em28xx_write_regs) (struct em28xx *dev, u16 reg,
a6c2ba28 599 char *buf, int len);
6ea54d93
DSL
600 int (*em28xx_read_reg) (struct em28xx *dev, u16 reg);
601 int (*em28xx_read_reg_req_len) (struct em28xx *dev, u8 req, u16 reg,
602 char *buf, int len);
603 int (*em28xx_write_regs_req) (struct em28xx *dev, u8 req, u16 reg,
a6c2ba28 604 char *buf, int len);
6ea54d93 605 int (*em28xx_read_reg_req) (struct em28xx *dev, u8 req, u16 reg);
3aefb79a
MCC
606
607 enum em28xx_mode mode;
608
6a1acc3b
DH
609 /* register numbers for GPO/GPIO registers */
610 u16 reg_gpo_num, reg_gpio_num;
611
c67ec53f
MCC
612 /* Caches GPO and GPIO registers */
613 unsigned char reg_gpo, reg_gpio;
614
a9fc52bc
DH
615 /* Snapshot button */
616 char snapshot_button_path[30]; /* path of the input dev */
617 struct input_dev *sbutton_input_dev;
618 struct delayed_work sbutton_query_work;
619
3421b778 620 struct em28xx_dvb *dvb;
d2ebd0f8
MCC
621
622 /* I2C keyboard data */
d2ebd0f8 623 struct IR_i2c_init_data init_data;
a6c2ba28
AM
624};
625
6d79468d
MCC
626struct em28xx_ops {
627 struct list_head next;
628 char *name;
629 int id;
630 int (*init)(struct em28xx *);
631 int (*fini)(struct em28xx *);
a3a048ce
MCC
632};
633
3acf2809 634/* Provided by em28xx-i2c.c */
fad7b958 635void em28xx_do_i2c_scan(struct em28xx *dev);
f2cf250a
DSL
636int em28xx_i2c_register(struct em28xx *dev);
637int em28xx_i2c_unregister(struct em28xx *dev);
a6c2ba28 638
3acf2809 639/* Provided by em28xx-core.c */
a6c2ba28 640
3acf2809
MCC
641u32 em28xx_request_buffers(struct em28xx *dev, u32 count);
642void em28xx_queue_unusedframes(struct em28xx *dev);
643void em28xx_release_buffers(struct em28xx *dev);
a6c2ba28 644
3acf2809 645int em28xx_read_reg_req_len(struct em28xx *dev, u8 req, u16 reg,
a6c2ba28 646 char *buf, int len);
3acf2809
MCC
647int em28xx_read_reg_req(struct em28xx *dev, u8 req, u16 reg);
648int em28xx_read_reg(struct em28xx *dev, u16 reg);
649int em28xx_write_regs_req(struct em28xx *dev, u8 req, u16 reg, char *buf,
a6c2ba28 650 int len);
3acf2809 651int em28xx_write_regs(struct em28xx *dev, u16 reg, char *buf, int len);
b6972489 652int em28xx_write_reg(struct em28xx *dev, u16 reg, u8 val);
1bad429e
MCC
653int em28xx_write_reg_bits(struct em28xx *dev, u16 reg, u8 val,
654 u8 bitmask);
b6972489 655
531c98e7
MCC
656int em28xx_read_ac97(struct em28xx *dev, u8 reg);
657int em28xx_write_ac97(struct em28xx *dev, u8 reg, u16 val);
658
3acf2809 659int em28xx_audio_analog_set(struct em28xx *dev);
35643943 660int em28xx_audio_setup(struct em28xx *dev);
539c96d0 661
3acf2809
MCC
662int em28xx_colorlevels_set_default(struct em28xx *dev);
663int em28xx_capture_start(struct em28xx *dev, int start);
da52a55c 664int em28xx_vbi_supported(struct em28xx *dev);
bddcf633 665int em28xx_set_outfmt(struct em28xx *dev);
3acf2809 666int em28xx_resolution_set(struct em28xx *dev);
3acf2809 667int em28xx_set_alternate(struct em28xx *dev);
579f72e4
AT
668int em28xx_init_isoc(struct em28xx *dev, int max_packets,
669 int num_bufs, int max_pkt_size,
c67ec53f 670 int (*isoc_copy) (struct em28xx *dev, struct urb *urb));
579f72e4 671void em28xx_uninit_isoc(struct em28xx *dev);
d18e2fda 672int em28xx_isoc_dvb_max_packetsize(struct em28xx *dev);
c67ec53f
MCC
673int em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode);
674int em28xx_gpio_set(struct em28xx *dev, struct em28xx_reg_seq *gpio);
1a23f81b
MCC
675void em28xx_wake_i2c(struct em28xx *dev);
676void em28xx_remove_from_devlist(struct em28xx *dev);
677void em28xx_add_into_devlist(struct em28xx *dev);
6d79468d
MCC
678int em28xx_register_extension(struct em28xx_ops *dev);
679void em28xx_unregister_extension(struct em28xx_ops *dev);
1a23f81b
MCC
680void em28xx_init_extension(struct em28xx *dev);
681void em28xx_close_extension(struct em28xx *dev);
682
683/* Provided by em28xx-video.c */
1a23f81b
MCC
684int em28xx_register_analog_devices(struct em28xx *dev);
685void em28xx_release_analog_resources(struct em28xx *dev);
6d79468d 686
3acf2809 687/* Provided by em28xx-cards.c */
6ea54d93 688extern int em2800_variant_detect(struct usb_device *udev, int model);
a94e95b4 689extern void em28xx_pre_card_setup(struct em28xx *dev);
3acf2809
MCC
690extern void em28xx_card_setup(struct em28xx *dev);
691extern struct em28xx_board em28xx_boards[];
692extern struct usb_device_id em28xx_id_table[];
693extern const unsigned int em28xx_bcount;
c668f32d 694void em28xx_register_i2c_ir(struct em28xx *dev);
d7cba043 695int em28xx_tuner_callback(void *ptr, int component, int command, int arg);
1a23f81b 696void em28xx_release_resources(struct em28xx *dev);
c8793b03
MCC
697
698/* Provided by em28xx-input.c */
c8793b03
MCC
699int em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
700int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
701int em28xx_get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key,
702 u32 *ir_raw);
ca39d84d
MA
703int em28xx_get_key_winfast_usbii_deluxe(struct IR_i2c *ir, u32 *ir_key,
704 u32 *ir_raw);
a9fc52bc
DH
705void em28xx_register_snapshot_button(struct em28xx *dev);
706void em28xx_deregister_snapshot_button(struct em28xx *dev);
a6c2ba28 707
a924a499
MCC
708int em28xx_ir_init(struct em28xx *dev);
709int em28xx_ir_fini(struct em28xx *dev);
710
28abf083
DH
711/* Provided by em28xx-vbi.c */
712extern struct videobuf_queue_ops em28xx_vbi_qops;
713
a6c2ba28
AM
714/* printk macros */
715
3acf2809 716#define em28xx_err(fmt, arg...) do {\
f85c657f 717 printk(KERN_ERR fmt , ##arg); } while (0)
a6c2ba28 718
3acf2809 719#define em28xx_errdev(fmt, arg...) do {\
4ac97914 720 printk(KERN_ERR "%s: "fmt,\
f85c657f 721 dev->name , ##arg); } while (0)
a6c2ba28 722
3acf2809 723#define em28xx_info(fmt, arg...) do {\
4ac97914 724 printk(KERN_INFO "%s: "fmt,\
f85c657f 725 dev->name , ##arg); } while (0)
3acf2809 726#define em28xx_warn(fmt, arg...) do {\
4ac97914 727 printk(KERN_WARNING "%s: "fmt,\
f85c657f 728 dev->name , ##arg); } while (0)
a6c2ba28 729
6ea54d93 730static inline int em28xx_compression_disable(struct em28xx *dev)
a6c2ba28
AM
731{
732 /* side effect of disabling scaler and mixer */
2a29a0d7 733 return em28xx_write_reg(dev, EM28XX_R26_COMPR, 0x00);
a6c2ba28
AM
734}
735
6ea54d93 736static inline int em28xx_contrast_get(struct em28xx *dev)
a6c2ba28 737{
41facaa4 738 return em28xx_read_reg(dev, EM28XX_R20_YGAIN) & 0x1f;
a6c2ba28
AM
739}
740
6ea54d93 741static inline int em28xx_brightness_get(struct em28xx *dev)
a6c2ba28 742{
41facaa4 743 return em28xx_read_reg(dev, EM28XX_R21_YOFFSET);
a6c2ba28
AM
744}
745
6ea54d93 746static inline int em28xx_saturation_get(struct em28xx *dev)
a6c2ba28 747{
41facaa4 748 return em28xx_read_reg(dev, EM28XX_R22_UVGAIN) & 0x1f;
a6c2ba28
AM
749}
750
6ea54d93 751static inline int em28xx_u_balance_get(struct em28xx *dev)
a6c2ba28 752{
41facaa4 753 return em28xx_read_reg(dev, EM28XX_R23_UOFFSET);
a6c2ba28
AM
754}
755
6ea54d93 756static inline int em28xx_v_balance_get(struct em28xx *dev)
a6c2ba28 757{
41facaa4 758 return em28xx_read_reg(dev, EM28XX_R24_VOFFSET);
a6c2ba28
AM
759}
760
6ea54d93 761static inline int em28xx_gamma_get(struct em28xx *dev)
a6c2ba28 762{
41facaa4 763 return em28xx_read_reg(dev, EM28XX_R14_GAMMA) & 0x3f;
a6c2ba28
AM
764}
765
6ea54d93 766static inline int em28xx_contrast_set(struct em28xx *dev, s32 val)
a6c2ba28
AM
767{
768 u8 tmp = (u8) val;
41facaa4 769 return em28xx_write_regs(dev, EM28XX_R20_YGAIN, &tmp, 1);
a6c2ba28
AM
770}
771
6ea54d93 772static inline int em28xx_brightness_set(struct em28xx *dev, s32 val)
a6c2ba28
AM
773{
774 u8 tmp = (u8) val;
41facaa4 775 return em28xx_write_regs(dev, EM28XX_R21_YOFFSET, &tmp, 1);
a6c2ba28
AM
776}
777
6ea54d93 778static inline int em28xx_saturation_set(struct em28xx *dev, s32 val)
a6c2ba28
AM
779{
780 u8 tmp = (u8) val;
41facaa4 781 return em28xx_write_regs(dev, EM28XX_R22_UVGAIN, &tmp, 1);
a6c2ba28
AM
782}
783
6ea54d93 784static inline int em28xx_u_balance_set(struct em28xx *dev, s32 val)
a6c2ba28
AM
785{
786 u8 tmp = (u8) val;
41facaa4 787 return em28xx_write_regs(dev, EM28XX_R23_UOFFSET, &tmp, 1);
a6c2ba28
AM
788}
789
6ea54d93 790static inline int em28xx_v_balance_set(struct em28xx *dev, s32 val)
a6c2ba28
AM
791{
792 u8 tmp = (u8) val;
41facaa4 793 return em28xx_write_regs(dev, EM28XX_R24_VOFFSET, &tmp, 1);
a6c2ba28
AM
794}
795
6ea54d93 796static inline int em28xx_gamma_set(struct em28xx *dev, s32 val)
a6c2ba28
AM
797{
798 u8 tmp = (u8) val;
41facaa4 799 return em28xx_write_regs(dev, EM28XX_R14_GAMMA, &tmp, 1);
a6c2ba28
AM
800}
801
802/*FIXME: maxw should be dependent of alt mode */
6ea54d93 803static inline unsigned int norm_maxw(struct em28xx *dev)
30556b23 804{
55699964
MCC
805 if (dev->board.is_webcam)
806 return dev->sensor_xres;
807
1ca31892 808 if (dev->board.max_range_640_480 || dev->board.is_em2800)
7d497f8a 809 return 640;
55699964
MCC
810
811 return 720;
30556b23
MR
812}
813
6ea54d93 814static inline unsigned int norm_maxh(struct em28xx *dev)
a6c2ba28 815{
55699964
MCC
816 if (dev->board.is_webcam)
817 return dev->sensor_yres;
818
505b6d0b 819 if (dev->board.max_range_640_480)
7d497f8a 820 return 480;
55699964
MCC
821
822 return (dev->norm & V4L2_STD_625_50) ? 576 : 480;
a6c2ba28 823}
a6c2ba28 824#endif