Home
last modified time | relevance | path

Searched refs:f_bandwidth (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/media/tuners/
Dfc2580.c109 dev->f_frequency, dev->f_bandwidth, f_vco, F_REF, div_ref, in fc2580_set_params()
240 if (dev->f_bandwidth <= fc2580_if_filter_lut[i].freq) in fc2580_set_params()
252 uitmp = (unsigned int) 8058000 - (dev->f_bandwidth * 122 / 100 / 2); in fc2580_set_params()
336 dev->f_bandwidth = c->bandwidth_hz; in fc2580_dvb_set_params()
497 dev->f_bandwidth = dev->bandwidth->val; in fc2580_s_ctrl()
586 dev->f_bandwidth = dev->bandwidth->val; in fc2580_probe()
De4000_priv.h38 unsigned int f_bandwidth; member
De4000.c161 dev->f_frequency, dev->f_bandwidth, f_vco, F_REF, div_n, k, in e4000_set_params()
189 if (dev->f_bandwidth <= e4000_if_filter_lut[i].freq) in e4000_set_params()
552 dev->f_bandwidth = dev->bandwidth->val; in e4000_s_ctrl()
591 dev->f_bandwidth = c->bandwidth_hz; in e4000_dvb_set_params()
704 dev->f_bandwidth = dev->bandwidth->val; in e4000_probe()
Dfc2580_priv.h139 unsigned int f_bandwidth; member