Lines Matching refs:cx24123_state
43 struct cx24123_state { struct
232 static int cx24123_i2c_writereg(struct cx24123_state *state, in cx24123_i2c_writereg()
253 static int cx24123_i2c_readreg(struct cx24123_state *state, u8 i2c_addr, u8 reg) in cx24123_i2c_readreg()
279 static int cx24123_set_inversion(struct cx24123_state *state, in cx24123_set_inversion()
307 static int cx24123_get_inversion(struct cx24123_state *state, in cx24123_get_inversion()
325 static int cx24123_set_fec(struct cx24123_state *state, enum fe_code_rate fec) in cx24123_set_fec()
387 static int cx24123_get_fec(struct cx24123_state *state, enum fe_code_rate *fec) in cx24123_get_fec()
441 static int cx24123_set_symbolrate(struct cx24123_state *state, u32 srate) in cx24123_set_symbolrate()
505 struct cx24123_state *state = fe->demodulator_priv; in cx24123_pll_calculate()
579 struct cx24123_state *state = fe->demodulator_priv; in cx24123_pll_writereg()
637 struct cx24123_state *state = fe->demodulator_priv; in cx24123_pll_tune()
676 static int cx24123_repeater_mode(struct cx24123_state *state, u8 mode, u8 start) in cx24123_repeater_mode()
688 struct cx24123_state *state = fe->demodulator_priv; in cx24123_initfe()
712 struct cx24123_state *state = fe->demodulator_priv; in cx24123_set_voltage()
735 static void cx24123_wait_for_diseqc(struct cx24123_state *state) in cx24123_wait_for_diseqc()
751 struct cx24123_state *state = fe->demodulator_priv; in cx24123_send_diseqc_msg()
787 struct cx24123_state *state = fe->demodulator_priv; in cx24123_diseqc_send_burst()
823 struct cx24123_state *state = fe->demodulator_priv; in cx24123_read_status()
860 struct cx24123_state *state = fe->demodulator_priv; in cx24123_read_ber()
876 struct cx24123_state *state = fe->demodulator_priv; in cx24123_read_signal_strength()
888 struct cx24123_state *state = fe->demodulator_priv; in cx24123_read_snr()
902 struct cx24123_state *state = fe->demodulator_priv; in cx24123_set_frontend()
938 struct cx24123_state *state = fe->demodulator_priv; in cx24123_get_frontend()
958 struct cx24123_state *state = fe->demodulator_priv; in cx24123_set_tone()
1006 struct cx24123_state *state = fe->demodulator_priv; in cx24123_release()
1015 struct cx24123_state *state = i2c_get_adapdata(i2c_adap); in cx24123_tuner_i2c_tuner_xfer()
1034 struct cx24123_state *state = fe->demodulator_priv; in cx24123_get_tuner_i2c_adapter()
1045 struct cx24123_state *state = in cx24123_attach()
1046 kzalloc(sizeof(struct cx24123_state), GFP_KERNEL); in cx24123_attach()