Home
last modified time | relevance | path

Searched refs:tda10023_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/dvb-frontends/
Dtda10023.c43 struct tda10023_state { struct
64 static u8 tda10023_readreg (struct tda10023_state* state, u8 reg) in tda10023_readreg() argument
81 static int tda10023_writereg (struct tda10023_state* state, u8 reg, u8 data) in tda10023_writereg()
97 static int tda10023_writebit (struct tda10023_state* state, u8 reg, u8 mask,u8 data) in tda10023_writebit()
110 static void tda10023_writetab(struct tda10023_state* state, u8* tab) in tda10023_writetab()
129 static int lock_tuner(struct tda10023_state* state) in lock_tuner()
143 static int unlock_tuner(struct tda10023_state* state) in unlock_tuner()
156 static int tda10023_setup_reg0 (struct tda10023_state* state, u8 reg0) in tda10023_setup_reg0()
167 static int tda10023_set_symbolrate (struct tda10023_state* state, u32 sr) in tda10023_set_symbolrate()
231 struct tda10023_state* state = fe->demodulator_priv; in tda10023_init()
[all …]