Searched defs:fe (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/drivers/media/tuners/
H A De4000.h35 struct dvb_frontend *fe; member in struct:e4000_config
H A Dmxl301rf.h23 struct dvb_frontend *fe; member in struct:mxl301rf_config
H A Dsi2157.h31 struct dvb_frontend *fe; member in struct:si2157_config
H A Dmt20xx.h24 extern struct dvb_frontend *microtune_attach(struct dvb_frontend *fe,
28 static inline struct dvb_frontend *microtune_attach(struct dvb_frontend *fe, argument
H A Dtda9887.h25 extern struct dvb_frontend *tda9887_attach(struct dvb_frontend *fe,
29 static inline struct dvb_frontend *tda9887_attach(struct dvb_frontend *fe, argument
H A Dmt2266.h28 extern struct dvb_frontend * mt2266_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2266_config *cfg);
30 static inline struct dvb_frontend * mt2266_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2266_config *cfg) argument
H A Dqt1010.h34 * @param fe frontend to attach to
37 * @return fe pointer on success, NULL on failure
40 extern struct dvb_frontend *qt1010_attach(struct dvb_frontend *fe,
44 static inline struct dvb_frontend *qt1010_attach(struct dvb_frontend *fe, argument
H A Dtea5761.h26 extern struct dvb_frontend *tea5761_attach(struct dvb_frontend *fe,
38 static inline struct dvb_frontend *tea5761_attach(struct dvb_frontend *fe, argument
H A Dtuner-simple.h24 extern struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe,
29 static inline struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe, argument
/drivers/media/dvb-frontends/
H A Dstb6000.h33 * @param fe Frontend to attach to.
39 extern struct dvb_frontend *stb6000_attach(struct dvb_frontend *fe, int addr,
42 static inline struct dvb_frontend *stb6000_attach(struct dvb_frontend *fe, argument
H A Dtda18271c2dd.h7 struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
10 static inline struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe, argument
H A Dtua6100.h38 extern struct dvb_frontend *tua6100_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c);
40 static inline struct dvb_frontend* tua6100_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c) argument
H A Dzl10039.h28 struct dvb_frontend *zl10039_attach(struct dvb_frontend *fe,
32 static inline struct dvb_frontend *zl10039_attach(struct dvb_frontend *fe, argument
H A Da8293.h31 extern struct dvb_frontend *a8293_attach(struct dvb_frontend *fe,
34 static inline struct dvb_frontend *a8293_attach(struct dvb_frontend *fe, argument
H A Ditd1000.h33 extern struct dvb_frontend *itd1000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct itd1000_config *cfg);
35 static inline struct dvb_frontend *itd1000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct itd1000_config *cfg) argument
H A Dlnbp22.h47 extern struct dvb_frontend *lnbp22_attach(struct dvb_frontend *fe,
50 static inline struct dvb_frontend *lnbp22_attach(struct dvb_frontend *fe, argument
H A Drtl2832_sdr.h41 extern struct dvb_frontend *rtl2832_sdr_attach(struct dvb_frontend *fe,
45 static inline struct dvb_frontend *rtl2832_sdr_attach(struct dvb_frontend *fe, argument
H A Dsi2168.h30 struct dvb_frontend **fe; member in struct:si2168_config
H A Dtc90522.h36 struct dvb_frontend *fe; member in struct:tc90522_config
H A Dtda826x.h32 * @param fe Frontend to attach to.
39 extern struct dvb_frontend* tda826x_attach(struct dvb_frontend *fe, int addr,
43 static inline struct dvb_frontend* tda826x_attach(struct dvb_frontend *fe, argument
H A Dcx24110.h36 static inline int cx24110_pll_write(struct dvb_frontend *fe, u32 val) argument
44 if (fe->ops.write)
45 return fe->ops.write(fe, buf, 3);
H A Dcx24113.h39 extern void cx24113_agc_callback(struct dvb_frontend *fe);
41 static inline struct dvb_frontend *cx24113_attach(struct dvb_frontend *fe, argument
48 static inline void cx24113_agc_callback(struct dvb_frontend *fe) argument
H A Dmb86a20s.h49 mb86a20s_get_tuner_i2c_adapter(struct dvb_frontend *fe) argument
H A Ds921.h40 s921_get_tuner_i2c_adapter(struct dvb_frontend *fe) argument
H A Dtda8261_cfg.h20 static int tda8261_get_frequency(struct dvb_frontend *fe, u32 *frequency) argument
22 struct dvb_frontend_ops *frontend_ops = &fe->ops;
28 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state);
39 static int tda8261_set_frequency(struct dvb_frontend *fe, u32 frequency) argument
41 struct dvb_frontend_ops *frontend_ops = &fe->ops;
49 err = tuner_ops->set_state(fe, DVBFE_TUNER_FREQUENCY, &t_state);
59 static int tda8261_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
61 struct dvb_frontend_ops *frontend_ops = &fe->ops;
67 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state);

Completed in 2987 milliseconds

1234567891011>>