Lines Matching defs:cx231xx_board
325 struct cx231xx_board { struct
326 char *name;
327 int vchannels;
328 int tuner_type;
329 int tuner_addr;
330 v4l2_std_id norm; /* tv norm */
333 int demod_addr;
334 int demod_addr2;
335 u8 demod_xfer_mode; /* 0 - Serial; 1 - parallel */
338 struct cx231xx_reg_seq *dvb_gpio;
339 struct cx231xx_reg_seq *suspend_gpio;
340 struct cx231xx_reg_seq *tuner_gpio;
342 s8 tuner_sif_gpio;
343 s8 tuner_scl_gpio;
344 s8 tuner_sda_gpio;
347 u32 ctl_pin_status_mask;
348 u8 agc_analog_digital_select_gpio;
349 u32 gpio_pin_status_mask;
352 u8 tuner_i2c_master;
353 u8 demod_i2c_master;
354 u8 ir_i2c_master;
357 char *rc_map_name;
359 unsigned int max_range_640_480:1;
360 unsigned int has_dvb:1;
361 unsigned int has_417:1;
362 unsigned int valid:1;
363 unsigned int no_alt_vanc:1;
364 unsigned int external_av:1;
366 unsigned char xclk, i2c_speed;
368 enum cx231xx_decoder decoder;
369 int output_mode;
371 struct cx231xx_input input[MAX_CX231XX_INPUT];
372 struct cx231xx_input radio;
373 struct rc_map *ir_codes;