Searched refs:tda8083_state (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/dvb-frontends/ |
| D | tda8083.c | 37 struct tda8083_state { struct 61 static int tda8083_writereg (struct tda8083_state* state, u8 reg, u8 data) in tda8083_writereg() argument 76 static int tda8083_readregs (struct tda8083_state* state, u8 reg1, u8 *b, u8 len) in tda8083_readregs() 91 static inline u8 tda8083_readreg (struct tda8083_state* state, u8 reg) in tda8083_readreg() 100 static int tda8083_set_inversion(struct tda8083_state *state, in tda8083_set_inversion() 110 static int tda8083_set_fec(struct tda8083_state *state, enum fe_code_rate fec) in tda8083_set_fec() 121 static enum fe_code_rate tda8083_get_fec(struct tda8083_state *state) in tda8083_get_fec() 134 static int tda8083_set_symbolrate (struct tda8083_state* state, u32 srate) in tda8083_set_symbolrate() 173 static void tda8083_wait_diseqc_fifo (struct tda8083_state* state, int timeout) in tda8083_wait_diseqc_fifo() 184 static int tda8083_set_tone(struct tda8083_state *state, in tda8083_set_tone() [all …]
|