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