Searched refs:sp8870_state (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
H A Dsp8870.c42 struct sp8870_state { struct
66 static int sp8870_writereg (struct sp8870_state* state, u16 reg, u16 data) sp8870_writereg()
80 static int sp8870_readreg (struct sp8870_state* state, u16 reg) sp8870_readreg()
98 static int sp8870_firmware_upload (struct sp8870_state* state, const struct firmware *fw) sp8870_firmware_upload()
145 static void sp8870_microcontroller_stop (struct sp8870_state* state) sp8870_microcontroller_stop()
154 static void sp8870_microcontroller_start (struct sp8870_state* state) sp8870_microcontroller_start()
166 static int sp8870_read_data_valid_signal(struct sp8870_state* state) sp8870_read_data_valid_signal()
242 static int sp8870_wake_up(struct sp8870_state* state) sp8870_wake_up()
251 struct sp8870_state* state = fe->demodulator_priv; sp8870_set_frontend_parameters()
306 struct sp8870_state* state = fe->demodulator_priv; sp8870_init()
356 struct sp8870_state* state = fe->demodulator_priv; sp8870_read_status()
382 struct sp8870_state* state = fe->demodulator_priv; sp8870_read_ber()
409 struct sp8870_state* state = fe->demodulator_priv; sp8870_read_signal_strength()
435 struct sp8870_state* state = fe->demodulator_priv; sp8870_read_uncorrected_blocks()
465 struct sp8870_state* state = fe->demodulator_priv; sp8870_set_frontend()
523 struct sp8870_state* state = fe->demodulator_priv; sp8870_sleep()
539 struct sp8870_state* state = fe->demodulator_priv; sp8870_i2c_gate_ctrl()
550 struct sp8870_state* state = fe->demodulator_priv; sp8870_release()
559 struct sp8870_state* state = NULL; sp8870_attach()
562 state = kzalloc(sizeof(struct sp8870_state), GFP_KERNEL); sp8870_attach()

Completed in 162 milliseconds