• Home
  • Raw
  • Download

Lines Matching refs:dvb_frontend

42 	struct dvb_frontend frontend;
83 static int stv0288_write(struct dvb_frontend *fe, const u8 buf[], int len) in stv0288_write()
121 static int stv0288_set_symbolrate(struct dvb_frontend *fe, u32 srate) in stv0288_set_symbolrate()
155 static int stv0288_send_diseqc_msg(struct dvb_frontend *fe, in stv0288_send_diseqc_msg()
176 static int stv0288_send_diseqc_burst(struct dvb_frontend *fe, in stv0288_send_diseqc_burst()
196 static int stv0288_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) in stv0288_set_tone()
326 static int stv0288_set_voltage(struct dvb_frontend *fe, in stv0288_set_voltage()
336 static int stv0288_init(struct dvb_frontend *fe) in stv0288_init()
365 static int stv0288_read_status(struct dvb_frontend *fe, enum fe_status *status) in stv0288_read_status()
388 static int stv0288_read_ber(struct dvb_frontend *fe, u32 *ber) in stv0288_read_ber()
402 static int stv0288_read_signal_strength(struct dvb_frontend *fe, u16 *strength) in stv0288_read_signal_strength()
415 static int stv0288_sleep(struct dvb_frontend *fe) in stv0288_sleep()
424 static int stv0288_read_snr(struct dvb_frontend *fe, u16 *snr) in stv0288_read_snr()
437 static int stv0288_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks) in stv0288_read_ucblocks()
450 static int stv0288_set_property(struct dvb_frontend *fe, struct dtv_property *p) in stv0288_set_property()
456 static int stv0288_set_frontend(struct dvb_frontend *fe) in stv0288_set_frontend()
519 static int stv0288_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) in stv0288_i2c_gate_ctrl()
533 static void stv0288_release(struct dvb_frontend *fe) in stv0288_release()
575 struct dvb_frontend *stv0288_attach(const struct stv0288_config *config, in stv0288_attach()