Lines Matching refs:tda1004x_state
128 static int tda1004x_write_byteI(struct tda1004x_state *state, int reg, int data) in tda1004x_write_byteI()
148 static int tda1004x_read_byte(struct tda1004x_state *state, int reg) in tda1004x_read_byte()
173 static int tda1004x_write_mask(struct tda1004x_state *state, int reg, int mask, int data) in tda1004x_write_mask()
192 static int tda1004x_write_buf(struct tda1004x_state *state, int reg, unsigned char *buf, int len) in tda1004x_write_buf()
209 static int tda1004x_enable_tuner_i2c(struct tda1004x_state *state) in tda1004x_enable_tuner_i2c()
219 static int tda1004x_disable_tuner_i2c(struct tda1004x_state *state) in tda1004x_disable_tuner_i2c()
226 static int tda10045h_set_bandwidth(struct tda1004x_state *state, in tda10045h_set_bandwidth()
255 static int tda10046h_set_bandwidth(struct tda1004x_state *state, in tda10046h_set_bandwidth()
319 static int tda1004x_do_upload(struct tda1004x_state *state, in tda1004x_do_upload()
360 static int tda1004x_check_upload_ok(struct tda1004x_state *state) in tda1004x_check_upload_ok()
393 struct tda1004x_state* state = fe->demodulator_priv; in tda10045_fwupload()
433 struct tda1004x_state* state = fe->demodulator_priv; in tda10046_init_plls()
487 struct tda1004x_state* state = fe->demodulator_priv; in tda10046_fwupload()
607 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_write()
617 struct tda1004x_state* state = fe->demodulator_priv; in tda10045_init()
648 struct tda1004x_state* state = fe->demodulator_priv; in tda10046_init()
707 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_set_fe()
905 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_get_fe()
1020 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_status()
1090 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_signal_strength()
1119 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_snr()
1137 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_ucblocks()
1174 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_ber()
1197 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_sleep()
1224 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_i2c_gate_ctrl()
1244 struct tda1004x_state *state = fe->demodulator_priv; in tda1004x_release()
1283 struct tda1004x_state *state; in tda10045_attach()
1287 state = kzalloc(sizeof(struct tda1004x_state), GFP_KERNEL); in tda10045_attach()
1353 struct tda1004x_state *state; in tda10046_attach()
1357 state = kzalloc(sizeof(struct tda1004x_state), GFP_KERNEL); in tda10046_attach()