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