Lines Matching defs:cx231xx_board
334 struct cx231xx_board { struct
335 char *name;
336 int vchannels;
337 int tuner_type;
338 int tuner_addr;
339 v4l2_std_id norm; /* tv norm */
342 int demod_addr;
343 u8 demod_xfer_mode; /* 0 - Serial; 1 - parallel */
346 struct cx231xx_reg_seq *dvb_gpio;
347 struct cx231xx_reg_seq *suspend_gpio;
348 struct cx231xx_reg_seq *tuner_gpio;
350 s8 tuner_sif_gpio;
351 s8 tuner_scl_gpio;
352 s8 tuner_sda_gpio;
355 u32 ctl_pin_status_mask;
356 u8 agc_analog_digital_select_gpio;
357 u32 gpio_pin_status_mask;
360 u8 tuner_i2c_master;
361 u8 demod_i2c_master;
362 u8 ir_i2c_master;
365 char *rc_map_name;
367 unsigned int max_range_640_480:1;
368 unsigned int has_dvb:1;
369 unsigned int has_417:1;
370 unsigned int valid:1;
371 unsigned int no_alt_vanc:1;
372 unsigned int external_av:1;
374 unsigned char xclk, i2c_speed;
376 enum cx231xx_decoder decoder;
377 int output_mode;
379 struct cx231xx_input input[MAX_CX231XX_INPUT];
380 struct cx231xx_input radio;
381 struct rc_map *ir_codes;