Searched refs:tuner_set_bandwidth (Results 1 - 16 of 16) sorted by relevance
/drivers/media/dvb-frontends/ |
H A D | stv6110x.h | 47 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth); member in struct:stv6110x_devctl
|
H A D | stv090x.h | 97 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth); member in struct:stv090x_config
|
H A D | stb0899_drv.h | 139 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); member in struct:stb0899_config
|
H A D | stb0899_drv.c | 1486 if (state->config->tuner_set_bandwidth) 1487 state->config->tuner_set_bandwidth(fe, (13 * (stb0899_carr_width(state) + SearchRange)) / 10); 1525 if (state->config->tuner_set_bandwidth) 1526 state->config->tuner_set_bandwidth(fe, (stb0899_carr_width(state) + SearchRange));
|
H A D | stv6110x.c | 364 .tuner_set_bandwidth = stv6110x_set_bandwidth,
|
H A D | stv090x.c | 1818 if (state->config->tuner_set_bandwidth) { 1819 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) 2207 if (state->config->tuner_set_bandwidth) { 2208 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) 3035 if (state->config->tuner_set_bandwidth) { 3036 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0) 3283 if (state->config->tuner_set_bandwidth) { 3284 if (state->config->tuner_set_bandwidth(fe, state->tuner_bw) < 0)
|
/drivers/media/pci/ttpci/ |
H A D | budget.c | 469 .tuner_set_bandwidth = NULL, 667 tt1600_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; 721 tt1600_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth;
|
H A D | budget-av.c | 1153 .tuner_set_bandwidth = NULL,
|
H A D | budget-ci.c | 1305 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
/drivers/media/usb/dvb-usb/ |
H A D | technisat-usb2.c | 525 technisat_usb2_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth;
|
H A D | az6027.c | 289 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
H A D | pctv452e.c | 858 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
/drivers/media/pci/mantis/ |
H A D | mantis_vp1041.c | 298 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
/drivers/media/pci/ngene/ |
H A D | ngene-cards.c | 79 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth;
|
/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 708 feconf->tuner_set_bandwidth = ctl->tuner_set_bandwidth;
|
/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 567 .tuner_set_bandwidth = stb6100_set_bandwidth,
|
Completed in 205 milliseconds