em28xx.h 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. /*
  2. em28xx.h - driver for Empia EM2800/EM2820/2840 USB video capture devices
  3. Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com>
  4. Ludovico Cavedon <cavedon@sssup.it>
  5. Mauro Carvalho Chehab <mchehab@infradead.org>
  6. Based on the em2800 driver from Sascha Sommer <saschasommer@freenet.de>
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2 of the License, or
  10. (at your option) any later version.
  11. This program is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. GNU General Public License for more details.
  15. You should have received a copy of the GNU General Public License
  16. along with this program; if not, write to the Free Software
  17. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18. */
  19. #ifndef _EM28XX_H
  20. #define _EM28XX_H
  21. #include <linux/videodev2.h>
  22. #include <media/videobuf-vmalloc.h>
  23. #include <linux/i2c.h>
  24. #include <linux/mutex.h>
  25. #include <media/ir-kbd-i2c.h>
  26. #if defined(CONFIG_VIDEO_EM28XX_DVB) || defined(CONFIG_VIDEO_EM28XX_DVB_MODULE)
  27. #include <media/videobuf-dvb.h>
  28. #endif
  29. #include "tuner-xc2028.h"
  30. #include "em28xx-reg.h"
  31. /* Boards supported by driver */
  32. #define EM2800_BOARD_UNKNOWN 0
  33. #define EM2820_BOARD_UNKNOWN 1
  34. #define EM2820_BOARD_TERRATEC_CINERGY_250 2
  35. #define EM2820_BOARD_PINNACLE_USB_2 3
  36. #define EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 4
  37. #define EM2820_BOARD_MSI_VOX_USB_2 5
  38. #define EM2800_BOARD_TERRATEC_CINERGY_200 6
  39. #define EM2800_BOARD_LEADTEK_WINFAST_USBII 7
  40. #define EM2800_BOARD_KWORLD_USB2800 8
  41. #define EM2820_BOARD_PINNACLE_DVC_90 9
  42. #define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 10
  43. #define EM2880_BOARD_TERRATEC_HYBRID_XS 11
  44. #define EM2820_BOARD_KWORLD_PVRTV2800RF 12
  45. #define EM2880_BOARD_TERRATEC_PRODIGY_XS 13
  46. #define EM2820_BOARD_PROLINK_PLAYTV_USB2 14
  47. #define EM2800_BOARD_VGEAR_POCKETTV 15
  48. #define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950 16
  49. #define EM2880_BOARD_PINNACLE_PCTV_HD_PRO 17
  50. #define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900_R2 18
  51. #define EM2860_BOARD_POINTNIX_INTRAORAL_CAMERA 19
  52. #define EM2880_BOARD_AMD_ATI_TV_WONDER_HD_600 20
  53. #define EM2800_BOARD_GRABBEEX_USB2800 21
  54. #define EM2750_BOARD_UNKNOWN 22
  55. #define EM2750_BOARD_DLCW_130 23
  56. #define EM2820_BOARD_DLINK_USB_TV 24
  57. #define EM2820_BOARD_GADMEI_UTV310 25
  58. #define EM2820_BOARD_HERCULES_SMART_TV_USB2 26
  59. #define EM2820_BOARD_PINNACLE_USB_2_FM1216ME 27
  60. #define EM2820_BOARD_LEADTEK_WINFAST_USBII_DELUXE 28
  61. #define EM2820_BOARD_PINNACLE_DVC_100 29
  62. #define EM2820_BOARD_VIDEOLOGY_20K14XUSB 30
  63. #define EM2821_BOARD_USBGEAR_VD204 31
  64. #define EM2821_BOARD_SUPERCOMP_USB_2 32
  65. #define EM2821_BOARD_PROLINK_PLAYTV_USB2 33
  66. #define EM2860_BOARD_TERRATEC_HYBRID_XS 34
  67. #define EM2860_BOARD_TYPHOON_DVD_MAKER 35
  68. #define EM2860_BOARD_NETGMBH_CAM 36
  69. #define EM2860_BOARD_GADMEI_UTV330 37
  70. #define EM2861_BOARD_YAKUMO_MOVIE_MIXER 38
  71. #define EM2861_BOARD_KWORLD_PVRTV_300U 39
  72. #define EM2861_BOARD_PLEXTOR_PX_TV100U 40
  73. #define EM2870_BOARD_KWORLD_350U 41
  74. #define EM2870_BOARD_KWORLD_355U 42
  75. #define EM2870_BOARD_TERRATEC_XS 43
  76. #define EM2870_BOARD_TERRATEC_XS_MT2060 44
  77. #define EM2870_BOARD_PINNACLE_PCTV_DVB 45
  78. #define EM2870_BOARD_COMPRO_VIDEOMATE 46
  79. #define EM2880_BOARD_KWORLD_DVB_305U 47
  80. #define EM2880_BOARD_KWORLD_DVB_310U 48
  81. #define EM2880_BOARD_MSI_DIGIVOX_AD 49
  82. #define EM2880_BOARD_MSI_DIGIVOX_AD_II 50
  83. #define EM2880_BOARD_TERRATEC_HYBRID_XS_FR 51
  84. #define EM2881_BOARD_DNT_DA2_HYBRID 52
  85. #define EM2881_BOARD_PINNACLE_HYBRID_PRO 53
  86. #define EM2882_BOARD_KWORLD_VS_DVBT 54
  87. #define EM2882_BOARD_TERRATEC_HYBRID_XS 55
  88. #define EM2882_BOARD_PINNACLE_HYBRID_PRO 56
  89. #define EM2883_BOARD_KWORLD_HYBRID_A316 57
  90. #define EM2883_BOARD_HAUPPAUGE_WINTV_HVR_950 58
  91. #define EM2820_BOARD_COMPRO_VIDEO_MATE 59
  92. /* Limits minimum and default number of buffers */
  93. #define EM28XX_MIN_BUF 4
  94. #define EM28XX_DEF_BUF 8
  95. /* Params for validated field */
  96. #define EM28XX_BOARD_NOT_VALIDATED 1
  97. #define EM28XX_BOARD_VALIDATED 0
  98. /* maximum number of em28xx boards */
  99. #define EM28XX_MAXBOARDS 4 /*FIXME: should be bigger */
  100. /* maximum number of frames that can be queued */
  101. #define EM28XX_NUM_FRAMES 5
  102. /* number of frames that get used for v4l2_read() */
  103. #define EM28XX_NUM_READ_FRAMES 2
  104. /* number of buffers for isoc transfers */
  105. #define EM28XX_NUM_BUFS 5
  106. /* number of packets for each buffer
  107. windows requests only 40 packets .. so we better do the same
  108. this is what I found out for all alternate numbers there!
  109. */
  110. #define EM28XX_NUM_PACKETS 40
  111. /* default alternate; 0 means choose the best */
  112. #define EM28XX_PINOUT 0
  113. #define EM28XX_INTERLACED_DEFAULT 1
  114. /*
  115. #define (use usbview if you want to get the other alternate number infos)
  116. #define
  117. #define alternate number 2
  118. #define Endpoint Address: 82
  119. Direction: in
  120. Attribute: 1
  121. Type: Isoc
  122. Max Packet Size: 1448
  123. Interval: 125us
  124. alternate number 7
  125. Endpoint Address: 82
  126. Direction: in
  127. Attribute: 1
  128. Type: Isoc
  129. Max Packet Size: 3072
  130. Interval: 125us
  131. */
  132. /* time to wait when stopping the isoc transfer */
  133. #define EM28XX_URB_TIMEOUT msecs_to_jiffies(EM28XX_NUM_BUFS * EM28XX_NUM_PACKETS)
  134. /* time in msecs to wait for i2c writes to finish */
  135. #define EM2800_I2C_WRITE_TIMEOUT 20
  136. enum em28xx_mode {
  137. EM28XX_MODE_UNDEFINED,
  138. EM28XX_ANALOG_MODE,
  139. EM28XX_DIGITAL_MODE,
  140. };
  141. enum em28xx_stream_state {
  142. STREAM_OFF,
  143. STREAM_INTERRUPT,
  144. STREAM_ON,
  145. };
  146. struct em28xx;
  147. struct em28xx_usb_isoc_ctl {
  148. /* max packet size of isoc transaction */
  149. int max_pkt_size;
  150. /* number of allocated urbs */
  151. int num_bufs;
  152. /* urb for isoc transfers */
  153. struct urb **urb;
  154. /* transfer buffers for isoc transfer */
  155. char **transfer_buffer;
  156. /* Last buffer command and region */
  157. u8 cmd;
  158. int pos, size, pktsize;
  159. /* Last field: ODD or EVEN? */
  160. int field;
  161. /* Stores incomplete commands */
  162. u32 tmp_buf;
  163. int tmp_buf_len;
  164. /* Stores already requested buffers */
  165. struct em28xx_buffer *buf;
  166. /* Stores the number of received fields */
  167. int nfields;
  168. /* isoc urb callback */
  169. int (*isoc_copy) (struct em28xx *dev, struct urb *urb);
  170. };
  171. struct em28xx_fmt {
  172. char *name;
  173. u32 fourcc; /* v4l2 format id */
  174. };
  175. /* buffer for one video frame */
  176. struct em28xx_buffer {
  177. /* common v4l buffer stuff -- must be first */
  178. struct videobuf_buffer vb;
  179. struct list_head frame;
  180. int top_field;
  181. int receiving;
  182. };
  183. struct em28xx_dmaqueue {
  184. struct list_head active;
  185. struct list_head queued;
  186. wait_queue_head_t wq;
  187. /* Counters to control buffer fill */
  188. int pos;
  189. };
  190. /* io methods */
  191. enum em28xx_io_method {
  192. IO_NONE,
  193. IO_READ,
  194. IO_MMAP,
  195. };
  196. /* inputs */
  197. #define MAX_EM28XX_INPUT 4
  198. enum enum28xx_itype {
  199. EM28XX_VMUX_COMPOSITE1 = 1,
  200. EM28XX_VMUX_COMPOSITE2,
  201. EM28XX_VMUX_COMPOSITE3,
  202. EM28XX_VMUX_COMPOSITE4,
  203. EM28XX_VMUX_SVIDEO,
  204. EM28XX_VMUX_TELEVISION,
  205. EM28XX_VMUX_CABLE,
  206. EM28XX_VMUX_DVB,
  207. EM28XX_VMUX_DEBUG,
  208. EM28XX_RADIO,
  209. };
  210. enum em28xx_amux {
  211. EM28XX_AMUX_VIDEO,
  212. EM28XX_AMUX_LINE_IN,
  213. EM28XX_AMUX_AC97_VIDEO,
  214. EM28XX_AMUX_AC97_LINE_IN,
  215. };
  216. struct em28xx_input {
  217. enum enum28xx_itype type;
  218. unsigned int vmux;
  219. enum em28xx_amux amux;
  220. };
  221. #define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
  222. enum em28xx_decoder {
  223. EM28XX_TVP5150,
  224. EM28XX_SAA7113,
  225. EM28XX_SAA7114
  226. };
  227. struct em28xx_reg_seq {
  228. int reg;
  229. unsigned char val, mask;
  230. int sleep;
  231. };
  232. struct em28xx_board {
  233. char *name;
  234. int vchannels;
  235. int tuner_type;
  236. /* i2c flags */
  237. unsigned int tda9887_conf;
  238. unsigned int is_em2800:1;
  239. unsigned int has_msp34xx:1;
  240. unsigned int mts_firmware:1;
  241. unsigned int has_12mhz_i2s:1;
  242. unsigned int max_range_640_480:1;
  243. unsigned int has_dvb:1;
  244. unsigned int has_snapshot_button:1;
  245. unsigned int valid:1;
  246. enum em28xx_decoder decoder;
  247. struct em28xx_input input[MAX_EM28XX_INPUT];
  248. struct em28xx_input radio;
  249. };
  250. struct em28xx_eeprom {
  251. u32 id; /* 0x9567eb1a */
  252. u16 vendor_ID;
  253. u16 product_ID;
  254. u16 chip_conf;
  255. u16 board_conf;
  256. u16 string1, string2, string3;
  257. u8 string_idx_table;
  258. };
  259. /* device states */
  260. enum em28xx_dev_state {
  261. DEV_INITIALIZED = 0x01,
  262. DEV_DISCONNECTED = 0x02,
  263. DEV_MISCONFIGURED = 0x04,
  264. };
  265. #define EM28XX_AUDIO_BUFS 5
  266. #define EM28XX_NUM_AUDIO_PACKETS 64
  267. #define EM28XX_AUDIO_MAX_PACKET_SIZE 196 /* static value */
  268. #define EM28XX_CAPTURE_STREAM_EN 1
  269. /* em28xx extensions */
  270. #define EM28XX_AUDIO 0x10
  271. #define EM28XX_DVB 0x20
  272. struct em28xx_audio {
  273. char name[50];
  274. char *transfer_buffer[EM28XX_AUDIO_BUFS];
  275. struct urb *urb[EM28XX_AUDIO_BUFS];
  276. struct usb_device *udev;
  277. unsigned int capture_transfer_done;
  278. struct snd_pcm_substream *capture_pcm_substream;
  279. unsigned int hwptr_done_capture;
  280. struct snd_card *sndcard;
  281. int users, shutdown;
  282. enum em28xx_stream_state capture_stream;
  283. spinlock_t slock;
  284. };
  285. struct em28xx;
  286. struct em28xx_fh {
  287. struct em28xx *dev;
  288. unsigned int stream_on:1; /* Locks streams */
  289. int radio;
  290. struct videobuf_queue vb_vidq;
  291. enum v4l2_buf_type type;
  292. };
  293. /* main device struct */
  294. struct em28xx {
  295. /* generic device properties */
  296. char name[30]; /* name (including minor) of the device */
  297. int model; /* index in the device_data struct */
  298. int devno; /* marks the number of this device */
  299. unsigned int is_em2800:1;
  300. unsigned int has_msp34xx:1;
  301. unsigned int has_tda9887:1;
  302. unsigned int stream_on:1; /* Locks streams */
  303. unsigned int has_audio_class:1;
  304. unsigned int has_12mhz_i2s:1;
  305. unsigned int max_range_640_480:1;
  306. unsigned int has_dvb:1;
  307. unsigned int has_snapshot_button:1;
  308. unsigned int valid:1; /* report for validated boards */
  309. /* Some older em28xx chips needs a waiting time after writing */
  310. unsigned int wait_after_write;
  311. /* GPIO sequences for analog and digital mode */
  312. struct em28xx_reg_seq *analog_gpio, *digital_gpio;
  313. /* GPIO sequences for tuner callbacks */
  314. struct em28xx_reg_seq *tun_analog_gpio, *tun_digital_gpio;
  315. int video_inputs; /* number of video inputs */
  316. struct list_head devlist;
  317. u32 i2s_speed; /* I2S speed for audio digital stream */
  318. enum em28xx_decoder decoder;
  319. int tuner_type; /* type of the tuner */
  320. int tuner_addr; /* tuner address */
  321. int tda9887_conf;
  322. /* i2c i/o */
  323. struct i2c_adapter i2c_adap;
  324. struct i2c_client i2c_client;
  325. /* video for linux */
  326. int users; /* user count for exclusive use */
  327. struct video_device *vdev; /* video for linux device struct */
  328. v4l2_std_id norm; /* selected tv norm */
  329. int ctl_freq; /* selected frequency */
  330. unsigned int ctl_input; /* selected input */
  331. unsigned int ctl_ainput;/* selected audio input */
  332. int mute;
  333. int volume;
  334. /* frame properties */
  335. int width; /* current frame width */
  336. int height; /* current frame height */
  337. int hscale; /* horizontal scale factor (see datasheet) */
  338. int vscale; /* vertical scale factor (see datasheet) */
  339. int interlaced; /* 1=interlace fileds, 0=just top fileds */
  340. unsigned int video_bytesread; /* Number of bytes read */
  341. unsigned long hash; /* eeprom hash - for boards with generic ID */
  342. unsigned long i2c_hash; /* i2c devicelist hash -
  343. for boards with generic ID */
  344. struct em28xx_audio *adev;
  345. /* states */
  346. enum em28xx_dev_state state;
  347. enum em28xx_io_method io;
  348. struct work_struct request_module_wk;
  349. /* locks */
  350. struct mutex lock;
  351. /* spinlock_t queue_lock; */
  352. struct list_head inqueue, outqueue;
  353. wait_queue_head_t open, wait_frame, wait_stream;
  354. struct video_device *vbi_dev;
  355. struct video_device *radio_dev;
  356. unsigned char eedata[256];
  357. /* Isoc control struct */
  358. struct em28xx_dmaqueue vidq;
  359. struct em28xx_usb_isoc_ctl isoc_ctl;
  360. spinlock_t slock;
  361. /* usb transfer */
  362. struct usb_device *udev; /* the usb device */
  363. int alt; /* alternate */
  364. int max_pkt_size; /* max packet size of isoc transaction */
  365. int num_alt; /* Number of alternative settings */
  366. unsigned int *alt_max_pkt_size; /* array of wMaxPacketSize */
  367. struct urb *urb[EM28XX_NUM_BUFS]; /* urb for isoc transfers */
  368. char *transfer_buffer[EM28XX_NUM_BUFS]; /* transfer buffers for isoc transfer */
  369. /* helper funcs that call usb_control_msg */
  370. int (*em28xx_write_regs) (struct em28xx *dev, u16 reg,
  371. char *buf, int len);
  372. int (*em28xx_read_reg) (struct em28xx *dev, u16 reg);
  373. int (*em28xx_read_reg_req_len) (struct em28xx *dev, u8 req, u16 reg,
  374. char *buf, int len);
  375. int (*em28xx_write_regs_req) (struct em28xx *dev, u8 req, u16 reg,
  376. char *buf, int len);
  377. int (*em28xx_read_reg_req) (struct em28xx *dev, u8 req, u16 reg);
  378. enum em28xx_mode mode;
  379. /* Caches GPO and GPIO registers */
  380. unsigned char reg_gpo, reg_gpio;
  381. /* Snapshot button */
  382. char snapshot_button_path[30]; /* path of the input dev */
  383. struct input_dev *sbutton_input_dev;
  384. struct delayed_work sbutton_query_work;
  385. struct em28xx_dvb *dvb;
  386. };
  387. struct em28xx_ops {
  388. struct list_head next;
  389. char *name;
  390. int id;
  391. int (*init)(struct em28xx *);
  392. int (*fini)(struct em28xx *);
  393. };
  394. /* Provided by em28xx-i2c.c */
  395. void em28xx_i2c_call_clients(struct em28xx *dev, unsigned int cmd, void *arg);
  396. void em28xx_do_i2c_scan(struct em28xx *dev);
  397. int em28xx_i2c_register(struct em28xx *dev);
  398. int em28xx_i2c_unregister(struct em28xx *dev);
  399. /* Provided by em28xx-core.c */
  400. u32 em28xx_request_buffers(struct em28xx *dev, u32 count);
  401. void em28xx_queue_unusedframes(struct em28xx *dev);
  402. void em28xx_release_buffers(struct em28xx *dev);
  403. int em28xx_read_reg_req_len(struct em28xx *dev, u8 req, u16 reg,
  404. char *buf, int len);
  405. int em28xx_read_reg_req(struct em28xx *dev, u8 req, u16 reg);
  406. int em28xx_read_reg(struct em28xx *dev, u16 reg);
  407. int em28xx_write_regs_req(struct em28xx *dev, u8 req, u16 reg, char *buf,
  408. int len);
  409. int em28xx_write_regs(struct em28xx *dev, u16 reg, char *buf, int len);
  410. int em28xx_audio_analog_set(struct em28xx *dev);
  411. int em28xx_colorlevels_set_default(struct em28xx *dev);
  412. int em28xx_capture_start(struct em28xx *dev, int start);
  413. int em28xx_outfmt_set_yuv422(struct em28xx *dev);
  414. int em28xx_resolution_set(struct em28xx *dev);
  415. int em28xx_set_alternate(struct em28xx *dev);
  416. int em28xx_init_isoc(struct em28xx *dev, int max_packets,
  417. int num_bufs, int max_pkt_size,
  418. int (*isoc_copy) (struct em28xx *dev, struct urb *urb));
  419. void em28xx_uninit_isoc(struct em28xx *dev);
  420. int em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode);
  421. int em28xx_gpio_set(struct em28xx *dev, struct em28xx_reg_seq *gpio);
  422. /* Provided by em28xx-video.c */
  423. int em28xx_register_extension(struct em28xx_ops *dev);
  424. void em28xx_unregister_extension(struct em28xx_ops *dev);
  425. /* Provided by em28xx-cards.c */
  426. extern int em2800_variant_detect(struct usb_device *udev, int model);
  427. extern void em28xx_pre_card_setup(struct em28xx *dev);
  428. extern void em28xx_card_setup(struct em28xx *dev);
  429. extern struct em28xx_board em28xx_boards[];
  430. extern struct usb_device_id em28xx_id_table[];
  431. extern const unsigned int em28xx_bcount;
  432. void em28xx_set_ir(struct em28xx *dev, struct IR_i2c *ir);
  433. int em28xx_tuner_callback(void *ptr, int command, int arg);
  434. /* Provided by em28xx-input.c */
  435. /* TODO: Check if the standard get_key handlers on ir-common can be used */
  436. int em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
  437. int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
  438. int em28xx_get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key,
  439. u32 *ir_raw);
  440. void em28xx_register_snapshot_button(struct em28xx *dev);
  441. void em28xx_deregister_snapshot_button(struct em28xx *dev);
  442. /* printk macros */
  443. #define em28xx_err(fmt, arg...) do {\
  444. printk(KERN_ERR fmt , ##arg); } while (0)
  445. #define em28xx_errdev(fmt, arg...) do {\
  446. printk(KERN_ERR "%s: "fmt,\
  447. dev->name , ##arg); } while (0)
  448. #define em28xx_info(fmt, arg...) do {\
  449. printk(KERN_INFO "%s: "fmt,\
  450. dev->name , ##arg); } while (0)
  451. #define em28xx_warn(fmt, arg...) do {\
  452. printk(KERN_WARNING "%s: "fmt,\
  453. dev->name , ##arg); } while (0)
  454. static inline int em28xx_compression_disable(struct em28xx *dev)
  455. {
  456. /* side effect of disabling scaler and mixer */
  457. return em28xx_write_regs(dev, EM28XX_R26_COMPR, "\x00", 1);
  458. }
  459. static inline int em28xx_contrast_get(struct em28xx *dev)
  460. {
  461. return em28xx_read_reg(dev, EM28XX_R20_YGAIN) & 0x1f;
  462. }
  463. static inline int em28xx_brightness_get(struct em28xx *dev)
  464. {
  465. return em28xx_read_reg(dev, EM28XX_R21_YOFFSET);
  466. }
  467. static inline int em28xx_saturation_get(struct em28xx *dev)
  468. {
  469. return em28xx_read_reg(dev, EM28XX_R22_UVGAIN) & 0x1f;
  470. }
  471. static inline int em28xx_u_balance_get(struct em28xx *dev)
  472. {
  473. return em28xx_read_reg(dev, EM28XX_R23_UOFFSET);
  474. }
  475. static inline int em28xx_v_balance_get(struct em28xx *dev)
  476. {
  477. return em28xx_read_reg(dev, EM28XX_R24_VOFFSET);
  478. }
  479. static inline int em28xx_gamma_get(struct em28xx *dev)
  480. {
  481. return em28xx_read_reg(dev, EM28XX_R14_GAMMA) & 0x3f;
  482. }
  483. static inline int em28xx_contrast_set(struct em28xx *dev, s32 val)
  484. {
  485. u8 tmp = (u8) val;
  486. return em28xx_write_regs(dev, EM28XX_R20_YGAIN, &tmp, 1);
  487. }
  488. static inline int em28xx_brightness_set(struct em28xx *dev, s32 val)
  489. {
  490. u8 tmp = (u8) val;
  491. return em28xx_write_regs(dev, EM28XX_R21_YOFFSET, &tmp, 1);
  492. }
  493. static inline int em28xx_saturation_set(struct em28xx *dev, s32 val)
  494. {
  495. u8 tmp = (u8) val;
  496. return em28xx_write_regs(dev, EM28XX_R22_UVGAIN, &tmp, 1);
  497. }
  498. static inline int em28xx_u_balance_set(struct em28xx *dev, s32 val)
  499. {
  500. u8 tmp = (u8) val;
  501. return em28xx_write_regs(dev, EM28XX_R23_UOFFSET, &tmp, 1);
  502. }
  503. static inline int em28xx_v_balance_set(struct em28xx *dev, s32 val)
  504. {
  505. u8 tmp = (u8) val;
  506. return em28xx_write_regs(dev, EM28XX_R24_VOFFSET, &tmp, 1);
  507. }
  508. static inline int em28xx_gamma_set(struct em28xx *dev, s32 val)
  509. {
  510. u8 tmp = (u8) val;
  511. return em28xx_write_regs(dev, EM28XX_R14_GAMMA, &tmp, 1);
  512. }
  513. /*FIXME: maxw should be dependent of alt mode */
  514. static inline unsigned int norm_maxw(struct em28xx *dev)
  515. {
  516. if (dev->max_range_640_480)
  517. return 640;
  518. else
  519. return 720;
  520. }
  521. static inline unsigned int norm_maxh(struct em28xx *dev)
  522. {
  523. if (dev->max_range_640_480)
  524. return 480;
  525. else
  526. return (dev->norm & V4L2_STD_625_50) ? 576 : 480;
  527. }
  528. #endif