Lines Matching refs:dvb_frontend
13 struct dvb_frontend;
27 int (*reset) (struct dvb_frontend *, int);
28 int (*sleep) (struct dvb_frontend *, int);
52 extern struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct…
53 extern u16 dib0070_wbd_offset(struct dvb_frontend *);
54 extern void dib0070_ctrl_agc_filter(struct dvb_frontend *, u8 open);
55 extern u8 dib0070_get_rf_output(struct dvb_frontend *fe);
56 extern int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no);
58 static inline struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c,… in dib0070_attach()
64 static inline u16 dib0070_wbd_offset(struct dvb_frontend *fe) in dib0070_wbd_offset()
70 static inline void dib0070_ctrl_agc_filter(struct dvb_frontend *fe, u8 open) in dib0070_ctrl_agc_filter()