Lines Matching refs:cx24123_state

56 struct cx24123_state {  struct
245 static int cx24123_i2c_writereg(struct cx24123_state *state, in cx24123_i2c_writereg()
266 static int cx24123_i2c_readreg(struct cx24123_state *state, u8 i2c_addr, u8 reg) in cx24123_i2c_readreg()
292 static int cx24123_set_inversion(struct cx24123_state *state, in cx24123_set_inversion()
320 static int cx24123_get_inversion(struct cx24123_state *state, in cx24123_get_inversion()
338 static int cx24123_set_fec(struct cx24123_state *state, fe_code_rate_t fec) in cx24123_set_fec()
400 static int cx24123_get_fec(struct cx24123_state *state, fe_code_rate_t *fec) in cx24123_get_fec()
454 static int cx24123_set_symbolrate(struct cx24123_state *state, u32 srate) in cx24123_set_symbolrate()
518 struct cx24123_state *state = fe->demodulator_priv; in cx24123_pll_calculate()
592 struct cx24123_state *state = fe->demodulator_priv; in cx24123_pll_writereg()
650 struct cx24123_state *state = fe->demodulator_priv; in cx24123_pll_tune()
689 static int cx24123_repeater_mode(struct cx24123_state *state, u8 mode, u8 start) in cx24123_repeater_mode()
701 struct cx24123_state *state = fe->demodulator_priv; in cx24123_initfe()
725 struct cx24123_state *state = fe->demodulator_priv; in cx24123_set_voltage()
748 static void cx24123_wait_for_diseqc(struct cx24123_state *state) in cx24123_wait_for_diseqc()
764 struct cx24123_state *state = fe->demodulator_priv; in cx24123_send_diseqc_msg()
800 struct cx24123_state *state = fe->demodulator_priv; in cx24123_diseqc_send_burst()
836 struct cx24123_state *state = fe->demodulator_priv; in cx24123_read_status()
873 struct cx24123_state *state = fe->demodulator_priv; in cx24123_read_ber()
889 struct cx24123_state *state = fe->demodulator_priv; in cx24123_read_signal_strength()
901 struct cx24123_state *state = fe->demodulator_priv; in cx24123_read_snr()
915 struct cx24123_state *state = fe->demodulator_priv; in cx24123_set_frontend()
951 struct cx24123_state *state = fe->demodulator_priv; in cx24123_get_frontend()
971 struct cx24123_state *state = fe->demodulator_priv; in cx24123_set_tone()
1019 struct cx24123_state *state = fe->demodulator_priv; in cx24123_release()
1028 struct cx24123_state *state = i2c_get_adapdata(i2c_adap); in cx24123_tuner_i2c_tuner_xfer()
1047 struct cx24123_state *state = fe->demodulator_priv; in cx24123_get_tuner_i2c_adapter()
1058 struct cx24123_state *state = in cx24123_attach()
1059 kzalloc(sizeof(struct cx24123_state), GFP_KERNEL); in cx24123_attach()