Searched refs:wbd (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/media/dvb-frontends/ |
D | dib0090.c | 882 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 …]
|
D | dib7000p.h | 51 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
|
D | dib0090.h | 70 struct dib0090_wbd_slope *wbd; member
|
D | dib7000p.c | 425 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/ |
D | traps.c | 201 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/ |
D | dib0700_devices.c | 1622 .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,
|