Lines Matching refs:tda1004x_state

115 static int tda1004x_write_byteI(struct tda1004x_state *state, int reg, int data)  in tda1004x_write_byteI()
135 static int tda1004x_read_byte(struct tda1004x_state *state, int reg) in tda1004x_read_byte()
160 static int tda1004x_write_mask(struct tda1004x_state *state, int reg, int mask, int data) in tda1004x_write_mask()
179 static int tda1004x_write_buf(struct tda1004x_state *state, int reg, unsigned char *buf, int len) in tda1004x_write_buf()
196 static int tda1004x_enable_tuner_i2c(struct tda1004x_state *state) in tda1004x_enable_tuner_i2c()
206 static int tda1004x_disable_tuner_i2c(struct tda1004x_state *state) in tda1004x_disable_tuner_i2c()
213 static int tda10045h_set_bandwidth(struct tda1004x_state *state, in tda10045h_set_bandwidth()
242 static int tda10046h_set_bandwidth(struct tda1004x_state *state, in tda10046h_set_bandwidth()
306 static int tda1004x_do_upload(struct tda1004x_state *state, in tda1004x_do_upload()
347 static int tda1004x_check_upload_ok(struct tda1004x_state *state) in tda1004x_check_upload_ok()
380 struct tda1004x_state* state = fe->demodulator_priv; in tda10045_fwupload()
420 struct tda1004x_state* state = fe->demodulator_priv; in tda10046_init_plls()
474 struct tda1004x_state* state = fe->demodulator_priv; in tda10046_fwupload()
594 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_write()
604 struct tda1004x_state* state = fe->demodulator_priv; in tda10045_init()
635 struct tda1004x_state* state = fe->demodulator_priv; in tda10046_init()
694 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_set_fe()
892 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_get_fe()
1007 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_status()
1077 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_signal_strength()
1106 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_snr()
1124 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_ucblocks()
1161 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_read_ber()
1184 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_sleep()
1211 struct tda1004x_state* state = fe->demodulator_priv; in tda1004x_i2c_gate_ctrl()
1231 struct tda1004x_state *state = fe->demodulator_priv; in tda1004x_release()
1270 struct tda1004x_state *state; in tda10045_attach()
1274 state = kzalloc(sizeof(struct tda1004x_state), GFP_KERNEL); in tda10045_attach()
1340 struct tda1004x_state *state; in tda10046_attach()
1344 state = kzalloc(sizeof(struct tda1004x_state), GFP_KERNEL); in tda10046_attach()