Searched refs:f_bandwidth (Results 1 – 4 of 4) sorted by relevance
/drivers/media/tuners/ |
D | fc2580.c | 109 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() 507 dev->f_bandwidth = dev->bandwidth->val; in fc2580_s_ctrl() 596 dev->f_bandwidth = dev->bandwidth->val; in fc2580_probe()
|
D | e4000.c | 161 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() 562 dev->f_bandwidth = dev->bandwidth->val; in e4000_s_ctrl() 601 dev->f_bandwidth = c->bandwidth_hz; in e4000_dvb_set_params() 714 dev->f_bandwidth = dev->bandwidth->val; in e4000_probe()
|
D | e4000_priv.h | 38 unsigned int f_bandwidth; member
|
D | fc2580_priv.h | 139 unsigned int f_bandwidth; member
|