Lines Matching refs:or51211_state
40 struct or51211_state { struct
58 static int i2c_writebytes (struct or51211_state* state, u8 reg, const u8 *buf, in i2c_writebytes() argument
76 static int i2c_readbytes(struct or51211_state *state, u8 reg, u8 *buf, int len) in i2c_readbytes()
96 struct or51211_state* state = fe->demodulator_priv; in or51211_load_firmware()
154 struct or51211_state* state = fe->demodulator_priv; in or51211_setmode()
208 struct or51211_state* state = fe->demodulator_priv; in or51211_set_parameters()
228 struct or51211_state* state = fe->demodulator_priv; in or51211_read_status()
283 struct or51211_state* state = fe->demodulator_priv; in or51211_read_snr()
315 struct or51211_state* state = (struct or51211_state*)fe->demodulator_priv; in or51211_read_signal_strength()
351 struct or51211_state* state = fe->demodulator_priv; in or51211_init()
491 struct or51211_state* state = fe->demodulator_priv; in or51211_release()
501 struct or51211_state* state = NULL; in or51211_attach()
504 state = kzalloc(sizeof(struct or51211_state), GFP_KERNEL); in or51211_attach()