em28xx.h revision 8c873d31af868b4e340defc7053945636c8bd0e1
1a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/*
20e7072ef6623c3dc58faf3f7310aba77b0a5845eMichael Krufky   em28xx.h - driver for Empia EM2800/EM2820/2840 USB video capture devices
3a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
4a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com>
54ac97914c6c35f6bf132071c718e034d0846b9f5Mauro Carvalho Chehab		      Ludovico Cavedon <cavedon@sssup.it>
62e7c6dc3989136844eb63e05f9e4dc6608a763c6Mauro Carvalho Chehab		      Mauro Carvalho Chehab <mchehab@infradead.org>
7a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
8a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   Based on the em2800 driver from Sascha Sommer <saschasommer@freenet.de>
9a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
10a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   This program is free software; you can redistribute it and/or modify
11a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   it under the terms of the GNU General Public License as published by
12a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   the Free Software Foundation; either version 2 of the License, or
13a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   (at your option) any later version.
14a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
15a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   This program is distributed in the hope that it will be useful,
16a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   but WITHOUT ANY WARRANTY; without even the implied warranty of
17a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   GNU General Public License for more details.
19a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
20a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   You should have received a copy of the GNU General Public License
21a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   along with this program; if not, write to the Free Software
22a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton */
24a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
253acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#ifndef _EM28XX_H
263acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define _EM28XX_H
27a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
28cb77d010221e66c63f4a71546fed73be9b12b9a3Mauro Carvalho Chehab#include <linux/videodev2.h>
29ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab#include <media/videobuf-vmalloc.h>
30f2cf250af156bef127433efd255abfae6aab02f6Douglas Schilling Landgraf#include <media/v4l2-device.h>
31ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
32a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton#include <linux/i2c.h>
333593cab5d62c4c7abced1076710f9bc2d8847433Ingo Molnar#include <linux/mutex.h>
34d5e5265315770bda46c50ecaa64e2b9790f2064cMauro Carvalho Chehab#include <media/ir-kbd-i2c.h>
353aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#if defined(CONFIG_VIDEO_EM28XX_DVB) || defined(CONFIG_VIDEO_EM28XX_DVB_MODULE)
363aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#include <media/videobuf-dvb.h>
373aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#endif
383ca9c09379e8f3be0744c47f72769457fa46e9f3Mauro Carvalho Chehab#include "tuner-xc2028.h"
392ba890ec0849b222a6dabb5192ccd8fd1696d6d3Mauro Carvalho Chehab#include "em28xx-reg.h"
403aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab
413aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab/* Boards supported by driver */
423aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2800_BOARD_UNKNOWN			0
433aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2820_BOARD_UNKNOWN			1
443aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2820_BOARD_TERRATEC_CINERGY_250	2
453aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2820_BOARD_PINNACLE_USB_2		3
463aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2820_BOARD_HAUPPAUGE_WINTV_USB_2      4
473aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2820_BOARD_MSI_VOX_USB_2              5
483aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2800_BOARD_TERRATEC_CINERGY_200       6
493aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2800_BOARD_LEADTEK_WINFAST_USBII      7
503aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2800_BOARD_KWORLD_USB2800             8
513aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2820_BOARD_PINNACLE_DVC_90		9
523aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900	10
533aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2880_BOARD_TERRATEC_HYBRID_XS		11
543aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2820_BOARD_KWORLD_PVRTV2800RF		12
553aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2880_BOARD_TERRATEC_PRODIGY_XS	13
563aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2820_BOARD_PROLINK_PLAYTV_USB2	14
573aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM2800_BOARD_VGEAR_POCKETTV             15
5810ac6603613d46a43a4544fbbe9581e50879bd45Mauro Carvalho Chehab#define EM2883_BOARD_HAUPPAUGE_WINTV_HVR_950	16
594fd305b2a2c4d16e8d4ebc95c84f946edd3385c5Devin Heitmueller#define EM2880_BOARD_PINNACLE_PCTV_HD_PRO	17
6017d9d558e818530cc7d210ffea575a36f48eaa1aDevin Heitmueller#define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900_R2	18
613ed58baf5db4eab553803916a990a3dbca4dc611Devin Heitmueller#define EM2860_BOARD_SAA711X_REFERENCE_DESIGN	19
62e14b3658a7651ffd9b1f407eaf07f4dde17ef1e7Devin Heitmueller#define EM2880_BOARD_AMD_ATI_TV_WONDER_HD_600   20
6359d07f1b705c466ea4eaca9c43d46be6d6a065a4Aron Szabo#define EM2800_BOARD_GRABBEEX_USB2800           21
6495b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2750_BOARD_UNKNOWN			  22
6595b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2750_BOARD_DLCW_130			  23
6695b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2820_BOARD_DLINK_USB_TV		  24
6795b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2820_BOARD_GADMEI_UTV310		  25
6895b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2820_BOARD_HERCULES_SMART_TV_USB2	  26
6995b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2820_BOARD_PINNACLE_USB_2_FM1216ME	  27
7095b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2820_BOARD_LEADTEK_WINFAST_USBII_DELUXE 28
7195b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2820_BOARD_VIDEOLOGY_20K14XUSB	  30
7295b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2821_BOARD_USBGEAR_VD204		  31
7395b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2821_BOARD_SUPERCOMP_USB_2		  32
7495b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2860_BOARD_TERRATEC_HYBRID_XS		  34
7595b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2860_BOARD_TYPHOON_DVD_MAKER		  35
7695b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2860_BOARD_NETGMBH_CAM		  36
7795b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2860_BOARD_GADMEI_UTV330		  37
7895b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2861_BOARD_YAKUMO_MOVIE_MIXER		  38
7995b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2861_BOARD_KWORLD_PVRTV_300U		  39
8095b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2861_BOARD_PLEXTOR_PX_TV100U		  40
8195b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2870_BOARD_KWORLD_350U		  41
8295b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2870_BOARD_KWORLD_355U		  42
8395b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2870_BOARD_TERRATEC_XS		  43
8495b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2870_BOARD_TERRATEC_XS_MT2060		  44
8595b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2870_BOARD_PINNACLE_PCTV_DVB		  45
8695b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2870_BOARD_COMPRO_VIDEOMATE		  46
8795b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2880_BOARD_KWORLD_DVB_305U		  47
8895b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2880_BOARD_KWORLD_DVB_310U		  48
8995b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2880_BOARD_MSI_DIGIVOX_AD		  49
9095b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2880_BOARD_MSI_DIGIVOX_AD_II		  50
9195b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2880_BOARD_TERRATEC_HYBRID_XS_FR	  51
9295b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2881_BOARD_DNT_DA2_HYBRID		  52
9395b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2881_BOARD_PINNACLE_HYBRID_PRO	  53
9495b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2882_BOARD_KWORLD_VS_DVBT		  54
9595b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2882_BOARD_TERRATEC_HYBRID_XS		  55
9695b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM2882_BOARD_PINNACLE_HYBRID_PRO	  56
976e7b9ea0937eeb75fa166ef7bd22b5f3bb5676d1Robert Krakora#define EM2883_BOARD_KWORLD_HYBRID_330U                  57
98ee281b856d4e4921da24387ab116bb0855c2efaaMauro Carvalho Chehab#define EM2820_BOARD_COMPRO_VIDEOMATE_FORYOU	  58
99f89bc32974a4376e8393001484af28d8c3350ab4Douglas Schilling Landgraf#define EM2883_BOARD_HAUPPAUGE_WINTV_HVR_850	  60
1001e1addd57bdf56c51dbc292d7760ea3d207fe833Douglas Schilling Landgraf#define EM2820_BOARD_PROLINK_PLAYTV_BOX4_USB2	  61
101f7fe3e6f3c3e9ef6ba5ca187b514d225296d18ddDouglas Schilling Landgraf#define EM2820_BOARD_GADMEI_TVR200		  62
10256ee38071fe0cf1746d53c5b40a46a835b24fbe4Mauro Carvalho Chehab#define EM2860_BOARD_KAIOMY_TVNPC_U2              63
10356ee38071fe0cf1746d53c5b40a46a835b24fbe4Mauro Carvalho Chehab#define EM2860_BOARD_EASYCAP                      64
104f74a61e3c6f218053742c2caf3e247fb41bf395eIndika Katugampala#define EM2820_BOARD_IODATA_GVMVP_SZ		  65
105e5db5d44432abc82b1250dd05bd0a4b011392d9dDouglas Schilling Landgraf#define EM2880_BOARD_EMPIRE_DUAL_TV		  66
1064557af9c5338605c85fe54f5ebba3d4b14a60ab8Mauro Carvalho Chehab#define EM2860_BOARD_TERRATEC_GRABBY		  67
107766ed64de554fda08ceb927d36279eabcb08acb3Mauro Carvalho Chehab#define EM2860_BOARD_TERRATEC_AV350		  68
108d7de5d8ff74efd01916b01af875a0e87419a3599Franklin Meng#define EM2882_BOARD_KWORLD_ATSC_315U		  69
10919859229d7d98bc2d582ff45045dd7f73d649383Devin Heitmueller#define EM2882_BOARD_EVGA_INDTUBE		  70
11002e7804b2135ff941b8846f5820cf48fbfdadd54Mauro Carvalho Chehab#define EM2820_BOARD_SILVERCREST_WEBCAM           71
1116d888a66be1c50c2f5193c53d6ea556e01dd60e3Mauro Carvalho Chehab#define EM2861_BOARD_GADMEI_UTV330PLUS           72
1123aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab
1133aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab/* Limits minimum and default number of buffers */
1143aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM28XX_MIN_BUF 4
1153aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM28XX_DEF_BUF 8
116a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
117c4a98793a63c423c9e1af51822325969e23c16d4Mauro Carvalho Chehab/*Limits the max URB message size */
118c4a98793a63c423c9e1af51822325969e23c16d4Mauro Carvalho Chehab#define URB_MAX_CTRL_SIZE 80
119c4a98793a63c423c9e1af51822325969e23c16d4Mauro Carvalho Chehab
12095b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf/* Params for validated field */
12195b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM28XX_BOARD_NOT_VALIDATED 1
12295b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf#define EM28XX_BOARD_VALIDATED	   0
12395b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf
12422cff7b381eca256d2afb460b3b9815f83810011Douglas Schilling Landgraf/* Params for em28xx_cmd() audio */
12522cff7b381eca256d2afb460b3b9815f83810011Douglas Schilling Landgraf#define EM28XX_START_AUDIO      1
12622cff7b381eca256d2afb460b3b9815f83810011Douglas Schilling Landgraf#define EM28XX_STOP_AUDIO       0
12722cff7b381eca256d2afb460b3b9815f83810011Douglas Schilling Landgraf
128596d92d5128d308b5a79f21c3e72c87f5fc7e58bMauro Carvalho Chehab/* maximum number of em28xx boards */
1293687e1e67e4920a202d53cc24678fb34fcda8fc5Mauro Carvalho Chehab#define EM28XX_MAXBOARDS 4 /*FIXME: should be bigger */
130596d92d5128d308b5a79f21c3e72c87f5fc7e58bMauro Carvalho Chehab
131a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* maximum number of frames that can be queued */
1323acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define EM28XX_NUM_FRAMES 5
133a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* number of frames that get used for v4l2_read() */
1343acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define EM28XX_NUM_READ_FRAMES 2
135a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
136a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* number of buffers for isoc transfers */
1373acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define EM28XX_NUM_BUFS 5
138a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
139d5e5265315770bda46c50ecaa64e2b9790f2064cMauro Carvalho Chehab/* number of packets for each buffer
140d5e5265315770bda46c50ecaa64e2b9790f2064cMauro Carvalho Chehab   windows requests only 40 packets .. so we better do the same
141d5e5265315770bda46c50ecaa64e2b9790f2064cMauro Carvalho Chehab   this is what I found out for all alternate numbers there!
142d5e5265315770bda46c50ecaa64e2b9790f2064cMauro Carvalho Chehab */
1433acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define EM28XX_NUM_PACKETS 40
144a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
145a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* default alternate; 0 means choose the best */
1463acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define EM28XX_PINOUT 0
147a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
1483acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define EM28XX_INTERLACED_DEFAULT 1
149a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
150a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/*
151a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton#define (use usbview if you want to get the other alternate number infos)
152a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton#define
153a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton#define alternate number 2
154a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton#define 			Endpoint Address: 82
155a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Direction: in
156a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Attribute: 1
157a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Type: Isoc
158a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Max Packet Size: 1448
159a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Interval: 125us
160a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
161a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton  alternate number 7
162a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
163a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Endpoint Address: 82
164a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Direction: in
165a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Attribute: 1
166a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Type: Isoc
167a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Max Packet Size: 3072
168a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			Interval: 125us
169a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton*/
170a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
171a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* time to wait when stopping the isoc transfer */
172a1a6ee74f2c68918f2e145dccba3637eea91a52aNicola Soranzo#define EM28XX_URB_TIMEOUT \
173a1a6ee74f2c68918f2e145dccba3637eea91a52aNicola Soranzo			msecs_to_jiffies(EM28XX_NUM_BUFS * EM28XX_NUM_PACKETS)
174a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
175596d92d5128d308b5a79f21c3e72c87f5fc7e58bMauro Carvalho Chehab/* time in msecs to wait for i2c writes to finish */
176596d92d5128d308b5a79f21c3e72c87f5fc7e58bMauro Carvalho Chehab#define EM2800_I2C_WRITE_TIMEOUT 20
177596d92d5128d308b5a79f21c3e72c87f5fc7e58bMauro Carvalho Chehab
1783aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehabenum em28xx_mode {
1792fe3e2ee72ef17daad1d3769321bb7dd69a003a9Mauro Carvalho Chehab	EM28XX_SUSPEND,
1803aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab	EM28XX_ANALOG_MODE,
1813aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab	EM28XX_DIGITAL_MODE,
1823aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab};
1833aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab
1843acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabenum em28xx_stream_state {
185a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	STREAM_OFF,
186a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	STREAM_INTERRUPT,
187a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	STREAM_ON,
188a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
189a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
190579f72e44fb1c991352f44c20b471c3001357f68Aidan Thorntonstruct em28xx;
191579f72e44fb1c991352f44c20b471c3001357f68Aidan Thornton
192ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehabstruct em28xx_usb_isoc_ctl {
193ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab		/* max packet size of isoc transaction */
194ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	int				max_pkt_size;
195ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
196ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab		/* number of allocated urbs */
197ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	int				num_bufs;
198ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
199ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab		/* urb for isoc transfers */
200ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	struct urb			**urb;
201ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
202ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab		/* transfer buffers for isoc transfer */
203ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	char				**transfer_buffer;
204ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
205ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab		/* Last buffer command and region */
206ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	u8				cmd;
207ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	int				pos, size, pktsize;
208ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
209ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab		/* Last field: ODD or EVEN? */
210ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	int				field;
211ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
212ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab		/* Stores incomplete commands */
213ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	u32				tmp_buf;
214ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	int				tmp_buf_len;
215ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
216ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab		/* Stores already requested buffers */
21728abf083d356bc4ec459ded7a95b6a22a20f6c3dDevin Heitmueller	struct em28xx_buffer    	*vid_buf;
21828abf083d356bc4ec459ded7a95b6a22a20f6c3dDevin Heitmueller	struct em28xx_buffer    	*vbi_buf;
219ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
220ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab		/* Stores the number of received fields */
221ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	int				nfields;
222579f72e44fb1c991352f44c20b471c3001357f68Aidan Thornton
223579f72e44fb1c991352f44c20b471c3001357f68Aidan Thornton		/* isoc urb callback */
224579f72e44fb1c991352f44c20b471c3001357f68Aidan Thornton	int (*isoc_copy) (struct em28xx *dev, struct urb *urb);
225579f72e44fb1c991352f44c20b471c3001357f68Aidan Thornton
226ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab};
227ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
228bddcf63313c6a4a85f94db092f45e31f530da691Mauro Carvalho Chehab/* Struct to enumberate video formats */
229ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehabstruct em28xx_fmt {
230ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	char  *name;
231ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	u32   fourcc;          /* v4l2 format id */
232bddcf63313c6a4a85f94db092f45e31f530da691Mauro Carvalho Chehab	int   depth;
233bddcf63313c6a4a85f94db092f45e31f530da691Mauro Carvalho Chehab	int   reg;
234ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab};
235ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
236ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab/* buffer for one video frame */
237ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehabstruct em28xx_buffer {
238ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	/* common v4l buffer stuff -- must be first */
239ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	struct videobuf_buffer vb;
240ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
241a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	struct list_head frame;
242a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int top_field;
243ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	int receiving;
244ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab};
245ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
246ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehabstruct em28xx_dmaqueue {
247ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	struct list_head       active;
248ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	struct list_head       queued;
249ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
250ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	wait_queue_head_t          wq;
251ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
252ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	/* Counters to control buffer fill */
253ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	int                        pos;
254a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
255a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
256a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* io methods */
2573acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabenum em28xx_io_method {
258a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	IO_NONE,
259a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	IO_READ,
260a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	IO_MMAP,
261a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
262a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
263a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* inputs */
264a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
2653acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define MAX_EM28XX_INPUT 4
2663acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabenum enum28xx_itype {
2673acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_VMUX_COMPOSITE1 = 1,
2683acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_VMUX_COMPOSITE2,
2693acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_VMUX_COMPOSITE3,
2703acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_VMUX_COMPOSITE4,
2713acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_VMUX_SVIDEO,
2723acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_VMUX_TELEVISION,
2733acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_VMUX_CABLE,
2743acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_VMUX_DVB,
2753acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_VMUX_DEBUG,
2763acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_RADIO,
277a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
278a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
27935643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehabenum em28xx_ac97_mode {
28035643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab	EM28XX_NO_AC97 = 0,
28135643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab	EM28XX_AC97_EM202,
282209acc02249d831e7f2e3d8083b6b562dde5fc6fMauro Carvalho Chehab	EM28XX_AC97_SIGMATEL,
28335643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab	EM28XX_AC97_OTHER,
28435643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab};
28535643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab
28635643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehabstruct em28xx_audio_mode {
28735643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab	enum em28xx_ac97_mode ac97;
28835643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab
28935643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab	u16 ac97_feat;
29016c7bcadff2222b297d13951dc30e133f56d0154Mauro Carvalho Chehab	u32 ac97_vendor_id;
29135643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab
29235643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab	unsigned int has_audio:1;
29335643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab
29435643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab	unsigned int i2s_3rates:1;
29535643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab	unsigned int i2s_5rates:1;
2965c2231c84304563fd5d28e8bbb72e09e882a8e32Devin Heitmueller};
2975c2231c84304563fd5d28e8bbb72e09e882a8e32Devin Heitmueller
2985faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab/* em28xx has two audio inputs: tuner and line in.
2995faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab   However, on most devices, an auxiliary AC97 codec device is used.
3005faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab   The AC97 device may have several different inputs and outputs,
3015faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab   depending on their model. So, it is possible to use AC97 mixer to
3025faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab   address more than two different entries.
3035faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab */
304539c96d0fd86bfdcfac75c88b74aa5798439293dMauro Carvalho Chehabenum em28xx_amux {
3055faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	/* This is the only entry for em28xx tuner input */
3065faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	EM28XX_AMUX_VIDEO,	/* em28xx tuner, AC97 mixer Video */
3075faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab
3085faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	EM28XX_AMUX_LINE_IN,	/* AC97 mixer Line In */
3095faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab
3105faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	/* Some less-common mixer setups */
3115faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	EM28XX_AMUX_VIDEO2,	/* em28xx Line in, AC97 mixer Video */
3125faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	EM28XX_AMUX_PHONE,
3135faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	EM28XX_AMUX_MIC,
3145faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	EM28XX_AMUX_CD,
3155faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	EM28XX_AMUX_AUX,
3165faff78904d9c07f38ac0e227b322e9f58d5447cMauro Carvalho Chehab	EM28XX_AMUX_PCM_OUT,
317539c96d0fd86bfdcfac75c88b74aa5798439293dMauro Carvalho Chehab};
318539c96d0fd86bfdcfac75c88b74aa5798439293dMauro Carvalho Chehab
31935ae6f04ad3e4c3ed8a83382b6511bd9beb5c768Mauro Carvalho Chehabenum em28xx_aout {
3208866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	/* AC97 outputs */
321e879b8ebb000298f8124fc8fae570afc9eb37cbbMauro Carvalho Chehab	EM28XX_AOUT_MASTER = 1 << 0,
322e879b8ebb000298f8124fc8fae570afc9eb37cbbMauro Carvalho Chehab	EM28XX_AOUT_LINE   = 1 << 1,
323e879b8ebb000298f8124fc8fae570afc9eb37cbbMauro Carvalho Chehab	EM28XX_AOUT_MONO   = 1 << 2,
324e879b8ebb000298f8124fc8fae570afc9eb37cbbMauro Carvalho Chehab	EM28XX_AOUT_LFE    = 1 << 3,
325e879b8ebb000298f8124fc8fae570afc9eb37cbbMauro Carvalho Chehab	EM28XX_AOUT_SURR   = 1 << 4,
3268866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab
3278866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	/* PCM IN Mixer - used by AC97_RECORD_SELECT register */
3288866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	EM28XX_AOUT_PCM_IN = 1 << 7,
3298866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab
3308866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	/* Bits 10-8 are used to indicate the PCM IN record select */
3318866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	EM28XX_AOUT_PCM_MIC_PCM = 0 << 8,
3328866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	EM28XX_AOUT_PCM_CD	= 1 << 8,
3338866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	EM28XX_AOUT_PCM_VIDEO	= 2 << 8,
3348866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	EM28XX_AOUT_PCM_AUX	= 3 << 8,
3358866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	EM28XX_AOUT_PCM_LINE	= 4 << 8,
3368866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	EM28XX_AOUT_PCM_STEREO	= 5 << 8,
3378866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	EM28XX_AOUT_PCM_MONO	= 6 << 8,
3388866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	EM28XX_AOUT_PCM_PHONE	= 7 << 8,
33935ae6f04ad3e4c3ed8a83382b6511bd9beb5c768Mauro Carvalho Chehab};
34035ae6f04ad3e4c3ed8a83382b6511bd9beb5c768Mauro Carvalho Chehab
34132929fb4c7c4a693ed723253b21e7bf3c8cb4b1cHans Verkuilstatic inline int ac97_return_record_select(int a_out)
3428866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab{
3438866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab	return (a_out & 0x700) >> 8;
3448866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab}
3458866f9cf8d85f3614855a49b9d9056f265d0cd33Mauro Carvalho Chehab
346122b77e59ed2de0692dfe45c87a93e98156fe03aMauro Carvalho Chehabstruct em28xx_reg_seq {
347122b77e59ed2de0692dfe45c87a93e98156fe03aMauro Carvalho Chehab	int reg;
348122b77e59ed2de0692dfe45c87a93e98156fe03aMauro Carvalho Chehab	unsigned char val, mask;
349122b77e59ed2de0692dfe45c87a93e98156fe03aMauro Carvalho Chehab	int sleep;
350122b77e59ed2de0692dfe45c87a93e98156fe03aMauro Carvalho Chehab};
351122b77e59ed2de0692dfe45c87a93e98156fe03aMauro Carvalho Chehab
3523acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabstruct em28xx_input {
3533acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	enum enum28xx_itype type;
354a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	unsigned int vmux;
355539c96d0fd86bfdcfac75c88b74aa5798439293dMauro Carvalho Chehab	enum em28xx_amux amux;
35635ae6f04ad3e4c3ed8a83382b6511bd9beb5c768Mauro Carvalho Chehab	enum em28xx_aout aout;
357122b77e59ed2de0692dfe45c87a93e98156fe03aMauro Carvalho Chehab	struct em28xx_reg_seq *gpio;
358a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
359a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
3603acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
361a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
3623acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabenum em28xx_decoder {
363527f09a981e398331c2f8d8f7af83cd46e6a06ccMauro Carvalho Chehab	EM28XX_NODECODER = 0,
3643acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	EM28XX_TVP5150,
365ec5de990d912c0d5cca98e030bf6447c1529f56dMauro Carvalho Chehab	EM28XX_SAA711X,
366527f09a981e398331c2f8d8f7af83cd46e6a06ccMauro Carvalho Chehab};
367527f09a981e398331c2f8d8f7af83cd46e6a06ccMauro Carvalho Chehab
368527f09a981e398331c2f8d8f7af83cd46e6a06ccMauro Carvalho Chehabenum em28xx_sensor {
369527f09a981e398331c2f8d8f7af83cd46e6a06ccMauro Carvalho Chehab	EM28XX_NOSENSOR = 0,
37002e7804b2135ff941b8846f5820cf48fbfdadd54Mauro Carvalho Chehab	EM28XX_MT9V011,
371b80fd2d811b48a92051f86d257b00f373e69a6d7Mauro Carvalho Chehab	EM28XX_MT9M001,
372f2e26ae7c8c077d001c77b330130f98e42ccad70Mauro Carvalho Chehab	EM28XX_MT9M111,
373a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
374a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
375df7fa09cca9d80f746c29f95b09a7223f6c2f4e7Mauro Carvalho Chehabenum em28xx_adecoder {
376df7fa09cca9d80f746c29f95b09a7223f6c2f4e7Mauro Carvalho Chehab	EM28XX_NOADECODER = 0,
377df7fa09cca9d80f746c29f95b09a7223f6c2f4e7Mauro Carvalho Chehab	EM28XX_TVAUDIO,
378df7fa09cca9d80f746c29f95b09a7223f6c2f4e7Mauro Carvalho Chehab};
379df7fa09cca9d80f746c29f95b09a7223f6c2f4e7Mauro Carvalho Chehab
3803acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabstruct em28xx_board {
381a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	char *name;
382505b6d0b774fa4475fedbd3cebf95199c17a0086Mauro Carvalho Chehab	int vchannels;
383a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int tuner_type;
38466767920e3e6532db8afe04f9b2d8e1a9e95cad9Mauro Carvalho Chehab	int tuner_addr;
385a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
386a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* i2c flags */
387a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	unsigned int tda9887_conf;
388a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
389017ab4b1e2aa31dc9fe986ab6d1f5ffa2a84395bMauro Carvalho Chehab	/* GPIO sequences */
390122b77e59ed2de0692dfe45c87a93e98156fe03aMauro Carvalho Chehab	struct em28xx_reg_seq *dvb_gpio;
3912fe3e2ee72ef17daad1d3769321bb7dd69a003a9Mauro Carvalho Chehab	struct em28xx_reg_seq *suspend_gpio;
392017ab4b1e2aa31dc9fe986ab6d1f5ffa2a84395bMauro Carvalho Chehab	struct em28xx_reg_seq *tuner_gpio;
3932bd1d9eb1c27034a77c8e1887156da72d6160ae1Vitaly Wool	struct em28xx_reg_seq *mute_gpio;
394122b77e59ed2de0692dfe45c87a93e98156fe03aMauro Carvalho Chehab
39574f38a82376fb1b289d0957429ba45349f0cad62Mauro Carvalho Chehab	unsigned int is_em2800:1;
396a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	unsigned int has_msp34xx:1;
3975add9a6f3c90680f89b4694e81025d2aed9559afMauro Carvalho Chehab	unsigned int mts_firmware:1;
398c8793b035df7b18997d1cf34254064dac166f009Mauro Carvalho Chehab	unsigned int max_range_640_480:1;
3993aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab	unsigned int has_dvb:1;
400a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3Devin Heitmueller	unsigned int has_snapshot_button:1;
401c43221df762c33e832e8855cae77989b6bf69fa6Mauro Carvalho Chehab	unsigned int is_webcam:1;
40295b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf	unsigned int valid:1;
403ac07bb73fe226ae2088f060c63829afddb3f2403Mauro Carvalho Chehab	unsigned int has_ir_i2c:1;
4043abee53e4402b6ae39e1e610f9ef94eb74097138Mauro Carvalho Chehab
405a2070c665459ac37a36bebae5e97bb4a2568990eMauro Carvalho Chehab	unsigned char xclk, i2c_speed;
406f2cf250af156bef127433efd255abfae6aab02f6Douglas Schilling Landgraf	unsigned char radio_addr;
407f2cf250af156bef127433efd255abfae6aab02f6Douglas Schilling Landgraf	unsigned short tvaudio_addr;
408a2070c665459ac37a36bebae5e97bb4a2568990eMauro Carvalho Chehab
4093acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	enum em28xx_decoder decoder;
410df7fa09cca9d80f746c29f95b09a7223f6c2f4e7Mauro Carvalho Chehab	enum em28xx_adecoder adecoder;
411a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
4123acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	struct em28xx_input       input[MAX_EM28XX_INPUT];
4130be4375410f1ecc917f3c0caf8f98908d357c93fMauro Carvalho Chehab	struct em28xx_input	  radio;
414715a223323c8c8bcbe7739e20f6c619f7343b595Mauro Carvalho Chehab	struct ir_scancode_table  *ir_codes;
415a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
416a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
4173acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabstruct em28xx_eeprom {
418a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u32 id;			/* 0x9567eb1a */
419a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u16 vendor_ID;
420a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u16 product_ID;
421a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
422a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u16 chip_conf;
423a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
424a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u16 board_conf;
425a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
426a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u16 string1, string2, string3;
427a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
428a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u8 string_idx_table;
429a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
430a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
431a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* device states */
4323acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabenum em28xx_dev_state {
433a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	DEV_INITIALIZED = 0x01,
434a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	DEV_DISCONNECTED = 0x02,
435a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	DEV_MISCONFIGURED = 0x04,
436a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
437a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
4386d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab#define EM28XX_AUDIO_BUFS 5
4396d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab#define EM28XX_NUM_AUDIO_PACKETS 64
4406d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab#define EM28XX_AUDIO_MAX_PACKET_SIZE 196 /* static value */
4416d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab#define EM28XX_CAPTURE_STREAM_EN 1
4423aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab
4433aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab/* em28xx extensions */
4446d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab#define EM28XX_AUDIO   0x10
4453aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab#define EM28XX_DVB     0x20
4466d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab
4478c873d31af868b4e340defc7053945636c8bd0e1Devin Heitmueller/* em28xx resource types (used for res_get/res_lock etc */
4488c873d31af868b4e340defc7053945636c8bd0e1Devin Heitmueller#define EM28XX_RESOURCE_VIDEO 0x01
4498c873d31af868b4e340defc7053945636c8bd0e1Devin Heitmueller#define EM28XX_RESOURCE_VBI   0x02
4508c873d31af868b4e340defc7053945636c8bd0e1Devin Heitmueller
4516d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehabstruct em28xx_audio {
4526d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	char name[50];
4536d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	char *transfer_buffer[EM28XX_AUDIO_BUFS];
4546d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	struct urb *urb[EM28XX_AUDIO_BUFS];
4556d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	struct usb_device *udev;
4566d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	unsigned int capture_transfer_done;
4576d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	struct snd_pcm_substream   *capture_pcm_substream;
4586d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab
4596d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	unsigned int hwptr_done_capture;
4606d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	struct snd_card            *sndcard;
4616d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab
462c744dff260e9efb1080d1e823e588f85176a057bRobert Krakora	int users;
4636d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	enum em28xx_stream_state capture_stream;
4646d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	spinlock_t slock;
4656d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab};
4666d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab
46752284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehabstruct em28xx;
46852284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehab
46952284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehabstruct em28xx_fh {
47052284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehab	struct em28xx *dev;
47152284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehab	int           radio;
4728c873d31af868b4e340defc7053945636c8bd0e1Devin Heitmueller	unsigned int  resources;
47352284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehab
47452284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehab	struct videobuf_queue        vb_vidq;
47528abf083d356bc4ec459ded7a95b6a22a20f6c3dDevin Heitmueller	struct videobuf_queue        vb_vbiq;
47652284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehab
47752284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehab	enum v4l2_buf_type           type;
47852284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehab};
47952284c3e47bf502aaff72ab2ede509193b628b1bMauro Carvalho Chehab
480a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* main device struct */
4813acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabstruct em28xx {
482a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* generic device properties */
483a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	char name[30];		/* name (including minor) of the device */
484a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int model;		/* index in the device_data struct */
485e5589befc472ca50882f37c4fb32333fc93a65b7Mauro Carvalho Chehab	int devno;		/* marks the number of this device */
486600bd7f0edee0f9687c3c77e6fe63c74452acbfaDevin Heitmueller	enum em28xx_chip_id chip_id;
487505b6d0b774fa4475fedbd3cebf95199c17a0086Mauro Carvalho Chehab
488f2cf250af156bef127433efd255abfae6aab02f6Douglas Schilling Landgraf	struct v4l2_device v4l2_dev;
489505b6d0b774fa4475fedbd3cebf95199c17a0086Mauro Carvalho Chehab	struct em28xx_board board;
490505b6d0b774fa4475fedbd3cebf95199c17a0086Mauro Carvalho Chehab
491d36bb4e77257ed0df86deca3f69794f037f68c7dMauro Carvalho Chehab	/* Webcam specific fields */
492527f09a981e398331c2f8d8f7af83cd46e6a06ccMauro Carvalho Chehab	enum em28xx_sensor em28xx_sensor;
4935569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab	int sensor_xres, sensor_yres;
494d36bb4e77257ed0df86deca3f69794f037f68c7dMauro Carvalho Chehab	int sensor_xtal;
495527f09a981e398331c2f8d8f7af83cd46e6a06ccMauro Carvalho Chehab
496c2a6b54a9cf08d4ffeb75d70603c4a5d03ac97adMauro Carvalho Chehab	/* Allows progressive (e. g. non-interlaced) mode */
497c2a6b54a9cf08d4ffeb75d70603c4a5d03ac97adMauro Carvalho Chehab	int progressive;
498c2a6b54a9cf08d4ffeb75d70603c4a5d03ac97adMauro Carvalho Chehab
499579d315218e8a3f696e375c5f6917da6488bec8aMauro Carvalho Chehab	/* Vinmode/Vinctl used at the driver */
500579d315218e8a3f696e375c5f6917da6488bec8aMauro Carvalho Chehab	int vinmode, vinctl;
501579d315218e8a3f696e375c5f6917da6488bec8aMauro Carvalho Chehab
502d7448a8d9d06ca2ca4fd1f17404450ecba8bea3aMauro Carvalho Chehab	unsigned int has_audio_class:1;
50324a613e4b08c4077b4c809bebab1d4a36d541fccDevin Heitmueller	unsigned int has_alsa_audio:1;
504a2070c665459ac37a36bebae5e97bb4a2568990eMauro Carvalho Chehab
505bddcf63313c6a4a85f94db092f45e31f530da691Mauro Carvalho Chehab	struct em28xx_fmt *format;
506bddcf63313c6a4a85f94db092f45e31f530da691Mauro Carvalho Chehab
507a924a499adb89f52046936deac87264774652a81Mauro Carvalho Chehab	struct em28xx_IR *ir;
508a924a499adb89f52046936deac87264774652a81Mauro Carvalho Chehab
50989b329ef9d7cc16ed46fc991b21b2d45e7bf452cMauro Carvalho Chehab	/* Some older em28xx chips needs a waiting time after writing */
51089b329ef9d7cc16ed46fc991b21b2d45e7bf452cMauro Carvalho Chehab	unsigned int wait_after_write;
51189b329ef9d7cc16ed46fc991b21b2d45e7bf452cMauro Carvalho Chehab
51274f38a82376fb1b289d0957429ba45349f0cad62Mauro Carvalho Chehab	struct list_head	devlist;
51374f38a82376fb1b289d0957429ba45349f0cad62Mauro Carvalho Chehab
5149bb13a6dc3a6f68c990264838ff0493d900c48d7Mauro Carvalho Chehab	u32 i2s_speed;		/* I2S speed for audio digital stream */
5159bb13a6dc3a6f68c990264838ff0493d900c48d7Mauro Carvalho Chehab
51635643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehab	struct em28xx_audio_mode audio_mode;
517a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
518a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int tuner_type;		/* type of the tuner */
519a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int tuner_addr;		/* tuner address */
520a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int tda9887_conf;
521a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* i2c i/o */
522a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	struct i2c_adapter i2c_adap;
523a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	struct i2c_client i2c_client;
524a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* video for linux */
525a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int users;		/* user count for exclusive use */
526a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	struct video_device *vdev;	/* video for linux device struct */
5277d497f8afa80128bb99a425a6d7a766a863128a5Mauro Carvalho Chehab	v4l2_std_id norm;	/* selected tv norm */
528a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int ctl_freq;		/* selected frequency */
529a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	unsigned int ctl_input;	/* selected input */
53095b86a9a9020da22e7c25abc77aae4dc8f02ab55Douglas Schilling Landgraf	unsigned int ctl_ainput;/* selected audio input */
53135ae6f04ad3e4c3ed8a83382b6511bd9beb5c768Mauro Carvalho Chehab	unsigned int ctl_aoutput;/* selected audio output */
532a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int mute;
533a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int volume;
534a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* frame properties */
535a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int width;		/* current frame width */
536a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int height;		/* current frame height */
537d45b9b8ab43c8973a9630ac54f4ede6c3e009f9eHans Verkuil	unsigned hscale;	/* horizontal scale factor (see datasheet) */
538d45b9b8ab43c8973a9630ac54f4ede6c3e009f9eHans Verkuil	unsigned vscale;	/* vertical scale factor (see datasheet) */
539a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int interlaced;		/* 1=interlace fileds, 0=just top fileds */
5409e31ced888d1ca49ec5be51ef295e3ce994366c4Mauro Carvalho Chehab	unsigned int video_bytesread;	/* Number of bytes read */
541a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
54203910cc39035d27f4c85c8ad2a236cc5c9456127Mauro Carvalho Chehab	unsigned long hash;	/* eeprom hash - for boards with generic ID */
5436ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgraf	unsigned long i2c_hash;	/* i2c devicelist hash -
5446ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgraf				   for boards with generic ID */
54503910cc39035d27f4c85c8ad2a236cc5c9456127Mauro Carvalho Chehab
5469baed99ee7a834b1f2599e13f219087f01c63f38Mauro Carvalho Chehab	struct em28xx_audio adev;
5476d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab
548a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* states */
5493acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	enum em28xx_dev_state state;
5503acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	enum em28xx_io_method io;
5519e31ced888d1ca49ec5be51ef295e3ce994366c4Mauro Carvalho Chehab
552da52a55cff643b8e0b346b9894adf5b93946040dDevin Heitmueller	/* vbi related state tracking */
553da52a55cff643b8e0b346b9894adf5b93946040dDevin Heitmueller	int capture_type;
554da52a55cff643b8e0b346b9894adf5b93946040dDevin Heitmueller	int vbi_read;
555da52a55cff643b8e0b346b9894adf5b93946040dDevin Heitmueller	unsigned char cur_field;
556da52a55cff643b8e0b346b9894adf5b93946040dDevin Heitmueller
557da52a55cff643b8e0b346b9894adf5b93946040dDevin Heitmueller
558d7448a8d9d06ca2ca4fd1f17404450ecba8bea3aMauro Carvalho Chehab	struct work_struct         request_module_wk;
559d7448a8d9d06ca2ca4fd1f17404450ecba8bea3aMauro Carvalho Chehab
560a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* locks */
5615a80415bcabf2b59e8c34db6e743c54582cfd3c2Sascha Sommer	struct mutex lock;
562f2a2e4910502e866833732f31ee697d15b3e56fdMauro Carvalho Chehab	struct mutex ctrl_urb_lock;	/* protects urb_buf */
563d7aa80207babe694b316a48200b096cf0336ecb3Aidan Thornton	/* spinlock_t queue_lock; */
564a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	struct list_head inqueue, outqueue;
565a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	wait_queue_head_t open, wait_frame, wait_stream;
566a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	struct video_device *vbi_dev;
5670be4375410f1ecc917f3c0caf8f98908d357c93fMauro Carvalho Chehab	struct video_device *radio_dev;
568a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
5698c873d31af868b4e340defc7053945636c8bd0e1Devin Heitmueller	/* resources in use */
5708c873d31af868b4e340defc7053945636c8bd0e1Devin Heitmueller	unsigned int resources;
5718c873d31af868b4e340defc7053945636c8bd0e1Devin Heitmueller
572a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	unsigned char eedata[256];
573a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
574ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	/* Isoc control struct */
575ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	struct em28xx_dmaqueue vidq;
57628abf083d356bc4ec459ded7a95b6a22a20f6c3dDevin Heitmueller	struct em28xx_dmaqueue vbiq;
577ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	struct em28xx_usb_isoc_ctl isoc_ctl;
578ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab	spinlock_t slock;
579ad0ebb96c220c461386e9a765fca3daf5590d01eMauro Carvalho Chehab
580a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* usb transfer */
581a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	struct usb_device *udev;	/* the usb device */
582a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int alt;		/* alternate */
583a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	int max_pkt_size;	/* max packet size of isoc transaction */
5849d4d9c05c807ab8a49ac0024987b223bb32c022dMauro Carvalho Chehab	int num_alt;		/* Number of alternative settings */
5859d4d9c05c807ab8a49ac0024987b223bb32c022dMauro Carvalho Chehab	unsigned int *alt_max_pkt_size;	/* array of wMaxPacketSize */
5863acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab	struct urb *urb[EM28XX_NUM_BUFS];	/* urb for isoc transfers */
587a1a6ee74f2c68918f2e145dccba3637eea91a52aNicola Soranzo	char *transfer_buffer[EM28XX_NUM_BUFS];	/* transfer buffers for isoc
588a1a6ee74f2c68918f2e145dccba3637eea91a52aNicola Soranzo						   transfer */
589c4a98793a63c423c9e1af51822325969e23c16d4Mauro Carvalho Chehab	char urb_buf[URB_MAX_CTRL_SIZE];	/* urb control msg buffer */
590c4a98793a63c423c9e1af51822325969e23c16d4Mauro Carvalho Chehab
591a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* helper funcs that call usb_control_msg */
5926ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgraf	int (*em28xx_write_regs) (struct em28xx *dev, u16 reg,
593a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton					char *buf, int len);
5946ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgraf	int (*em28xx_read_reg) (struct em28xx *dev, u16 reg);
5956ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgraf	int (*em28xx_read_reg_req_len) (struct em28xx *dev, u8 req, u16 reg,
5966ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgraf					char *buf, int len);
5976ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgraf	int (*em28xx_write_regs_req) (struct em28xx *dev, u8 req, u16 reg,
598a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton				      char *buf, int len);
5996ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgraf	int (*em28xx_read_reg_req) (struct em28xx *dev, u8 req, u16 reg);
6003aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab
6013aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab	enum em28xx_mode mode;
6023aefb79af8d41c85e11da7109d62038849421bb6Mauro Carvalho Chehab
6036a1acc3bc5144e004996029b20e46e6020d128a7Devin Heitmueller	/* register numbers for GPO/GPIO registers */
6046a1acc3bc5144e004996029b20e46e6020d128a7Devin Heitmueller	u16 reg_gpo_num, reg_gpio_num;
6056a1acc3bc5144e004996029b20e46e6020d128a7Devin Heitmueller
606c67ec53f8f4e90ebd482789e2f6d121f41a0bd90Mauro Carvalho Chehab	/* Caches GPO and GPIO registers */
607c67ec53f8f4e90ebd482789e2f6d121f41a0bd90Mauro Carvalho Chehab	unsigned char	reg_gpo, reg_gpio;
608c67ec53f8f4e90ebd482789e2f6d121f41a0bd90Mauro Carvalho Chehab
609a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3Devin Heitmueller	/* Snapshot button */
610a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3Devin Heitmueller	char snapshot_button_path[30];	/* path of the input dev */
611a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3Devin Heitmueller	struct input_dev *sbutton_input_dev;
612a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3Devin Heitmueller	struct delayed_work sbutton_query_work;
613a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3Devin Heitmueller
6143421b7787a2cf41ac5edce9b5766bddd1e1d9986Aidan Thornton	struct em28xx_dvb *dvb;
615d2ebd0f806fdb6104903365e355675934eec22b2Mauro Carvalho Chehab
616d2ebd0f806fdb6104903365e355675934eec22b2Mauro Carvalho Chehab	/* I2C keyboard data */
617d2ebd0f806fdb6104903365e355675934eec22b2Mauro Carvalho Chehab	struct i2c_board_info info;
618d2ebd0f806fdb6104903365e355675934eec22b2Mauro Carvalho Chehab	struct IR_i2c_init_data init_data;
619a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton};
620a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
6216d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehabstruct em28xx_ops {
6226d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	struct list_head next;
6236d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	char *name;
6246d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	int id;
6256d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	int (*init)(struct em28xx *);
6266d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab	int (*fini)(struct em28xx *);
627a3a048cea301baba5d451991074a85dc20a8f228Mauro Carvalho Chehab};
628a3a048cea301baba5d451991074a85dc20a8f228Mauro Carvalho Chehab
6293acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab/* Provided by em28xx-i2c.c */
630fad7b958e753e18ff443786360f7846da50a3085Sascha Sommervoid em28xx_do_i2c_scan(struct em28xx *dev);
631f2cf250af156bef127433efd255abfae6aab02f6Douglas Schilling Landgrafint  em28xx_i2c_register(struct em28xx *dev);
632f2cf250af156bef127433efd255abfae6aab02f6Douglas Schilling Landgrafint  em28xx_i2c_unregister(struct em28xx *dev);
633a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
6343acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab/* Provided by em28xx-core.c */
635a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
6363acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabu32 em28xx_request_buffers(struct em28xx *dev, u32 count);
6373acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabvoid em28xx_queue_unusedframes(struct em28xx *dev);
6383acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabvoid em28xx_release_buffers(struct em28xx *dev);
639a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
6403acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_read_reg_req_len(struct em28xx *dev, u8 req, u16 reg,
641a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			    char *buf, int len);
6423acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_read_reg_req(struct em28xx *dev, u8 req, u16 reg);
6433acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_read_reg(struct em28xx *dev, u16 reg);
6443acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_write_regs_req(struct em28xx *dev, u8 req, u16 reg, char *buf,
645a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton			  int len);
6463acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_write_regs(struct em28xx *dev, u16 reg, char *buf, int len);
647b69724899440289ab258ff417c2d6aa104c70310Devin Heitmuellerint em28xx_write_reg(struct em28xx *dev, u16 reg, u8 val);
648b69724899440289ab258ff417c2d6aa104c70310Devin Heitmueller
649531c98e71805b32e9ea35a218119100bbd2b7615Mauro Carvalho Chehabint em28xx_read_ac97(struct em28xx *dev, u8 reg);
650531c98e71805b32e9ea35a218119100bbd2b7615Mauro Carvalho Chehabint em28xx_write_ac97(struct em28xx *dev, u8 reg, u16 val);
651531c98e71805b32e9ea35a218119100bbd2b7615Mauro Carvalho Chehab
6523acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_audio_analog_set(struct em28xx *dev);
65335643943be58aef82826e340761e86e0d37870ecMauro Carvalho Chehabint em28xx_audio_setup(struct em28xx *dev);
654539c96d0fd86bfdcfac75c88b74aa5798439293dMauro Carvalho Chehab
6553acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_colorlevels_set_default(struct em28xx *dev);
6563acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_capture_start(struct em28xx *dev, int start);
657da52a55cff643b8e0b346b9894adf5b93946040dDevin Heitmuellerint em28xx_vbi_supported(struct em28xx *dev);
658bddcf63313c6a4a85f94db092f45e31f530da691Mauro Carvalho Chehabint em28xx_set_outfmt(struct em28xx *dev);
6593acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_resolution_set(struct em28xx *dev);
6603acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabint em28xx_set_alternate(struct em28xx *dev);
661579f72e44fb1c991352f44c20b471c3001357f68Aidan Thorntonint em28xx_init_isoc(struct em28xx *dev, int max_packets,
662579f72e44fb1c991352f44c20b471c3001357f68Aidan Thornton		     int num_bufs, int max_pkt_size,
663c67ec53f8f4e90ebd482789e2f6d121f41a0bd90Mauro Carvalho Chehab		     int (*isoc_copy) (struct em28xx *dev, struct urb *urb));
664579f72e44fb1c991352f44c20b471c3001357f68Aidan Thorntonvoid em28xx_uninit_isoc(struct em28xx *dev);
665d18e2fda7133287bf8a81809816e646cf17c332eDevin Heitmuellerint em28xx_isoc_dvb_max_packetsize(struct em28xx *dev);
666c67ec53f8f4e90ebd482789e2f6d121f41a0bd90Mauro Carvalho Chehabint em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode);
667c67ec53f8f4e90ebd482789e2f6d121f41a0bd90Mauro Carvalho Chehabint em28xx_gpio_set(struct em28xx *dev, struct em28xx_reg_seq *gpio);
6681a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehabvoid em28xx_wake_i2c(struct em28xx *dev);
6691a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehabvoid em28xx_remove_from_devlist(struct em28xx *dev);
6701a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehabvoid em28xx_add_into_devlist(struct em28xx *dev);
671bec43661b1dc0075b7445223ba775674133b164dHans Verkuilstruct em28xx *em28xx_get_device(int minor,
6721a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehab				 enum v4l2_buf_type *fh_type,
6731a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehab				 int *has_radio);
6746d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehabint em28xx_register_extension(struct em28xx_ops *dev);
6756d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehabvoid em28xx_unregister_extension(struct em28xx_ops *dev);
6761a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehabvoid em28xx_init_extension(struct em28xx *dev);
6771a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehabvoid em28xx_close_extension(struct em28xx *dev);
6781a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehab
6791a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehab/* Provided by em28xx-video.c */
6801a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehabint em28xx_register_analog_devices(struct em28xx *dev);
6811a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehabvoid em28xx_release_analog_resources(struct em28xx *dev);
6826d79468dd8537530f4150e76ed9b4b63f80571c6Mauro Carvalho Chehab
6833acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab/* Provided by em28xx-cards.c */
6846ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafextern int em2800_variant_detect(struct usb_device *udev, int model);
685a94e95b443811c127734ef10f3b7d2220532c1d2Markus Rechbergerextern void em28xx_pre_card_setup(struct em28xx *dev);
6863acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabextern void em28xx_card_setup(struct em28xx *dev);
6873acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabextern struct em28xx_board em28xx_boards[];
6883acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabextern struct usb_device_id em28xx_id_table[];
6893acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehabextern const unsigned int em28xx_bcount;
690c668f32dca105d876e51862a003a302fa61e4ae4Jean Delvarevoid em28xx_register_i2c_ir(struct em28xx *dev);
691d7cba043d7ec840d67bd5143779d1febe7d83407Michael Krufkyint em28xx_tuner_callback(void *ptr, int component, int command, int arg);
6921a23f81b7dc3115b29cff0e4f58b5dd04a6242adMauro Carvalho Chehabvoid em28xx_release_resources(struct em28xx *dev);
693c8793b035df7b18997d1cf34254064dac166f009Mauro Carvalho Chehab
694c8793b035df7b18997d1cf34254064dac166f009Mauro Carvalho Chehab/* Provided by em28xx-input.c */
695c8793b035df7b18997d1cf34254064dac166f009Mauro Carvalho Chehabint em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
696c8793b035df7b18997d1cf34254064dac166f009Mauro Carvalho Chehabint em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
697c8793b035df7b18997d1cf34254064dac166f009Mauro Carvalho Chehabint em28xx_get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key,
698c8793b035df7b18997d1cf34254064dac166f009Mauro Carvalho Chehab				     u32 *ir_raw);
699a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3Devin Heitmuellervoid em28xx_register_snapshot_button(struct em28xx *dev);
700a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3Devin Heitmuellervoid em28xx_deregister_snapshot_button(struct em28xx *dev);
701a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
702a924a499adb89f52046936deac87264774652a81Mauro Carvalho Chehabint em28xx_ir_init(struct em28xx *dev);
703a924a499adb89f52046936deac87264774652a81Mauro Carvalho Chehabint em28xx_ir_fini(struct em28xx *dev);
704a924a499adb89f52046936deac87264774652a81Mauro Carvalho Chehab
70528abf083d356bc4ec459ded7a95b6a22a20f6c3dDevin Heitmueller/* Provided by em28xx-vbi.c */
70628abf083d356bc4ec459ded7a95b6a22a20f6c3dDevin Heitmuellerextern struct videobuf_queue_ops em28xx_vbi_qops;
70728abf083d356bc4ec459ded7a95b6a22a20f6c3dDevin Heitmueller
708a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/* printk macros */
709a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7103acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define em28xx_err(fmt, arg...) do {\
711f85c657ff1f712abd5207a95fba8a5fcc282ab04Jean Delvare	printk(KERN_ERR fmt , ##arg); } while (0)
712a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7133acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define em28xx_errdev(fmt, arg...) do {\
7144ac97914c6c35f6bf132071c718e034d0846b9f5Mauro Carvalho Chehab	printk(KERN_ERR "%s: "fmt,\
715f85c657ff1f712abd5207a95fba8a5fcc282ab04Jean Delvare			dev->name , ##arg); } while (0)
716a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7173acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define em28xx_info(fmt, arg...) do {\
7184ac97914c6c35f6bf132071c718e034d0846b9f5Mauro Carvalho Chehab	printk(KERN_INFO "%s: "fmt,\
719f85c657ff1f712abd5207a95fba8a5fcc282ab04Jean Delvare			dev->name , ##arg); } while (0)
7203acf28095009509c9ca1e283de821b5be9ddede6Mauro Carvalho Chehab#define em28xx_warn(fmt, arg...) do {\
7214ac97914c6c35f6bf132071c718e034d0846b9f5Mauro Carvalho Chehab	printk(KERN_WARNING "%s: "fmt,\
722f85c657ff1f712abd5207a95fba8a5fcc282ab04Jean Delvare			dev->name , ##arg); } while (0)
723a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7246ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_compression_disable(struct em28xx *dev)
725a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
726a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	/* side effect of disabling scaler and mixer */
7272a29a0d770ef6f24a8fd7806655c826d45888cbaMauro Carvalho Chehab	return em28xx_write_reg(dev, EM28XX_R26_COMPR, 0x00);
728a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
729a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7306ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_contrast_get(struct em28xx *dev)
731a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
73241facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_read_reg(dev, EM28XX_R20_YGAIN) & 0x1f;
733a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
734a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7356ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_brightness_get(struct em28xx *dev)
736a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
73741facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_read_reg(dev, EM28XX_R21_YOFFSET);
738a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
739a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7406ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_saturation_get(struct em28xx *dev)
741a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
74241facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_read_reg(dev, EM28XX_R22_UVGAIN) & 0x1f;
743a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
744a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7456ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_u_balance_get(struct em28xx *dev)
746a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
74741facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_read_reg(dev, EM28XX_R23_UOFFSET);
748a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
749a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7506ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_v_balance_get(struct em28xx *dev)
751a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
75241facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_read_reg(dev, EM28XX_R24_VOFFSET);
753a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
754a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7556ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_gamma_get(struct em28xx *dev)
756a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
75741facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_read_reg(dev, EM28XX_R14_GAMMA) & 0x3f;
758a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
759a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7606ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_contrast_set(struct em28xx *dev, s32 val)
761a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
762a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u8 tmp = (u8) val;
76341facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_write_regs(dev, EM28XX_R20_YGAIN, &tmp, 1);
764a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
765a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7666ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_brightness_set(struct em28xx *dev, s32 val)
767a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
768a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u8 tmp = (u8) val;
76941facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_write_regs(dev, EM28XX_R21_YOFFSET, &tmp, 1);
770a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
771a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7726ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_saturation_set(struct em28xx *dev, s32 val)
773a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
774a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u8 tmp = (u8) val;
77541facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_write_regs(dev, EM28XX_R22_UVGAIN, &tmp, 1);
776a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
777a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7786ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_u_balance_set(struct em28xx *dev, s32 val)
779a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
780a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u8 tmp = (u8) val;
78141facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_write_regs(dev, EM28XX_R23_UOFFSET, &tmp, 1);
782a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
783a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7846ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_v_balance_set(struct em28xx *dev, s32 val)
785a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
786a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u8 tmp = (u8) val;
78741facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_write_regs(dev, EM28XX_R24_VOFFSET, &tmp, 1);
788a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
789a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
7906ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline int em28xx_gamma_set(struct em28xx *dev, s32 val)
791a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
792a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton	u8 tmp = (u8) val;
79341facaa4b63cc1a0ff5a900149a29942d47e1491Mauro Carvalho Chehab	return em28xx_write_regs(dev, EM28XX_R14_GAMMA, &tmp, 1);
794a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
795a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton
796a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton/*FIXME: maxw should be dependent of alt mode */
7976ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline unsigned int norm_maxw(struct em28xx *dev)
79830556b23f31973ca311341277c4e4b128c0528bbMarkus Rechberger{
7995569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab	if (dev->board.is_webcam)
8005569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab		return dev->sensor_xres;
8015569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab
802505b6d0b774fa4475fedbd3cebf95199c17a0086Mauro Carvalho Chehab	if (dev->board.max_range_640_480)
8037d497f8afa80128bb99a425a6d7a766a863128a5Mauro Carvalho Chehab		return 640;
8045569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab
8055569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab	return 720;
80630556b23f31973ca311341277c4e4b128c0528bbMarkus Rechberger}
80730556b23f31973ca311341277c4e4b128c0528bbMarkus Rechberger
8086ea54d938b6f81baa0952a8b15d3e67e6c268b8fDouglas Schilling Landgrafstatic inline unsigned int norm_maxh(struct em28xx *dev)
809a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton{
8105569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab	if (dev->board.is_webcam)
8115569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab		return dev->sensor_yres;
8125569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab
813505b6d0b774fa4475fedbd3cebf95199c17a0086Mauro Carvalho Chehab	if (dev->board.max_range_640_480)
8147d497f8afa80128bb99a425a6d7a766a863128a5Mauro Carvalho Chehab		return 480;
8155569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab
8165569996421fa1cfc1fc0d9e683ac1def46ea985dMauro Carvalho Chehab	return (dev->norm & V4L2_STD_625_50) ? 576 : 480;
817a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton}
818a6c2ba283565dbc9f055dcb2ecba1971460bb535Andrew Morton#endif
819