Lines Matching refs:stv
21 struct stv { struct
321 static int write_regs(struct stv *state, int reg, int len) in write_regs()
330 static int write_reg(struct stv *state, u8 reg, u8 val) in write_reg()
337 static int read_reg(struct stv *state, u8 reg, u8 *val) in read_reg()
342 static int wait_for_call_done(struct stv *state, u8 mask) in wait_for_call_done()
364 static void init_state(struct stv *state) in init_state()
401 static int attach_init(struct stv *state) in attach_init()
416 struct stv *state = fe->tuner_priv; in set_bandwidth()
440 static int set_lof(struct stv *state, u32 local_frequency, u32 cutoff_frequency) in set_lof()
512 struct stv *state = fe->tuner_priv; in set_params()
567 struct stv *state = fe->tuner_priv; in get_rf_strength()
652 struct stv *state; in stv6111_attach()