Lines Matching defs:cx231xx_board
328 struct cx231xx_board { struct
329 char *name;
330 int vchannels;
331 int tuner_type;
332 int tuner_addr;
333 v4l2_std_id norm; /* tv norm */
336 int demod_addr;
337 int demod_addr2;
338 u8 demod_xfer_mode; /* 0 - Serial; 1 - parallel */
341 struct cx231xx_reg_seq *dvb_gpio;
342 struct cx231xx_reg_seq *suspend_gpio;
343 struct cx231xx_reg_seq *tuner_gpio;
345 s8 tuner_sif_gpio;
346 s8 tuner_scl_gpio;
347 s8 tuner_sda_gpio;
350 u32 ctl_pin_status_mask;
351 u8 agc_analog_digital_select_gpio;
352 u32 gpio_pin_status_mask;
355 u8 tuner_i2c_master;
356 u8 demod_i2c_master;
357 u8 ir_i2c_master;
360 char *rc_map_name;
362 unsigned int max_range_640_480:1;
363 unsigned int has_dvb:1;
364 unsigned int has_417:1;
365 unsigned int valid:1;
366 unsigned int no_alt_vanc:1;
367 unsigned int external_av:1;
369 unsigned char xclk, i2c_speed;
371 enum cx231xx_decoder decoder;
372 int output_mode;
374 struct cx231xx_input input[MAX_CX231XX_INPUT];
375 struct cx231xx_input radio;
376 struct rc_map *ir_codes;