Searched refs:tuner_set_bandwidth (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/st/sti/c8sectpfe/ |
A D | c8sectpfe-dvb.c | 58 .tuner_set_bandwidth = NULL, 212 stv090x_config.tuner_set_bandwidth = fe2->tuner_set_bandwidth; in c8sectpfe_frontend_attach()
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | stv6110x.h | 38 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth); member
|
A D | stb0899_drv.h | 127 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member
|
A D | stv090x.h | 86 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member
|
A D | stb0899_drv.c | 1471 if (state->config->tuner_set_bandwidth) in stb0899_search() 1472 state->config->tuner_set_bandwidth(fe, (13 * (stb0899_carr_width(state) + SearchRange)) / 10); in stb0899_search() 1510 if (state->config->tuner_set_bandwidth) in stb0899_search() 1511 state->config->tuner_set_bandwidth(fe, (stb0899_carr_width(state) + SearchRange)); in stb0899_search()
|
A D | stv090x.c | 1802 if (state->config->tuner_set_bandwidth) { in stv090x_srate_srch_coarse() 1803 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_srate_srch_coarse() 2192 if (state->config->tuner_set_bandwidth) { in stv090x_get_coldlock() 2193 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_get_coldlock() 3018 if (state->config->tuner_set_bandwidth) { in stv090x_optimize_track() 3019 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_optimize_track() 3266 if (state->config->tuner_set_bandwidth) { in stv090x_algo() 3267 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) in stv090x_algo()
|
A D | stv6110x.c | 386 .tuner_set_bandwidth = stv6110x_set_bandwidth,
|
/linux-6.3-rc2/drivers/media/pci/ttpci/ |
A D | budget.c | 456 .tuner_set_bandwidth = NULL, 668 tt1600_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; in frontend_init() 722 tt1600_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; in frontend_init()
|
A D | budget-av.c | 1136 .tuner_set_bandwidth = NULL,
|
A D | budget-ci.c | 1290 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
/linux-6.3-rc2/drivers/media/pci/mantis/ |
A D | mantis_vp1041.c | 286 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb/ |
A D | technisat-usb2.c | 540 technisat_usb2_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; in technisat_usb2_frontend_attach()
|
A D | pctv452e.c | 893 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
A D | az6027.c | 286 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
/linux-6.3-rc2/drivers/media/pci/ngene/ |
A D | ngene-cards.c | 138 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
|
/linux-6.3-rc2/drivers/media/pci/ddbridge/ |
A D | ddbridge-core.c | 1158 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
|
/linux-6.3-rc2/drivers/media/pci/cx23885/ |
A D | cx23885-dvb.c | 560 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
Completed in 69 milliseconds