em28xx.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  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. /* Boards supported by driver */
  30. #define EM2800_BOARD_UNKNOWN 0
  31. #define EM2820_BOARD_UNKNOWN 1
  32. #define EM2820_BOARD_TERRATEC_CINERGY_250 2
  33. #define EM2820_BOARD_PINNACLE_USB_2 3
  34. #define EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 4
  35. #define EM2820_BOARD_MSI_VOX_USB_2 5
  36. #define EM2800_BOARD_TERRATEC_CINERGY_200 6
  37. #define EM2800_BOARD_LEADTEK_WINFAST_USBII 7
  38. #define EM2800_BOARD_KWORLD_USB2800 8
  39. #define EM2820_BOARD_PINNACLE_DVC_90 9
  40. #define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 10
  41. #define EM2880_BOARD_TERRATEC_HYBRID_XS 11
  42. #define EM2820_BOARD_KWORLD_PVRTV2800RF 12
  43. #define EM2880_BOARD_TERRATEC_PRODIGY_XS 13
  44. #define EM2820_BOARD_PROLINK_PLAYTV_USB2 14
  45. #define EM2800_BOARD_VGEAR_POCKETTV 15
  46. #define EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950 16
  47. /* Limits minimum and default number of buffers */
  48. #define EM28XX_MIN_BUF 4
  49. #define EM28XX_DEF_BUF 8
  50. /* maximum number of em28xx boards */
  51. #define EM28XX_MAXBOARDS 4 /*FIXME: should be bigger */
  52. /* maximum number of frames that can be queued */
  53. #define EM28XX_NUM_FRAMES 5
  54. /* number of frames that get used for v4l2_read() */
  55. #define EM28XX_NUM_READ_FRAMES 2
  56. /* number of buffers for isoc transfers */
  57. #define EM28XX_NUM_BUFS 5
  58. /* number of packets for each buffer
  59. windows requests only 40 packets .. so we better do the same
  60. this is what I found out for all alternate numbers there!
  61. */
  62. #define EM28XX_NUM_PACKETS 40
  63. /* default alternate; 0 means choose the best */
  64. #define EM28XX_PINOUT 0
  65. #define EM28XX_INTERLACED_DEFAULT 1
  66. /*
  67. #define (use usbview if you want to get the other alternate number infos)
  68. #define
  69. #define alternate number 2
  70. #define Endpoint Address: 82
  71. Direction: in
  72. Attribute: 1
  73. Type: Isoc
  74. Max Packet Size: 1448
  75. Interval: 125us
  76. alternate number 7
  77. Endpoint Address: 82
  78. Direction: in
  79. Attribute: 1
  80. Type: Isoc
  81. Max Packet Size: 3072
  82. Interval: 125us
  83. */
  84. /* time to wait when stopping the isoc transfer */
  85. #define EM28XX_URB_TIMEOUT msecs_to_jiffies(EM28XX_NUM_BUFS * EM28XX_NUM_PACKETS)
  86. /* time in msecs to wait for i2c writes to finish */
  87. #define EM2800_I2C_WRITE_TIMEOUT 20
  88. enum em28xx_mode {
  89. EM28XX_ANALOG_MODE,
  90. EM28XX_DIGITAL_MODE,
  91. };
  92. enum em28xx_stream_state {
  93. STREAM_OFF,
  94. STREAM_INTERRUPT,
  95. STREAM_ON,
  96. };
  97. struct em28xx_usb_isoc_ctl {
  98. /* max packet size of isoc transaction */
  99. int max_pkt_size;
  100. /* number of allocated urbs */
  101. int num_bufs;
  102. /* urb for isoc transfers */
  103. struct urb **urb;
  104. /* transfer buffers for isoc transfer */
  105. char **transfer_buffer;
  106. /* Last buffer command and region */
  107. u8 cmd;
  108. int pos, size, pktsize;
  109. /* Last field: ODD or EVEN? */
  110. int field;
  111. /* Stores incomplete commands */
  112. u32 tmp_buf;
  113. int tmp_buf_len;
  114. /* Stores already requested buffers */
  115. struct em28xx_buffer *buf;
  116. /* Stores the number of received fields */
  117. int nfields;
  118. };
  119. struct em28xx_fmt {
  120. char *name;
  121. u32 fourcc; /* v4l2 format id */
  122. };
  123. /* buffer for one video frame */
  124. struct em28xx_buffer {
  125. /* common v4l buffer stuff -- must be first */
  126. struct videobuf_buffer vb;
  127. struct list_head frame;
  128. int top_field;
  129. int receiving;
  130. };
  131. struct em28xx_dmaqueue {
  132. struct list_head active;
  133. struct list_head queued;
  134. wait_queue_head_t wq;
  135. /* Counters to control buffer fill */
  136. int pos;
  137. };
  138. /* io methods */
  139. enum em28xx_io_method {
  140. IO_NONE,
  141. IO_READ,
  142. IO_MMAP,
  143. };
  144. /* inputs */
  145. #define MAX_EM28XX_INPUT 4
  146. enum enum28xx_itype {
  147. EM28XX_VMUX_COMPOSITE1 = 1,
  148. EM28XX_VMUX_COMPOSITE2,
  149. EM28XX_VMUX_COMPOSITE3,
  150. EM28XX_VMUX_COMPOSITE4,
  151. EM28XX_VMUX_SVIDEO,
  152. EM28XX_VMUX_TELEVISION,
  153. EM28XX_VMUX_CABLE,
  154. EM28XX_VMUX_DVB,
  155. EM28XX_VMUX_DEBUG,
  156. EM28XX_RADIO,
  157. };
  158. enum em28xx_amux {
  159. EM28XX_AMUX_VIDEO,
  160. EM28XX_AMUX_LINE_IN,
  161. EM28XX_AMUX_AC97_VIDEO,
  162. EM28XX_AMUX_AC97_LINE_IN,
  163. };
  164. struct em28xx_input {
  165. enum enum28xx_itype type;
  166. unsigned int vmux;
  167. enum em28xx_amux amux;
  168. };
  169. #define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
  170. enum em28xx_decoder {
  171. EM28XX_TVP5150,
  172. EM28XX_SAA7113,
  173. EM28XX_SAA7114
  174. };
  175. #define MAX_GPIO 2
  176. struct gpio_ctl {
  177. /* Register to be set */
  178. unsigned char reg;
  179. /* Initial/final value */
  180. unsigned char val;
  181. /* reset value - if set, it will do:
  182. val1 - val2 - val1
  183. */
  184. unsigned char rst;
  185. /* Sleep times
  186. */
  187. unsigned int t1, t2, t3;
  188. };
  189. struct em28xx_board {
  190. char *name;
  191. int vchannels;
  192. int tuner_type;
  193. /* i2c flags */
  194. unsigned int tda9887_conf;
  195. unsigned int is_em2800:1;
  196. unsigned int has_msp34xx:1;
  197. unsigned int mts_firmware:1;
  198. unsigned int has_12mhz_i2s:1;
  199. unsigned int max_range_640_480:1;
  200. unsigned int has_dvb:1;
  201. struct gpio_ctl analog_gpio[MAX_GPIO];
  202. struct gpio_ctl digital_gpio[MAX_GPIO];
  203. enum em28xx_decoder decoder;
  204. struct em28xx_input input[MAX_EM28XX_INPUT];
  205. struct em28xx_input radio;
  206. };
  207. struct em28xx_eeprom {
  208. u32 id; /* 0x9567eb1a */
  209. u16 vendor_ID;
  210. u16 product_ID;
  211. u16 chip_conf;
  212. u16 board_conf;
  213. u16 string1, string2, string3;
  214. u8 string_idx_table;
  215. };
  216. /* device states */
  217. enum em28xx_dev_state {
  218. DEV_INITIALIZED = 0x01,
  219. DEV_DISCONNECTED = 0x02,
  220. DEV_MISCONFIGURED = 0x04,
  221. };
  222. #define EM28XX_AUDIO_BUFS 5
  223. #define EM28XX_NUM_AUDIO_PACKETS 64
  224. #define EM28XX_AUDIO_MAX_PACKET_SIZE 196 /* static value */
  225. #define EM28XX_CAPTURE_STREAM_EN 1
  226. /* em28xx extensions */
  227. #define EM28XX_AUDIO 0x10
  228. #define EM28XX_DVB 0x20
  229. struct em28xx_audio {
  230. char name[50];
  231. char *transfer_buffer[EM28XX_AUDIO_BUFS];
  232. struct urb *urb[EM28XX_AUDIO_BUFS];
  233. struct usb_device *udev;
  234. unsigned int capture_transfer_done;
  235. struct snd_pcm_substream *capture_pcm_substream;
  236. unsigned int hwptr_done_capture;
  237. struct snd_card *sndcard;
  238. int users, shutdown;
  239. enum em28xx_stream_state capture_stream;
  240. spinlock_t slock;
  241. };
  242. /* main device struct */
  243. struct em28xx {
  244. /* generic device properties */
  245. char name[30]; /* name (including minor) of the device */
  246. int model; /* index in the device_data struct */
  247. int devno; /* marks the number of this device */
  248. unsigned int is_em2800:1;
  249. unsigned int has_msp34xx:1;
  250. unsigned int has_tda9887:1;
  251. unsigned int stream_on:1; /* Locks streams */
  252. unsigned int has_audio_class:1;
  253. unsigned int has_12mhz_i2s:1;
  254. unsigned int max_range_640_480:1;
  255. unsigned int has_dvb:1;
  256. struct gpio_ctl (*analog_gpio)[MAX_GPIO];
  257. struct gpio_ctl (*digital_gpio)[MAX_GPIO];
  258. int video_inputs; /* number of video inputs */
  259. struct list_head devlist;
  260. u32 i2s_speed; /* I2S speed for audio digital stream */
  261. enum em28xx_decoder decoder;
  262. int tuner_type; /* type of the tuner */
  263. int tuner_addr; /* tuner address */
  264. int tda9887_conf;
  265. /* i2c i/o */
  266. struct i2c_adapter i2c_adap;
  267. struct i2c_client i2c_client;
  268. /* video for linux */
  269. int users; /* user count for exclusive use */
  270. struct video_device *vdev; /* video for linux device struct */
  271. v4l2_std_id norm; /* selected tv norm */
  272. int ctl_freq; /* selected frequency */
  273. unsigned int ctl_input; /* selected input */
  274. unsigned int ctl_ainput; /* slected audio input */
  275. int mute;
  276. int volume;
  277. /* frame properties */
  278. int width; /* current frame width */
  279. int height; /* current frame height */
  280. int hscale; /* horizontal scale factor (see datasheet) */
  281. int vscale; /* vertical scale factor (see datasheet) */
  282. int interlaced; /* 1=interlace fileds, 0=just top fileds */
  283. unsigned int video_bytesread; /* Number of bytes read */
  284. unsigned long hash; /* eeprom hash - for boards with generic ID */
  285. unsigned long i2c_hash; /* i2c devicelist hash - for boards with generic ID */
  286. struct em28xx_audio *adev;
  287. /* states */
  288. enum em28xx_dev_state state;
  289. enum em28xx_io_method io;
  290. struct work_struct request_module_wk;
  291. /* locks */
  292. struct mutex lock;
  293. /* spinlock_t queue_lock; */
  294. struct list_head inqueue, outqueue;
  295. wait_queue_head_t open, wait_frame, wait_stream;
  296. struct video_device *vbi_dev;
  297. struct video_device *radio_dev;
  298. unsigned char eedata[256];
  299. /* Isoc control struct */
  300. struct em28xx_dmaqueue vidq;
  301. struct em28xx_usb_isoc_ctl isoc_ctl;
  302. spinlock_t slock;
  303. /* usb transfer */
  304. struct usb_device *udev; /* the usb device */
  305. int alt; /* alternate */
  306. int max_pkt_size; /* max packet size of isoc transaction */
  307. int num_alt; /* Number of alternative settings */
  308. unsigned int *alt_max_pkt_size; /* array of wMaxPacketSize */
  309. struct urb *urb[EM28XX_NUM_BUFS]; /* urb for isoc transfers */
  310. char *transfer_buffer[EM28XX_NUM_BUFS]; /* transfer buffers for isoc transfer */
  311. /* helper funcs that call usb_control_msg */
  312. int (*em28xx_write_regs) (struct em28xx * dev, u16 reg, char *buf,
  313. int len);
  314. int (*em28xx_read_reg) (struct em28xx * dev, u16 reg);
  315. int (*em28xx_read_reg_req_len) (struct em28xx * dev, u8 req, u16 reg,
  316. char *buf, int len);
  317. int (*em28xx_write_regs_req) (struct em28xx * dev, u8 req, u16 reg,
  318. char *buf, int len);
  319. int (*em28xx_read_reg_req) (struct em28xx * dev, u8 req, u16 reg);
  320. enum em28xx_mode mode;
  321. #if defined(CONFIG_VIDEO_EM28XX_DVB) || defined(CONFIG_VIDEO_EM28XX_DVB_MODULE)
  322. struct videobuf_dvb dvb;
  323. struct videobuf_queue_ops *qops;
  324. #endif
  325. };
  326. struct em28xx_fh {
  327. struct em28xx *dev;
  328. unsigned int stream_on:1; /* Locks streams */
  329. int radio;
  330. struct videobuf_queue vb_vidq;
  331. enum v4l2_buf_type type;
  332. };
  333. struct em28xx_ops {
  334. struct list_head next;
  335. char *name;
  336. int id;
  337. int (*init)(struct em28xx *);
  338. int (*fini)(struct em28xx *);
  339. };
  340. /* Provided by em28xx-i2c.c */
  341. void em28xx_i2c_call_clients(struct em28xx *dev, unsigned int cmd, void *arg);
  342. void em28xx_do_i2c_scan(struct em28xx *dev);
  343. int em28xx_i2c_register(struct em28xx *dev);
  344. int em28xx_i2c_unregister(struct em28xx *dev);
  345. /* Provided by em28xx-core.c */
  346. u32 em28xx_request_buffers(struct em28xx *dev, u32 count);
  347. void em28xx_queue_unusedframes(struct em28xx *dev);
  348. void em28xx_release_buffers(struct em28xx *dev);
  349. int em28xx_read_reg_req_len(struct em28xx *dev, u8 req, u16 reg,
  350. char *buf, int len);
  351. int em28xx_read_reg_req(struct em28xx *dev, u8 req, u16 reg);
  352. int em28xx_read_reg(struct em28xx *dev, u16 reg);
  353. int em28xx_write_regs_req(struct em28xx *dev, u8 req, u16 reg, char *buf,
  354. int len);
  355. int em28xx_write_regs(struct em28xx *dev, u16 reg, char *buf, int len);
  356. int em28xx_audio_analog_set(struct em28xx *dev);
  357. int em28xx_colorlevels_set_default(struct em28xx *dev);
  358. int em28xx_capture_start(struct em28xx *dev, int start);
  359. int em28xx_outfmt_set_yuv422(struct em28xx *dev);
  360. int em28xx_resolution_set(struct em28xx *dev);
  361. int em28xx_set_alternate(struct em28xx *dev);
  362. /* Provided by em28xx-video.c */
  363. int em28xx_register_extension(struct em28xx_ops *dev);
  364. void em28xx_unregister_extension(struct em28xx_ops *dev);
  365. /* Provided by em28xx-cards.c */
  366. extern int em2800_variant_detect(struct usb_device* udev,int model);
  367. extern void em28xx_pre_card_setup(struct em28xx *dev);
  368. extern void em28xx_card_setup(struct em28xx *dev);
  369. extern struct em28xx_board em28xx_boards[];
  370. extern struct usb_device_id em28xx_id_table[];
  371. extern const unsigned int em28xx_bcount;
  372. void em28xx_set_ir(struct em28xx *dev, struct IR_i2c *ir);
  373. int em28xx_tuner_callback(void *ptr, int command, int arg);
  374. /* Provided by em28xx-input.c */
  375. /* TODO: Check if the standard get_key handlers on ir-common can be used */
  376. int em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
  377. int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
  378. int em28xx_get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key,
  379. u32 *ir_raw);
  380. /* em2800 registers */
  381. #define EM2800_AUDIOSRC_REG 0x08
  382. /* em28xx registers */
  383. #define I2C_CLK_REG 0x06
  384. #define CHIPID_REG 0x0a
  385. #define USBSUSP_REG 0x0c /* */
  386. #define AUDIOSRC_REG 0x0e
  387. #define XCLK_REG 0x0f
  388. #define VINMODE_REG 0x10
  389. #define VINCTRL_REG 0x11
  390. #define VINENABLE_REG 0x12 /* */
  391. #define GAMMA_REG 0x14
  392. #define RGAIN_REG 0x15
  393. #define GGAIN_REG 0x16
  394. #define BGAIN_REG 0x17
  395. #define ROFFSET_REG 0x18
  396. #define GOFFSET_REG 0x19
  397. #define BOFFSET_REG 0x1a
  398. #define OFLOW_REG 0x1b
  399. #define HSTART_REG 0x1c
  400. #define VSTART_REG 0x1d
  401. #define CWIDTH_REG 0x1e
  402. #define CHEIGHT_REG 0x1f
  403. #define YGAIN_REG 0x20
  404. #define YOFFSET_REG 0x21
  405. #define UVGAIN_REG 0x22
  406. #define UOFFSET_REG 0x23
  407. #define VOFFSET_REG 0x24
  408. #define SHARPNESS_REG 0x25
  409. #define COMPR_REG 0x26
  410. #define OUTFMT_REG 0x27
  411. #define XMIN_REG 0x28
  412. #define XMAX_REG 0x29
  413. #define YMIN_REG 0x2a
  414. #define YMAX_REG 0x2b
  415. #define HSCALELOW_REG 0x30
  416. #define HSCALEHIGH_REG 0x31
  417. #define VSCALELOW_REG 0x32
  418. #define VSCALEHIGH_REG 0x33
  419. #define AC97LSB_REG 0x40
  420. #define AC97MSB_REG 0x41
  421. #define AC97ADDR_REG 0x42
  422. #define AC97BUSY_REG 0x43
  423. /* em202 registers */
  424. #define MASTER_AC97 0x02
  425. #define LINE_IN_AC97 0x10
  426. #define VIDEO_AC97 0x14
  427. /* register settings */
  428. #define EM2800_AUDIO_SRC_TUNER 0x0d
  429. #define EM2800_AUDIO_SRC_LINE 0x0c
  430. #define EM28XX_AUDIO_SRC_TUNER 0xc0
  431. #define EM28XX_AUDIO_SRC_LINE 0x80
  432. /* printk macros */
  433. #define em28xx_err(fmt, arg...) do {\
  434. printk(KERN_ERR fmt , ##arg); } while (0)
  435. #define em28xx_errdev(fmt, arg...) do {\
  436. printk(KERN_ERR "%s: "fmt,\
  437. dev->name , ##arg); } while (0)
  438. #define em28xx_info(fmt, arg...) do {\
  439. printk(KERN_INFO "%s: "fmt,\
  440. dev->name , ##arg); } while (0)
  441. #define em28xx_warn(fmt, arg...) do {\
  442. printk(KERN_WARNING "%s: "fmt,\
  443. dev->name , ##arg); } while (0)
  444. inline static int em28xx_compression_disable(struct em28xx *dev)
  445. {
  446. /* side effect of disabling scaler and mixer */
  447. return em28xx_write_regs(dev, COMPR_REG, "\x00", 1);
  448. }
  449. inline static int em28xx_contrast_get(struct em28xx *dev)
  450. {
  451. return em28xx_read_reg(dev, YGAIN_REG) & 0x1f;
  452. }
  453. inline static int em28xx_brightness_get(struct em28xx *dev)
  454. {
  455. return em28xx_read_reg(dev, YOFFSET_REG);
  456. }
  457. inline static int em28xx_saturation_get(struct em28xx *dev)
  458. {
  459. return em28xx_read_reg(dev, UVGAIN_REG) & 0x1f;
  460. }
  461. inline static int em28xx_u_balance_get(struct em28xx *dev)
  462. {
  463. return em28xx_read_reg(dev, UOFFSET_REG);
  464. }
  465. inline static int em28xx_v_balance_get(struct em28xx *dev)
  466. {
  467. return em28xx_read_reg(dev, VOFFSET_REG);
  468. }
  469. inline static int em28xx_gamma_get(struct em28xx *dev)
  470. {
  471. return em28xx_read_reg(dev, GAMMA_REG) & 0x3f;
  472. }
  473. inline static int em28xx_contrast_set(struct em28xx *dev, s32 val)
  474. {
  475. u8 tmp = (u8) val;
  476. return em28xx_write_regs(dev, YGAIN_REG, &tmp, 1);
  477. }
  478. inline static int em28xx_brightness_set(struct em28xx *dev, s32 val)
  479. {
  480. u8 tmp = (u8) val;
  481. return em28xx_write_regs(dev, YOFFSET_REG, &tmp, 1);
  482. }
  483. inline static int em28xx_saturation_set(struct em28xx *dev, s32 val)
  484. {
  485. u8 tmp = (u8) val;
  486. return em28xx_write_regs(dev, UVGAIN_REG, &tmp, 1);
  487. }
  488. inline static int em28xx_u_balance_set(struct em28xx *dev, s32 val)
  489. {
  490. u8 tmp = (u8) val;
  491. return em28xx_write_regs(dev, UOFFSET_REG, &tmp, 1);
  492. }
  493. inline static int em28xx_v_balance_set(struct em28xx *dev, s32 val)
  494. {
  495. u8 tmp = (u8) val;
  496. return em28xx_write_regs(dev, VOFFSET_REG, &tmp, 1);
  497. }
  498. inline static int em28xx_gamma_set(struct em28xx *dev, s32 val)
  499. {
  500. u8 tmp = (u8) val;
  501. return em28xx_write_regs(dev, GAMMA_REG, &tmp, 1);
  502. }
  503. /*FIXME: maxw should be dependent of alt mode */
  504. inline static unsigned int norm_maxw(struct em28xx *dev)
  505. {
  506. if (dev->max_range_640_480)
  507. return 640;
  508. else
  509. return 720;
  510. }
  511. inline static unsigned int norm_maxh(struct em28xx *dev)
  512. {
  513. if (dev->max_range_640_480)
  514. return 480;
  515. else
  516. return (dev->norm & V4L2_STD_625_50) ? 576 : 480;
  517. }
  518. #endif