Searched refs:tuner_set_bandwidth (Results 1 – 17 of 17) sorted by relevance
/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-dvb.c | 68 .tuner_set_bandwidth = NULL, 221 stv090x_config.tuner_set_bandwidth = fe2->tuner_set_bandwidth; in c8sectpfe_frontend_attach()
|
/drivers/media/pci/ttpci/ |
D | budget.c | 473 .tuner_set_bandwidth = NULL, 671 tt1600_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; in frontend_init() 725 tt1600_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; in frontend_init()
|
D | budget-ci.c | 1305 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
D | budget-av.c | 1153 .tuner_set_bandwidth = NULL,
|
/drivers/media/dvb-frontends/ |
D | stv6110x.h | 47 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth); member
|
D | stv090x.h | 97 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member
|
D | stb0899_drv.h | 139 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member
|
D | stb0899_drv.c | 1490 if (state->config->tuner_set_bandwidth) in stb0899_search() 1491 state->config->tuner_set_bandwidth(fe, (13 * (stb0899_carr_width(state) + SearchRange)) / 10); in stb0899_search() 1529 if (state->config->tuner_set_bandwidth) in stb0899_search() 1530 state->config->tuner_set_bandwidth(fe, (stb0899_carr_width(state) + SearchRange)); in stb0899_search()
|
D | stv090x.c | 1820 if (state->config->tuner_set_bandwidth) { in stv090x_srate_srch_coarse() 1821 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_srate_srch_coarse() 2210 if (state->config->tuner_set_bandwidth) { in stv090x_get_coldlock() 2211 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_get_coldlock() 3037 if (state->config->tuner_set_bandwidth) { in stv090x_optimize_track() 3038 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_optimize_track() 3285 if (state->config->tuner_set_bandwidth) { in stv090x_algo() 3286 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_algo()
|
D | stv6110x.c | 366 .tuner_set_bandwidth = stv6110x_set_bandwidth,
|
/drivers/media/pci/mantis/ |
D | mantis_vp1041.c | 298 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
/drivers/media/usb/dvb-usb/ |
D | technisat-usb2.c | 528 technisat_usb2_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; in technisat_usb2_frontend_attach()
|
D | pctv452e.c | 858 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
D | az6027.c | 289 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
/drivers/media/pci/ngene/ |
D | ngene-cards.c | 79 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
|
/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 708 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
|
/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 569 .tuner_set_bandwidth = stb6100_set_bandwidth,
|