Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dstb6100_proc.h25 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_freq() local
26 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq()
30 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
31 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
39 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
40 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq()
48 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_freq() local
49 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq()
58 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
59 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
[all …]
Dstb6100_cfg.h27 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_frequency() local
28 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency()
43 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_frequency() local
44 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency()
65 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_bandwidth() local
66 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth()
81 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_bandwidth() local
82 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandwidth()
Dtda8261_cfg.h22 struct dvb_frontend_ops *frontend_ops = &fe->ops; in tda8261_get_frequency() local
23 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_frequency()
39 struct dvb_frontend_ops *frontend_ops = &fe->ops; in tda8261_set_frequency() local
40 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_set_frequency()
Dstv0900_core.c520 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_set_tuner() local
523 frontend_ops = &fe->ops; in stv0900_set_tuner()
524 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_tuner()
545 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_set_bandwidth() local
548 frontend_ops = &fe->ops; in stv0900_set_bandwidth()
549 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_bandwidth()
Dstv0900_sw.c1162 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_get_tuner_freq() local
1166 frontend_ops = &fe->ops; in stv0900_get_tuner_freq()
1167 tuner_ops = &frontend_ops->tuner_ops; in stv0900_get_tuner_freq()
Dstv0367.c364 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stv0367_get_tuner_freq() local
365 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stv0367_get_tuner_freq()