Searched refs:dvb_tuner_ops (Results 1 – 25 of 77) sorted by relevance
1234
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | stb6100_cfg.h | 16 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency() 32 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency() 54 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth() 70 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandwidth()
|
D | stb6100_proc.h | 14 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq() 37 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq() 67 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw() 90 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandw()
|
D | tda8261_cfg.h | 11 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_frequency() 28 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_set_frequency()
|
D | tda826x.c | 118 static const struct dvb_tuner_ops tda826x_tuner_ops = { 161 memcpy(&fe->ops.tuner_ops, &tda826x_tuner_ops, sizeof(struct dvb_tuner_ops)); in tda826x_attach()
|
D | stb6000.c | 175 static const struct dvb_tuner_ops stb6000_tuner_ops = { 229 sizeof(struct dvb_tuner_ops)); in stb6000_attach()
|
D | tua6100.c | 147 static const struct dvb_tuner_ops tua6100_tuner_ops = { 185 memcpy(&fe->ops.tuner_ops, &tua6100_tuner_ops, sizeof(struct dvb_tuner_ops)); in tua6100_attach()
|
D | helene.c | 850 static const struct dvb_tuner_ops helene_tuner_ops_t = { 864 static const struct dvb_tuner_ops helene_tuner_ops_s = { 878 static const struct dvb_tuner_ops helene_tuner_ops = { 1021 sizeof(struct dvb_tuner_ops)); in helene_attach_s() 1057 sizeof(struct dvb_tuner_ops)); in helene_attach() 1094 sizeof(struct dvb_tuner_ops)); in helene_probe()
|
D | ix2505v.c | 247 static const struct dvb_tuner_ops ix2505v_tuner_ops = { 295 sizeof(struct dvb_tuner_ops)); in ix2505v_attach()
|
D | zl10039.c | 244 static const struct dvb_tuner_ops zl10039_ops = { 290 memcpy(&fe->ops.tuner_ops, &zl10039_ops, sizeof(struct dvb_tuner_ops)); in zl10039_attach()
|
D | stb6100.h | 75 struct dvb_tuner_ops ops;
|
D | horus3a.c | 321 static const struct dvb_tuner_ops horus3a_tuner_ops = { 391 sizeof(struct dvb_tuner_ops)); in horus3a_attach()
|
D | itd1000.c | 344 static const struct dvb_tuner_ops itd1000_tuner_ops = { 386 memcpy(&fe->ops.tuner_ops, &itd1000_tuner_ops, sizeof(struct dvb_tuner_ops)); in itd1000_attach()
|
/linux-5.19.10/drivers/media/tuners/ |
D | tda18212.c | 163 static const struct dvb_tuner_ops tda18212_tuner_ops = { 235 sizeof(struct dvb_tuner_ops)); in tda18212_probe() 252 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in tda18212_remove()
|
D | tea5761.c | 297 static const struct dvb_tuner_ops tea5761_tuner_ops = { 328 sizeof(struct dvb_tuner_ops)); in tea5761_attach()
|
D | tua9001.c | 156 static const struct dvb_tuner_ops tua9001_tuner_ops = { 218 sizeof(struct dvb_tuner_ops)); in tua9001_probe()
|
D | mt20xx.c | 365 static const struct dvb_tuner_ops mt2032_tuner_ops = { 423 memcpy(&fe->ops.tuner_ops, &mt2032_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2032_init() 560 static const struct dvb_tuner_ops mt2050_tuner_ops = { 585 memcpy(&fe->ops.tuner_ops, &mt2050_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2050_init()
|
D | it913x.c | 367 static const struct dvb_tuner_ops it913x_tuner_ops = { 403 sizeof(struct dvb_tuner_ops)); in it913x_probe() 429 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in it913x_remove()
|
D | mt2131.c | 226 static const struct dvb_tuner_ops mt2131_tuner_ops = { 272 sizeof(struct dvb_tuner_ops)); in mt2131_attach()
|
D | tea5767.c | 424 static const struct dvb_tuner_ops tea5767_tuner_ops = { 461 sizeof(struct dvb_tuner_ops)); in tea5767_attach()
|
D | mt2266.c | 296 static const struct dvb_tuner_ops mt2266_tuner_ops = { 333 memcpy(&fe->ops.tuner_ops, &mt2266_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2266_attach()
|
D | tda18250.c | 11 static const struct dvb_tuner_ops tda18250_ops; 731 static const struct dvb_tuner_ops tda18250_ops = { 846 sizeof(struct dvb_tuner_ops)); in tda18250_probe() 866 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in tda18250_remove()
|
/linux-5.19.10/drivers/media/v4l2-core/ |
D | tuner-core.c | 239 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_params() 251 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_standby() 259 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_config() 302 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in set_type() 1091 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in tuner_status() 1206 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in tuner_g_frequency() 1238 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in tuner_g_tuner()
|
/linux-5.19.10/scripts/ |
D | const_structs.checkpatch | 16 dvb_tuner_ops
|
/linux-5.19.10/include/media/ |
D | dvb_frontend.h | 226 struct dvb_tuner_ops { struct 498 struct dvb_tuner_ops tuner_ops;
|
/linux-5.19.10/drivers/media/test-drivers/vidtv/ |
D | vidtv_tuner.c | 373 static const struct dvb_tuner_ops vidtv_tuner_ops = { 409 sizeof(struct dvb_tuner_ops)); in vidtv_tuner_i2c_probe()
|
1234