/* inittab - array of pairs of values. * First of each pair is the register, second is the value. * List should be terminated with an 0xff, 0xff pair.
*/ const u8* inittab;
/* master clock to use */
u32 mclk;
/* does the inversion require inversion? */
u8 invert:1;
/* Skip reinitialisation? */
u8 skip_reinit:1;
/* LOCK OUTPUT setting */
u8 lock_output:2;
/* Is 13v controlled by OP0 or OP1? */
u8 volt13_op0_op1:1;
/* Turn-off OP0? */
u8 op0_off:1;
/* minimum delay before retuning */ int min_delay_ms;
/* Set the symbol rate */ int (*set_symbol_rate)(struct dvb_frontend *fe, u32 srate, u32 ratio);
/* Set device param to start dma */ int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured);
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.