Lines Matching refs:sp8870_state
29 struct sp8870_state {
53 static int sp8870_writereg (struct sp8870_state* state, u16 reg, u16 data)
67 static int sp8870_readreg (struct sp8870_state* state, u16 reg)
85 static int sp8870_firmware_upload (struct sp8870_state* state, const struct firmware *fw)
132 static void sp8870_microcontroller_stop (struct sp8870_state* state)
141 static void sp8870_microcontroller_start (struct sp8870_state* state)
153 static int sp8870_read_data_valid_signal(struct sp8870_state* state)
229 static int sp8870_wake_up(struct sp8870_state* state)
238 struct sp8870_state* state = fe->demodulator_priv;
295 struct sp8870_state* state = fe->demodulator_priv;
345 struct sp8870_state* state = fe->demodulator_priv;
371 struct sp8870_state* state = fe->demodulator_priv;
398 struct sp8870_state* state = fe->demodulator_priv;
424 struct sp8870_state* state = fe->demodulator_priv;
454 struct sp8870_state* state = fe->demodulator_priv;
512 struct sp8870_state* state = fe->demodulator_priv;
528 struct sp8870_state* state = fe->demodulator_priv;
539 struct sp8870_state* state = fe->demodulator_priv;
548 struct sp8870_state* state = NULL;
551 state = kzalloc(sizeof(struct sp8870_state), GFP_KERNEL);