Lines Matching defs:em28xx_board
471 struct em28xx_board { struct
472 char *name;
473 int vchannels;
474 int tuner_type;
475 int tuner_addr;
476 unsigned int def_i2c_bus; /* Default I2C bus */
479 unsigned int tda9887_conf;
482 const struct em28xx_reg_seq *dvb_gpio;
483 const struct em28xx_reg_seq *suspend_gpio;
484 const struct em28xx_reg_seq *tuner_gpio;
485 const struct em28xx_reg_seq *mute_gpio;
487 unsigned int is_em2800:1;
488 unsigned int has_msp34xx:1;
489 unsigned int mts_firmware:1;
490 unsigned int max_range_640_480:1;
491 unsigned int has_dvb:1;
492 unsigned int has_dual_ts:1;
493 unsigned int is_webcam:1;
494 unsigned int valid:1;
495 unsigned int has_ir_i2c:1;
497 unsigned char xclk, i2c_speed;
498 unsigned char radio_addr;
499 unsigned short tvaudio_addr;
501 enum em28xx_decoder decoder;
502 enum em28xx_adecoder adecoder;
504 struct em28xx_input input[MAX_EM28XX_INPUT];
505 struct em28xx_input radio;
506 char *ir_codes;
509 struct em28xx_led *leds;
512 const struct em28xx_button *buttons;