Lines Matching refs:dvb_frontend
10 struct dvb_frontend;
24 int (*reset) (struct dvb_frontend *, int);
25 int (*sleep) (struct dvb_frontend *, int);
49 extern struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct…
50 extern u16 dib0070_wbd_offset(struct dvb_frontend *);
51 extern void dib0070_ctrl_agc_filter(struct dvb_frontend *, u8 open);
52 extern u8 dib0070_get_rf_output(struct dvb_frontend *fe);
53 extern int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no);
55 static inline struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c,… in dib0070_attach()
61 static inline u16 dib0070_wbd_offset(struct dvb_frontend *fe) in dib0070_wbd_offset()
67 static inline void dib0070_ctrl_agc_filter(struct dvb_frontend *fe, u8 open) in dib0070_ctrl_agc_filter()