Lines Matching defs:em28xx_board
480 struct em28xx_board { struct
481 char *name;
482 int vchannels;
483 int tuner_type;
484 int tuner_addr;
485 unsigned int def_i2c_bus; /* Default I2C bus */
488 unsigned int tda9887_conf;
491 const struct em28xx_reg_seq *dvb_gpio;
492 const struct em28xx_reg_seq *suspend_gpio;
493 const struct em28xx_reg_seq *tuner_gpio;
494 const struct em28xx_reg_seq *mute_gpio;
496 unsigned int is_em2800:1;
497 unsigned int has_msp34xx:1;
498 unsigned int mts_firmware:1;
499 unsigned int max_range_640_480:1;
500 unsigned int has_dvb:1;
501 unsigned int has_dual_ts:1;
502 unsigned int is_webcam:1;
503 unsigned int valid:1;
504 unsigned int has_ir_i2c:1;
506 unsigned char xclk, i2c_speed;
507 unsigned char radio_addr;
508 unsigned short tvaudio_addr;
510 enum em28xx_decoder decoder;
511 enum em28xx_adecoder adecoder;
513 struct em28xx_input input[MAX_EM28XX_INPUT];
514 struct em28xx_input radio;
515 char *ir_codes;
518 struct em28xx_led *leds;
521 const struct em28xx_button *buttons;