Home
last modified time | relevance | path

Searched refs:tuner_set_bandwidth (Results 1 – 16 of 16) sorted by relevance

/drivers/media/pci/ttpci/
Dbudget.c469 .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()
Dbudget-ci.c1305 .tuner_set_bandwidth = stb6100_set_bandwidth,
Dbudget-av.c1153 .tuner_set_bandwidth = NULL,
/drivers/media/dvb-frontends/
Dstv6110x.h47 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth); member
Dstv090x.h97 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth); member
Dstb0899_drv.h139 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member
Dstb0899_drv.c1486 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()
Dstv090x.c1818 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()
Dstv6110x.c364 .tuner_set_bandwidth = stv6110x_set_bandwidth,
/drivers/media/pci/mantis/
Dmantis_vp1041.c298 .tuner_set_bandwidth = stb6100_set_bandwidth,
/drivers/media/usb/dvb-usb/
Dtechnisat-usb2.c525 technisat_usb2_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; in technisat_usb2_frontend_attach()
Dpctv452e.c858 .tuner_set_bandwidth = stb6100_set_bandwidth,
Daz6027.c289 .tuner_set_bandwidth = stb6100_set_bandwidth,
/drivers/media/pci/ngene/
Dngene-cards.c79 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
/drivers/media/pci/ddbridge/
Dddbridge-core.c708 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth; in tuner_attach_stv6110()
/drivers/media/pci/cx23885/
Dcx23885-dvb.c567 .tuner_set_bandwidth = stb6100_set_bandwidth,