Searched refs:tuner_get_bandwidth (Results 1 - 16 of 16) sorted by relevance
/drivers/media/dvb-frontends/ |
H A D | stv6110x.h | 48 int (*tuner_get_bandwidth) (struct dvb_frontend *fe, u32 *bandwidth); member in struct:stv6110x_devctl
|
H A D | stv090x.h | 98 int (*tuner_get_bandwidth) (struct dvb_frontend *fe, u32 *bandwidth); member in struct:stv090x_config
|
H A D | stb0899_drv.h | 140 int (*tuner_get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth); member in struct:stb0899_config
|
H A D | stb0899_drv.c | 1488 if (state->config->tuner_get_bandwidth) 1489 state->config->tuner_get_bandwidth(fe, &internal->tuner_bw); 1527 if (state->config->tuner_get_bandwidth) 1528 state->config->tuner_get_bandwidth(fe, &internal->tuner_bw);
|
H A D | stb0899_algo.c | 151 if (config->tuner_get_bandwidth) { 153 config->tuner_get_bandwidth(&state->frontend, &bandwidth); 618 if (config->tuner_get_bandwidth) 619 config->tuner_get_bandwidth(&state->frontend, &bandwidth);
|
H A D | stv6110x.c | 365 .tuner_get_bandwidth = stv6110x_get_bandwidth,
|
/drivers/media/pci/ttpci/ |
H A D | budget.c | 470 .tuner_get_bandwidth = NULL, 668 tt1600_stv090x_config.tuner_get_bandwidth = ctl->tuner_get_bandwidth; 722 tt1600_stv090x_config.tuner_get_bandwidth = ctl->tuner_get_bandwidth;
|
H A D | budget-av.c | 1154 .tuner_get_bandwidth = tda8261_get_bandwidth,
|
H A D | budget-ci.c | 1306 .tuner_get_bandwidth = stb6100_get_bandwidth,
|
/drivers/media/usb/dvb-usb/ |
H A D | technisat-usb2.c | 526 technisat_usb2_stv090x_config.tuner_get_bandwidth = ctl->tuner_get_bandwidth;
|
H A D | az6027.c | 290 .tuner_get_bandwidth = stb6100_get_bandwidth,
|
H A D | pctv452e.c | 859 .tuner_get_bandwidth = stb6100_get_bandwidth,
|
/drivers/media/pci/mantis/ |
H A D | mantis_vp1041.c | 299 .tuner_get_bandwidth = stb6100_get_bandwidth,
|
/drivers/media/pci/ngene/ |
H A D | ngene-cards.c | 80 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth;
|
/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 709 feconf->tuner_get_bandwidth = ctl->tuner_get_bandwidth;
|
/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 568 .tuner_get_bandwidth = stb6100_get_bandwidth,
|
Completed in 121 milliseconds