Searched refs:frontend_ops (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/dvb-frontends/
H A Dstb6100_proc.h13 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
14 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops;
18 if (frontend_ops->i2c_gate_ctrl)
19 frontend_ops->i2c_gate_ctrl(fe, 1);
27 if (frontend_ops->i2c_gate_ctrl)
28 frontend_ops->i2c_gate_ctrl(fe, 0);
36 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
37 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops;
46 if (frontend_ops->i2c_gate_ctrl)
47 frontend_ops
66 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
89 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
[all...]
H A Dtda8261_cfg.h10 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
11 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops;
27 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
28 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops;
H A Dstb6100_cfg.h15 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
16 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops;
31 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
32 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops;
53 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
54 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops;
69 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
70 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops;
H A Dstv0900_core.c510 struct dvb_frontend_ops *frontend_ops = NULL; local
513 frontend_ops = &fe->ops;
514 tuner_ops = &frontend_ops->tuner_ops;
535 struct dvb_frontend_ops *frontend_ops = NULL; local
538 frontend_ops = &fe->ops;
539 tuner_ops = &frontend_ops->tuner_ops;
H A Dstv0900_sw.c1152 struct dvb_frontend_ops *frontend_ops = NULL; local
1156 frontend_ops = &fe->ops;
1157 tuner_ops = &frontend_ops->tuner_ops;
H A Dstv0367.c336 struct dvb_frontend_ops *frontend_ops = &fe->ops; local
337 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops;

Completed in 188 milliseconds