Lines Matching refs:or51211_state
54 struct or51211_state { struct
72 static int i2c_writebytes (struct or51211_state* state, u8 reg, const u8 *buf, in i2c_writebytes() argument
90 static int i2c_readbytes(struct or51211_state *state, u8 reg, u8 *buf, int len) in i2c_readbytes()
110 struct or51211_state* state = fe->demodulator_priv; in or51211_load_firmware()
168 struct or51211_state* state = fe->demodulator_priv; in or51211_setmode()
222 struct or51211_state* state = fe->demodulator_priv; in or51211_set_parameters()
242 struct or51211_state* state = fe->demodulator_priv; in or51211_read_status()
297 struct or51211_state* state = fe->demodulator_priv; in or51211_read_snr()
329 struct or51211_state* state = (struct or51211_state*)fe->demodulator_priv; in or51211_read_signal_strength()
365 struct or51211_state* state = fe->demodulator_priv; in or51211_init()
506 struct or51211_state* state = fe->demodulator_priv; in or51211_release()
516 struct or51211_state* state = NULL; in or51211_attach()
519 state = kzalloc(sizeof(struct or51211_state), GFP_KERNEL); in or51211_attach()