Searched refs:tda8083_state (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | tda8083.c | 25 struct tda8083_state { struct 49 static int tda8083_writereg (struct tda8083_state* state, u8 reg, u8 data) in tda8083_writereg() argument 64 static int tda8083_readregs (struct tda8083_state* state, u8 reg1, u8 *b, u8 len) in tda8083_readregs() 79 static inline u8 tda8083_readreg (struct tda8083_state* state, u8 reg) in tda8083_readreg() 88 static int tda8083_set_inversion(struct tda8083_state *state, in tda8083_set_inversion() 98 static int tda8083_set_fec(struct tda8083_state *state, enum fe_code_rate fec) in tda8083_set_fec() 109 static enum fe_code_rate tda8083_get_fec(struct tda8083_state *state) in tda8083_get_fec() 122 static int tda8083_set_symbolrate (struct tda8083_state* state, u32 srate) in tda8083_set_symbolrate() 161 static void tda8083_wait_diseqc_fifo (struct tda8083_state* state, int timeout) in tda8083_wait_diseqc_fifo() 172 static int tda8083_set_tone(struct tda8083_state *state, in tda8083_set_tone() [all …]
|