Lines Matching defs:or51211_state
40 struct or51211_state {
58 static int i2c_writebytes (struct or51211_state* state, u8 reg, const u8 *buf,
76 static int i2c_readbytes(struct or51211_state *state, u8 reg, u8 *buf, int len)
96 struct or51211_state* state = fe->demodulator_priv;
154 struct or51211_state* state = fe->demodulator_priv;
208 struct or51211_state* state = fe->demodulator_priv;
228 struct or51211_state* state = fe->demodulator_priv;
283 struct or51211_state* state = fe->demodulator_priv;
315 struct or51211_state* state = (struct or51211_state*)fe->demodulator_priv;
351 struct or51211_state* state = fe->demodulator_priv;
491 struct or51211_state* state = fe->demodulator_priv;
501 struct or51211_state* state = NULL;
504 state = kzalloc(sizeof(struct or51211_state), GFP_KERNEL);