Lines Matching defs:cx231xx_board
335 struct cx231xx_board { struct
336 char *name;
337 int vchannels;
338 int tuner_type;
339 int tuner_addr;
340 v4l2_std_id norm; /* tv norm */
343 int demod_addr;
344 u8 demod_xfer_mode; /* 0 - Serial; 1 - parallel */
347 struct cx231xx_reg_seq *dvb_gpio;
348 struct cx231xx_reg_seq *suspend_gpio;
349 struct cx231xx_reg_seq *tuner_gpio;
351 s8 tuner_sif_gpio;
352 s8 tuner_scl_gpio;
353 s8 tuner_sda_gpio;
356 u32 ctl_pin_status_mask;
357 u8 agc_analog_digital_select_gpio;
358 u32 gpio_pin_status_mask;
361 u8 tuner_i2c_master;
362 u8 demod_i2c_master;
363 u8 ir_i2c_master;
366 char *rc_map_name;
368 unsigned int max_range_640_480:1;
369 unsigned int has_dvb:1;
370 unsigned int has_417:1;
371 unsigned int valid:1;
372 unsigned int no_alt_vanc:1;
373 unsigned int external_av:1;
375 unsigned char xclk, i2c_speed;
377 enum cx231xx_decoder decoder;
378 int output_mode;
380 struct cx231xx_input input[MAX_CX231XX_INPUT];
381 struct cx231xx_input radio;
382 struct rc_map *ir_codes;