Searched refs:tuner_set_bandwidth (Results 1 – 16 of 16) sorted by relevance
/drivers/media/pci/ttpci/ |
D | budget.c | 469 .tuner_set_bandwidth = NULL, 667 tt1600_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; in frontend_init() 721 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 | 1486 if (state->config->tuner_set_bandwidth) in stb0899_search() 1487 state->config->tuner_set_bandwidth(fe, (13 * (stb0899_carr_width(state) + SearchRange)) / 10); in stb0899_search() 1525 if (state->config->tuner_set_bandwidth) in stb0899_search() 1526 state->config->tuner_set_bandwidth(fe, (stb0899_carr_width(state) + SearchRange)); in stb0899_search()
|
D | stv090x.c | 1818 if (state->config->tuner_set_bandwidth) { in stv090x_srate_srch_coarse() 1819 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_srate_srch_coarse() 2207 if (state->config->tuner_set_bandwidth) { in stv090x_get_coldlock() 2208 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_get_coldlock() 3035 if (state->config->tuner_set_bandwidth) { in stv090x_optimize_track() 3036 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_optimize_track() 3283 if (state->config->tuner_set_bandwidth) { in stv090x_algo() 3284 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_algo()
|
D | stv6110x.c | 364 .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 | 525 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 | 567 .tuner_set_bandwidth = stb6100_set_bandwidth,
|