Lines Matching refs:cx24110_state

34 struct cx24110_state {  struct
116 static int cx24110_writereg (struct cx24110_state* state, int reg, int data) in cx24110_writereg()
131 static int cx24110_readreg (struct cx24110_state* state, u8 reg) in cx24110_readreg()
146 static int cx24110_set_inversion(struct cx24110_state *state, in cx24110_set_inversion()
181 static int cx24110_set_fec(struct cx24110_state *state, enum fe_code_rate fec) in cx24110_set_fec()
224 static enum fe_code_rate cx24110_get_fec(struct cx24110_state *state) in cx24110_get_fec()
240 static int cx24110_set_symbolrate (struct cx24110_state* state, u32 srate) in cx24110_set_symbolrate()
314 struct cx24110_state *state = fe->demodulator_priv; in _cx24110_pll_write()
356 struct cx24110_state *state = fe->demodulator_priv; in cx24110_initfe()
372 struct cx24110_state *state = fe->demodulator_priv; in cx24110_set_voltage()
388 struct cx24110_state *state = fe->demodulator_priv; in cx24110_diseqc_send_burst()
415 struct cx24110_state *state = fe->demodulator_priv; in cx24110_send_diseqc_msg()
443 struct cx24110_state *state = fe->demodulator_priv; in cx24110_read_status()
471 struct cx24110_state *state = fe->demodulator_priv; in cx24110_read_ber()
489 struct cx24110_state *state = fe->demodulator_priv; in cx24110_read_signal_strength()
500 struct cx24110_state *state = fe->demodulator_priv; in cx24110_read_snr()
516 struct cx24110_state *state = fe->demodulator_priv; in cx24110_read_ucblocks()
537 struct cx24110_state *state = fe->demodulator_priv; in cx24110_set_frontend()
556 struct cx24110_state *state = fe->demodulator_priv; in cx24110_get_frontend()
584 struct cx24110_state *state = fe->demodulator_priv; in cx24110_set_tone()
591 struct cx24110_state* state = fe->demodulator_priv; in cx24110_release()
600 struct cx24110_state* state = NULL; in cx24110_attach()
604 state = kzalloc(sizeof(struct cx24110_state), GFP_KERNEL); in cx24110_attach()