Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
A Dstb6100_proc.h18 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
19 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
27 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
28 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq()
46 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
47 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
56 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
71 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
80 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
99 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
[all …]
A Dstb6100_cfg.h15 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_frequency() local
16 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency()
31 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_frequency() local
32 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency()
53 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_bandwidth() local
54 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth()
69 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_bandwidth() local
70 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandwidth()
A Dtda8261_cfg.h10 struct dvb_frontend_ops *frontend_ops = &fe->ops; in tda8261_get_frequency() local
11 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_frequency()
27 struct dvb_frontend_ops *frontend_ops = &fe->ops; in tda8261_set_frequency() local
28 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_set_frequency()
A Dstv0900_core.c510 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_set_tuner() local
513 frontend_ops = &fe->ops; in stv0900_set_tuner()
514 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_tuner()
535 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_set_bandwidth() local
538 frontend_ops = &fe->ops; in stv0900_set_bandwidth()
539 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_bandwidth()
A Dstv0900_sw.c1152 struct dvb_frontend_ops *frontend_ops = NULL; in stv0900_get_tuner_freq() local
1156 frontend_ops = &fe->ops; in stv0900_get_tuner_freq()
1157 tuner_ops = &frontend_ops->tuner_ops; in stv0900_get_tuner_freq()
A Dstv0367.c354 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stv0367_get_tuner_freq() local
355 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stv0367_get_tuner_freq()

Completed in 18 milliseconds