Lines Matching refs:dvb_frontend
81 int (*tuner_init)(struct dvb_frontend *fe);
82 int (*tuner_sleep)(struct dvb_frontend *fe);
83 int (*tuner_set_mode)(struct dvb_frontend *fe, enum tuner_mode mode);
84 int (*tuner_set_frequency)(struct dvb_frontend *fe, u32 frequency);
85 int (*tuner_get_frequency)(struct dvb_frontend *fe, u32 *frequency);
86 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth);
87 int (*tuner_get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth);
88 int (*tuner_set_bbgain)(struct dvb_frontend *fe, u32 gain);
89 int (*tuner_get_bbgain)(struct dvb_frontend *fe, u32 *gain);
90 int (*tuner_set_refclk)(struct dvb_frontend *fe, u32 refclk);
91 int (*tuner_get_status)(struct dvb_frontend *fe, u32 *status);
92 void (*tuner_i2c_lock)(struct dvb_frontend *fe, int lock);
95 int (*set_gpio)(struct dvb_frontend *fe, u8 gpio, u8 dir, u8 value,
98 struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *i2c);
103 struct dvb_frontend *stv090x_attach(struct stv090x_config *config,
109 static inline struct dvb_frontend *stv090x_attach(const struct stv090x_config *config,