Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/dvb-frontends/
Ddib0090.c882 static s16 dib0090_wbd_to_db(struct dib0090_state *state, u16 wbd) in dib0090_wbd_to_db() argument
884 wbd &= 0x3ff; in dib0090_wbd_to_db()
885 if (wbd < state->wbd_offset) in dib0090_wbd_to_db()
886 wbd = 0; in dib0090_wbd_to_db()
888 wbd -= state->wbd_offset; in dib0090_wbd_to_db()
890 return -640 + (s16) slopes_to_scale(dib0090_wbd_slopes, ARRAY_SIZE(dib0090_wbd_slopes), wbd); in dib0090_wbd_to_db()
1200 s16 wbd = 0, i, cnt; in dib0090_gain_control() local
1212 wbd += dib0090_wbd_to_db(state, wbd_val); in dib0090_gain_control()
1214 wbd /= cnt; in dib0090_gain_control()
1215 wbd_error = state->wbd_target - wbd; in dib0090_gain_control()
[all …]
Ddib7000p.h51 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
Ddib0090.h70 struct dib0090_wbd_slope *wbd; member
Ddib7000p.c425 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) in dib7000p_get_agc_values() argument
435 if (wbd != NULL) in dib7000p_get_agc_values()
436 *wbd = dib7000p_read_word(state, 397); in dib7000p_get_agc_values()
/linux-6.1.9/arch/m68k/kernel/
Dtraps.c201 unsigned long wbd) in do_040writeback1() argument
209 res = put_user(wbd & 0xff, (char __user *)wba); in do_040writeback1()
212 res = put_user(wbd & 0xffff, (short __user *)wba); in do_040writeback1()
215 res = put_user(wbd, (int __user *)wba); in do_040writeback1()
/linux-6.1.9/drivers/media/usb/dvb-usb/
Ddib0700_devices.c1622 .wbd = dib8090_wbd_table,
2187 tfe8096p_dib0090_config.wbd = dib8096p_wbd_table; in tfe8096p_tuner_attach()
2914 .wbd = dib7090_wbd_table,
2972 .wbd = dib7090_wbd_table,
3006 .wbd = dib7090_wbd_table,
3034 .wbd = dib7090_wbd_table,