Searched refs:dvb_tuner_ops (Results 1 – 25 of 69) sorted by relevance
123
/drivers/media/dvb-frontends/ |
D | stb6100_cfg.h | 25 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency() 43 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency() 62 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth() 80 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandwidth()
|
D | stb6100_proc.h | 23 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq() 49 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq() 76 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw() 102 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandw()
|
D | tda8261_cfg.h | 23 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_frequency() 42 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_set_frequency() 62 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_bandwidth()
|
D | tda826x.c | 132 static struct dvb_tuner_ops tda826x_tuner_ops = { 175 memcpy(&fe->ops.tuner_ops, &tda826x_tuner_ops, sizeof(struct dvb_tuner_ops)); in tda826x_attach()
|
D | tua6100.c | 160 static struct dvb_tuner_ops tua6100_tuner_ops = { 198 memcpy(&fe->ops.tuner_ops, &tua6100_tuner_ops, sizeof(struct dvb_tuner_ops)); in tua6100_attach()
|
D | stb6000.c | 189 static struct dvb_tuner_ops stb6000_tuner_ops = { 243 sizeof(struct dvb_tuner_ops)); in stb6000_attach()
|
D | ix2505v.c | 261 static struct dvb_tuner_ops ix2505v_tuner_ops = { 309 sizeof(struct dvb_tuner_ops)); in ix2505v_attach()
|
D | zl10039.c | 260 static struct dvb_tuner_ops zl10039_ops = { 305 memcpy(&fe->ops.tuner_ops, &zl10039_ops, sizeof(struct dvb_tuner_ops)); in zl10039_attach()
|
D | stb6100.h | 87 struct dvb_tuner_ops ops;
|
D | horus3a.c | 351 static struct dvb_tuner_ops horus3a_tuner_ops = { 421 sizeof(struct dvb_tuner_ops)); in horus3a_attach()
|
D | itd1000.c | 359 static const struct dvb_tuner_ops itd1000_tuner_ops = { 401 memcpy(&fe->ops.tuner_ops, &itd1000_tuner_ops, sizeof(struct dvb_tuner_ops)); in itd1000_attach()
|
D | zl10036.c | 449 static struct dvb_tuner_ops zl10036_tuner_ops = { 503 sizeof(struct dvb_tuner_ops)); in zl10036_attach()
|
/drivers/media/tuners/ |
D | tda18212.c | 176 static const struct dvb_tuner_ops tda18212_tuner_ops = { 248 sizeof(struct dvb_tuner_ops)); in tda18212_probe() 265 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in tda18212_remove()
|
D | si2157.c | 19 static const struct dvb_tuner_ops si2157_ops; 364 static const struct dvb_tuner_ops si2157_ops = { 438 memcpy(&fe->ops.tuner_ops, &si2157_ops, sizeof(struct dvb_tuner_ops)); in si2157_probe() 461 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in si2157_remove()
|
D | mt20xx.c | 366 static struct dvb_tuner_ops mt2032_tuner_ops = { 424 memcpy(&fe->ops.tuner_ops, &mt2032_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2032_init() 566 static struct dvb_tuner_ops mt2050_tuner_ops = { 591 memcpy(&fe->ops.tuner_ops, &mt2050_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2050_init()
|
D | tea5761.c | 304 static struct dvb_tuner_ops tea5761_tuner_ops = { 335 sizeof(struct dvb_tuner_ops)); in tea5761_attach()
|
D | it913x.c | 376 static const struct dvb_tuner_ops it913x_tuner_ops = { 420 sizeof(struct dvb_tuner_ops)); in it913x_probe() 450 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in it913x_remove()
|
D | tua9001.c | 165 static const struct dvb_tuner_ops tua9001_tuner_ops = { 227 sizeof(struct dvb_tuner_ops)); in tua9001_probe()
|
D | mt2131.c | 241 static const struct dvb_tuner_ops mt2131_tuner_ops = { 287 sizeof(struct dvb_tuner_ops)); in mt2131_attach()
|
D | mt2266.c | 306 static const struct dvb_tuner_ops mt2266_tuner_ops = { 343 memcpy(&fe->ops.tuner_ops, &mt2266_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2266_attach()
|
D | tea5767.c | 426 static struct dvb_tuner_ops tea5767_tuner_ops = { 463 sizeof(struct dvb_tuner_ops)); in tea5767_attach()
|
D | mc44s803.c | 307 static const struct dvb_tuner_ops mc44s803_tuner_ops = { 359 sizeof(struct dvb_tuner_ops)); in mc44s803_attach()
|
D | tda18218.c | 275 static const struct dvb_tuner_ops tda18218_tuner_ops = { 334 sizeof(struct dvb_tuner_ops)); in tda18218_attach()
|
/drivers/media/v4l2-core/ |
D | tuner-core.c | 206 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_params() 218 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_standby() 226 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_config() 269 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in set_type() 1037 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in tuner_status() 1161 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in tuner_g_frequency() 1193 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in tuner_g_tuner()
|
/drivers/media/dvb-core/ |
D | dvb_frontend.h | 245 struct dvb_tuner_ops { struct 474 struct dvb_tuner_ops tuner_ops;
|
123