Searched defs:tuner_setup (Results 1 – 1 of 1) sorted by relevance
186 struct tuner_setup { struct187 unsigned short addr; /* I2C address */188 unsigned int type; /* Tuner type */189 unsigned int mode_mask; /* Allowed tuner modes */190 unsigned int config; /* configuraion for more complex tuners */191 int (*tuner_callback) (void *dev, int component, int cmd, int arg);