Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/frontends/
Dstb6100_proc.h22 struct dvb_frontend_ops *frontend_ops = NULL; in stb6100_get_freq() local
28 frontend_ops = &fe->ops; in stb6100_get_freq()
29 if (&frontend_ops->tuner_ops) in stb6100_get_freq()
30 tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq()
32 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
33 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
41 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
42 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq()
52 struct dvb_frontend_ops *frontend_ops = NULL; in stb6100_set_freq() local
59 frontend_ops = &fe->ops; in stb6100_set_freq()
[all …]
Dstb6100_cfg.h24 struct dvb_frontend_ops *frontend_ops = NULL; in stb6100_get_frequency() local
30 frontend_ops = &fe->ops; in stb6100_get_frequency()
31 if (&frontend_ops->tuner_ops) in stb6100_get_frequency()
32 tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency()
45 struct dvb_frontend_ops *frontend_ops = NULL; in stb6100_set_frequency() local
52 frontend_ops = &fe->ops; in stb6100_set_frequency()
53 if (&frontend_ops->tuner_ops) in stb6100_set_frequency()
54 tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency()
66 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_bandwidth() local
67 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth()
[all …]
Dtda8261_cfg.h22 struct dvb_frontend_ops *frontend_ops = NULL; in tda8261_get_frequency() local
28 frontend_ops = &fe->ops; in tda8261_get_frequency()
29 if (&frontend_ops->tuner_ops) in tda8261_get_frequency()
30 tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_frequency()
44 struct dvb_frontend_ops *frontend_ops = NULL; in tda8261_set_frequency() local
51 frontend_ops = &fe->ops; in tda8261_set_frequency()
52 if (&frontend_ops->tuner_ops) in tda8261_set_frequency()
53 tuner_ops = &frontend_ops->tuner_ops; in tda8261_set_frequency()
66 struct dvb_frontend_ops *frontend_ops = &fe->ops; in tda8261_get_bandwidth() local
67 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_bandwidth()
[all …]
Dstv0900_core.c524 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_set_tuner() local
528 frontend_ops = &fe->ops; in stv0900_set_tuner()
530 if (&frontend_ops->tuner_ops) in stv0900_set_tuner()
531 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_tuner()
552 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_set_bandwidth() local
556 frontend_ops = &fe->ops; in stv0900_set_bandwidth()
558 if (&frontend_ops->tuner_ops) in stv0900_set_bandwidth()
559 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_bandwidth()
Dstv0900_sw.c1168 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_get_tuner_freq() local
1173 frontend_ops = &fe->ops; in stv0900_get_tuner_freq()
1175 if (&frontend_ops->tuner_ops) in stv0900_get_tuner_freq()
1176 tuner_ops = &frontend_ops->tuner_ops; in stv0900_get_tuner_freq()
Dstv0367.c913 struct dvb_frontend_ops *frontend_ops = NULL; in stv0367_get_tuner_freq() local
922 frontend_ops = &fe->ops; in stv0367_get_tuner_freq()
923 if (&frontend_ops->tuner_ops) in stv0367_get_tuner_freq()
924 tuner_ops = &frontend_ops->tuner_ops; in stv0367_get_tuner_freq()