Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
Dstb6100_proc.h22 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_freq() local
23 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq()
28 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
29 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
37 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
38 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()
56 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
57 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
[all …]
Dstb6100_cfg.h24 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_frequency() local
25 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency()
42 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_frequency() local
43 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency()
61 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_bandwidth() local
62 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth()
79 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_bandwidth() local
80 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()
41 struct dvb_frontend_ops *frontend_ops = &fe->ops; in tda8261_set_frequency() local
42 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_set_frequency()
61 struct dvb_frontend_ops *frontend_ops = &fe->ops; in tda8261_get_bandwidth() local
62 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_bandwidth()
Dstv0900_core.c524 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_set_tuner() local
527 frontend_ops = &fe->ops; in stv0900_set_tuner()
528 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_tuner()
549 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_set_bandwidth() local
552 frontend_ops = &fe->ops; in stv0900_set_bandwidth()
553 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_bandwidth()
Dstv0900_sw.c1166 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_get_tuner_freq() local
1170 frontend_ops = &fe->ops; in stv0900_get_tuner_freq()
1171 tuner_ops = &frontend_ops->tuner_ops; in stv0900_get_tuner_freq()
Dstv0367.c930 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stv0367_get_tuner_freq() local
931 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stv0367_get_tuner_freq()