Searched refs:get_bandwidth (Results 1 – 25 of 25) sorted by relevance
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | stb6100_cfg.h | 57 if (tuner_ops->get_bandwidth) { in stb6100_get_bandwidth() 58 err = tuner_ops->get_bandwidth(fe, bandwidth); in stb6100_get_bandwidth()
|
D | stb6100_proc.h | 70 if (tuner_ops->get_bandwidth) { in stb6100_get_bandw() 74 err = tuner_ops->get_bandwidth(fe, bandwidth); in stb6100_get_bandw()
|
D | itd1000.c | 359 .get_bandwidth = itd1000_get_bandwidth
|
D | tda18271c2dd.c | 1193 static int get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in get_bandwidth() function 1213 .get_bandwidth = get_bandwidth,
|
D | stv6110.c | 374 .get_bandwidth = stv6110_get_bandwidth,
|
D | stb6100.c | 527 .get_bandwidth = stb6100_get_bandwidth,
|
D | dvb-pll.c | 778 .get_bandwidth = dvb_pll_get_bandwidth,
|
/Linux-v5.4/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-demod.c | 511 if (fe->ops.tuner_ops.get_bandwidth) in mxl111sf_demod_get_frontend() 512 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz); in mxl111sf_demod_get_frontend()
|
D | mxl111sf-tuner.c | 472 .get_bandwidth = mxl111sf_tuner_get_bandwidth,
|
/Linux-v5.4/drivers/media/tuners/ |
D | mt2266.c | 308 .get_bandwidth = mt2266_get_bandwidth
|
D | max2165.c | 383 .get_bandwidth = max2165_get_bandwidth,
|
D | fc0012.c | 423 .get_bandwidth = fc0012_get_bandwidth,
|
D | fc0011.c | 479 .get_bandwidth = fc0011_get_bandwidth,
|
D | fc0013.c | 582 .get_bandwidth = fc0013_get_bandwidth,
|
D | tda827x.c | 820 .get_bandwidth = tda827x_get_bandwidth, 836 .get_bandwidth = tda827x_get_bandwidth,
|
D | mxl5007t.c | 789 .get_bandwidth = mxl5007t_get_bandwidth,
|
D | tuner-simple.c | 1042 .get_bandwidth = simple_get_bandwidth,
|
D | xc5000.c | 1360 .get_bandwidth = xc5000_get_bandwidth,
|
D | tda18271-fe.c | 1242 .get_bandwidth = tda18271_get_bandwidth,
|
D | xc4000.c | 1642 .get_bandwidth = xc4000_get_bandwidth,
|
D | mt2063.c | 2204 .get_bandwidth = mt2063_get_bandwidth,
|
D | mxl5005s.c | 4089 .get_bandwidth = mxl5005s_get_bandwidth,
|
/Linux-v5.4/include/media/ |
D | dvb_frontend.h | 243 int (*get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth); member
|
/Linux-v5.4/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 1562 tuner_ops->get_bandwidth = stb6100_get_bandw; in dvb_register()
|
/Linux-v5.4/drivers/media/usb/dvb-usb/ |
D | dw2102.c | 1198 tuner_ops->get_bandwidth = stb6100_get_bandw; in dw2104_frontend_attach()
|