Lines Matching refs:or51132_state
56 struct or51132_state struct
75 static int or51132_writebuf(struct or51132_state *state, const u8 *buf, int len) in or51132_writebuf() argument
98 static int or51132_readbuf(struct or51132_state *state, u8 *buf, int len) in or51132_readbuf()
114 static int or51132_readreg(struct or51132_state *state, u8 reg) in or51132_readreg()
134 struct or51132_state* state = fe->demodulator_priv; in or51132_load_firmware()
236 struct or51132_state* state = fe->demodulator_priv; in or51132_setmode()
313 struct or51132_state* state = fe->demodulator_priv; in or51132_set_parameters()
381 struct or51132_state* state = fe->demodulator_priv; in or51132_get_parameters()
420 struct or51132_state* state = fe->demodulator_priv; in or51132_read_status()
477 struct or51132_state* state = fe->demodulator_priv; in or51132_read_snr()
532 struct or51132_state* state = (struct or51132_state*) fe->demodulator_priv; in or51132_read_signal_strength()
560 struct or51132_state* state = fe->demodulator_priv; in or51132_release()
569 struct or51132_state* state = NULL; in or51132_attach()
572 state = kzalloc(sizeof(struct or51132_state), GFP_KERNEL); in or51132_attach()