Home
last modified time | relevance | path

Searched refs:wbd (Results 1 – 5 of 5) sorted by relevance

/drivers/media/dvb-frontends/
Ddib0090.c892 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 …]
Ddib7000p.h52 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
Ddib0090.h73 struct dib0090_wbd_slope *wbd; member
Ddib7000p.c421 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/
Ddib0700_devices.c1622 .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,