Lines Matching refs:stv
30 struct stv { struct
330 static int write_regs(struct stv *state, int reg, int len) in write_regs()
339 static int write_reg(struct stv *state, u8 reg, u8 val) in write_reg()
346 static int read_reg(struct stv *state, u8 reg, u8 *val) in read_reg()
351 static int wait_for_call_done(struct stv *state, u8 mask) in wait_for_call_done()
373 static void init_state(struct stv *state) in init_state()
410 static int attach_init(struct stv *state) in attach_init()
425 struct stv *state = fe->tuner_priv; in set_bandwidth()
449 static int set_lof(struct stv *state, u32 local_frequency, u32 cutoff_frequency) in set_lof()
521 struct stv *state = fe->tuner_priv; in set_params()
576 struct stv *state = fe->tuner_priv; in get_rf_strength()
661 struct stv *state; in stv6111_attach()