Searched refs:wbd (Results 1 – 5 of 5) sorted by relevance
/drivers/media/dvb-frontends/ |
D | dib0090.c | 892 static s16 dib0090_wbd_to_db(struct dib0090_state *state, u16 wbd) in dib0090_wbd_to_db() argument 894 wbd &= 0x3ff; in dib0090_wbd_to_db() 895 if (wbd < state->wbd_offset) in dib0090_wbd_to_db() 896 wbd = 0; in dib0090_wbd_to_db() 898 wbd -= state->wbd_offset; in dib0090_wbd_to_db() 900 return -640 + (s16) slopes_to_scale(dib0090_wbd_slopes, ARRAY_SIZE(dib0090_wbd_slopes), wbd); in dib0090_wbd_to_db() 1204 s16 wbd = 0, i, cnt; in dib0090_gain_control() local 1216 wbd += dib0090_wbd_to_db(state, wbd_val); in dib0090_gain_control() 1218 wbd /= cnt; in dib0090_gain_control() 1219 wbd_error = state->wbd_target - wbd; in dib0090_gain_control() [all …]
|
D | dib7000p.h | 52 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
|
D | dib0090.h | 73 struct dib0090_wbd_slope *wbd; member
|
D | dib7000p.c | 421 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) in dib7000p_get_agc_values() argument 431 if (wbd != NULL) in dib7000p_get_agc_values() 432 *wbd = dib7000p_read_word(state, 397); in dib7000p_get_agc_values()
|
/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 1622 .wbd = dib8090_wbd_table, 2171 tfe8096p_dib0090_config.wbd = dib8096p_wbd_table; in tfe8096p_tuner_attach() 2898 .wbd = dib7090_wbd_table, 2956 .wbd = dib7090_wbd_table, 2990 .wbd = dib7090_wbd_table, 3018 .wbd = dib7090_wbd_table,
|