Searched refs:f_bandwidth (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/media/tuners/ |
D | fc2580.c | 96 dev->f_frequency, dev->f_bandwidth, f_vco, F_REF, div_ref, in fc2580_set_params() 227 if (dev->f_bandwidth <= fc2580_if_filter_lut[i].freq) in fc2580_set_params() 239 uitmp = (unsigned int) 8058000 - (dev->f_bandwidth * 122 / 100 / 2); in fc2580_set_params() 323 dev->f_bandwidth = c->bandwidth_hz; in fc2580_dvb_set_params() 484 dev->f_bandwidth = dev->bandwidth->val; in fc2580_s_ctrl() 573 dev->f_bandwidth = dev->bandwidth->val; in fc2580_probe()
|
D | e4000.c | 148 dev->f_frequency, dev->f_bandwidth, f_vco, F_REF, div_n, k, in e4000_set_params() 176 if (dev->f_bandwidth <= e4000_if_filter_lut[i].freq) in e4000_set_params() 539 dev->f_bandwidth = dev->bandwidth->val; in e4000_s_ctrl() 578 dev->f_bandwidth = c->bandwidth_hz; in e4000_dvb_set_params() 691 dev->f_bandwidth = dev->bandwidth->val; in e4000_probe()
|
D | e4000_priv.h | 25 unsigned int f_bandwidth; member
|
D | fc2580_priv.h | 126 unsigned int f_bandwidth; member
|