Lines Matching defs:em28xx_board
439 struct em28xx_board { struct
440 char *name;
441 int vchannels;
442 int tuner_type;
443 int tuner_addr;
444 unsigned def_i2c_bus; /* Default I2C bus */
447 unsigned int tda9887_conf;
450 struct em28xx_reg_seq *dvb_gpio;
451 struct em28xx_reg_seq *suspend_gpio;
452 struct em28xx_reg_seq *tuner_gpio;
453 struct em28xx_reg_seq *mute_gpio;
455 unsigned int is_em2800:1;
456 unsigned int has_msp34xx:1;
457 unsigned int mts_firmware:1;
458 unsigned int max_range_640_480:1;
459 unsigned int has_dvb:1;
460 unsigned int is_webcam:1;
461 unsigned int valid:1;
462 unsigned int has_ir_i2c:1;
464 unsigned char xclk, i2c_speed;
465 unsigned char radio_addr;
466 unsigned short tvaudio_addr;
468 enum em28xx_decoder decoder;
469 enum em28xx_adecoder adecoder;
471 struct em28xx_input input[MAX_EM28XX_INPUT];
472 struct em28xx_input radio;
473 char *ir_codes;
476 struct em28xx_led *leds;
479 struct em28xx_button *buttons;