Home
last modified time | relevance | path

Searched refs:bandwidth_auto (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/media/tuners/
De4000_priv.h39 struct v4l2_ctrl *bandwidth_auto; member
Dmsi001.c45 struct v4l2_ctrl *bandwidth_auto; member
442 s->bandwidth_auto = v4l2_ctrl_new_std(&s->hdl, &msi001_ctrl_ops, in msi001_probe()
446 v4l2_ctrl_auto_cluster(2, &s->bandwidth_auto, 0, false); in msi001_probe()
De4000.c525 s->bandwidth_auto = v4l2_ctrl_new_std(&s->hdl, &e4000_ctrl_ops, in e4000_probe()
529 v4l2_ctrl_auto_cluster(2, &s->bandwidth_auto, 0, false); in e4000_probe()
/linux-4.1.27/drivers/media/dvb-frontends/
Drtl2832_sdr.c150 struct v4l2_ctrl *bandwidth_auto; member
804 struct v4l2_ctrl *bandwidth_auto; in rtl2832_sdr_set_tuner_freq() local
816 bandwidth_auto = v4l2_ctrl_find(&dev->hdl, in rtl2832_sdr_set_tuner_freq()
819 if (v4l2_ctrl_g_ctrl(bandwidth_auto)) { in rtl2832_sdr_set_tuner_freq()
1251 if (dev->bandwidth_auto->val) { in rtl2832_sdr_s_ctrl()
1371 dev->bandwidth_auto = v4l2_ctrl_new_std(&dev->hdl, ops, in rtl2832_sdr_probe()
1377 v4l2_ctrl_auto_cluster(2, &dev->bandwidth_auto, 0, false); in rtl2832_sdr_probe()
1382 dev->bandwidth_auto = v4l2_ctrl_new_std(&dev->hdl, ops, in rtl2832_sdr_probe()
1389 v4l2_ctrl_auto_cluster(2, &dev->bandwidth_auto, 0, false); in rtl2832_sdr_probe()
/linux-4.1.27/drivers/media/usb/hackrf/
Dhackrf.c134 struct v4l2_ctrl *bandwidth_auto; member
916 dev->bandwidth_auto->cur.val, in hackrf_set_bandwidth()
917 dev->bandwidth_auto->val, dev->bandwidth->cur.val, in hackrf_set_bandwidth()
920 if (dev->bandwidth_auto->val == true) in hackrf_set_bandwidth()
1081 dev->bandwidth_auto = v4l2_ctrl_new_std(&dev->hdl, &hackrf_ctrl_ops, in hackrf_probe()
1086 v4l2_ctrl_auto_cluster(2, &dev->bandwidth_auto, 0, false); in hackrf_probe()
/linux-4.1.27/drivers/media/usb/msi2500/
Dmsi2500.c691 struct v4l2_ctrl *bandwidth_auto; in msi2500_set_usb_adc() local
697 bandwidth_auto = v4l2_ctrl_find(&s->hdl, in msi2500_set_usb_adc()
699 if (v4l2_ctrl_g_ctrl(bandwidth_auto)) { in msi2500_set_usb_adc()