Lines Matching refs:cx24123_state
43 struct cx24123_state {
232 static int cx24123_i2c_writereg(struct cx24123_state *state,
253 static int cx24123_i2c_readreg(struct cx24123_state *state, u8 i2c_addr, u8 reg)
279 static int cx24123_set_inversion(struct cx24123_state *state,
307 static int cx24123_get_inversion(struct cx24123_state *state,
325 static int cx24123_set_fec(struct cx24123_state *state, enum fe_code_rate fec)
387 static int cx24123_get_fec(struct cx24123_state *state, enum fe_code_rate *fec)
441 static int cx24123_set_symbolrate(struct cx24123_state *state, u32 srate)
505 struct cx24123_state *state = fe->demodulator_priv;
579 struct cx24123_state *state = fe->demodulator_priv;
637 struct cx24123_state *state = fe->demodulator_priv;
676 static int cx24123_repeater_mode(struct cx24123_state *state, u8 mode, u8 start)
688 struct cx24123_state *state = fe->demodulator_priv;
712 struct cx24123_state *state = fe->demodulator_priv;
735 static void cx24123_wait_for_diseqc(struct cx24123_state *state)
751 struct cx24123_state *state = fe->demodulator_priv;
787 struct cx24123_state *state = fe->demodulator_priv;
823 struct cx24123_state *state = fe->demodulator_priv;
860 struct cx24123_state *state = fe->demodulator_priv;
876 struct cx24123_state *state = fe->demodulator_priv;
888 struct cx24123_state *state = fe->demodulator_priv;
902 struct cx24123_state *state = fe->demodulator_priv;
938 struct cx24123_state *state = fe->demodulator_priv;
958 struct cx24123_state *state = fe->demodulator_priv;
1006 struct cx24123_state *state = fe->demodulator_priv;
1015 struct cx24123_state *state = i2c_get_adapdata(i2c_adap);
1034 struct cx24123_state *state = fe->demodulator_priv;
1045 struct cx24123_state *state =
1046 kzalloc(sizeof(struct cx24123_state), GFP_KERNEL);