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