/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | sys_nds32.c | 32 bool flushi = true, wbd = true; in SYSCALL_DEFINE3() local 39 wbd = false; in SYSCALL_DEFINE3() 49 cpu_cache_wbinval_range_check(vma, start, end, flushi, wbd); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A 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() 909 dprintk("wbd-target: %d dB\n", (u32) state->wbd_target); in dib0090_wbd_target() 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 / in dib0090_gain_control() 1334 const struct dib0090_wbd_slope *wbd = state->current_wbd_table; dib0090_get_wbd_target() local 1777 const struct dib0090_wbd_slope *wbd = state->current_wbd_table; dib0090_wbd_calibration() local 2455 const struct dib0090_wbd_slope *wbd = state->current_wbd_table; dib0090_tune() local [all...] |
H A D | dib7000p.h | 51 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
|
H A D | dib0090.h | 70 struct dib0090_wbd_slope *wbd; member
|
H A D | dib7000p.c | 425 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) in dib7000p_get_agc_values() 435 if (wbd != NULL) in dib7000p_get_agc_values() 436 *wbd = dib7000p_read_word(state, 397); in dib7000p_get_agc_values() 887 /* we are using the wbd - so slow AGC startup */ in dib7000p_agc_startup() 424 dib7000p_get_agc_values(struct dvb_frontend *fe, u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) dib7000p_get_agc_values() argument
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A 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() 909 dprintk("wbd-target: %d dB\n", (u32) state->wbd_target); in dib0090_wbd_target() 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 / in dib0090_gain_control() 1334 const struct dib0090_wbd_slope *wbd = state->current_wbd_table; dib0090_get_wbd_target() local 1779 const struct dib0090_wbd_slope *wbd = state->current_wbd_table; dib0090_wbd_calibration() local 2457 const struct dib0090_wbd_slope *wbd = state->current_wbd_table; dib0090_tune() local [all...] |
H A D | dib7000p.h | 51 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
|
H A D | dib0090.h | 70 struct dib0090_wbd_slope *wbd; member
|
H A D | dib7000p.c | 425 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) in dib7000p_get_agc_values() 435 if (wbd != NULL) in dib7000p_get_agc_values() 436 *wbd = dib7000p_read_word(state, 397); in dib7000p_get_agc_values() 887 /* we are using the wbd - so slow AGC startup */ in dib7000p_agc_startup() 424 dib7000p_get_agc_values(struct dvb_frontend *fe, u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) dib7000p_get_agc_values() argument
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | proc.c | 353 bool flushi, bool wbd) in cpu_cache_wbinval_range_check() 357 if (!flushi && !wbd) in cpu_cache_wbinval_range_check() 364 if (wbd) in cpu_cache_wbinval_range_check() 376 if (wbd) in cpu_cache_wbinval_range_check() 385 if (wbd) in cpu_cache_wbinval_range_check() 392 if (wbd) in cpu_cache_wbinval_range_check() 400 if (wbd) in cpu_cache_wbinval_range_check() 351 cpu_cache_wbinval_range_check(struct vm_area_struct *vma, unsigned long start, unsigned long end, bool flushi, bool wbd) cpu_cache_wbinval_range_check() argument
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | proc-fns.h | 37 bool wbd);
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | traps.c | 202 unsigned long wbd) in do_040writeback1() 212 res = put_user(wbd & 0xff, (char __user *)wba); in do_040writeback1() 215 res = put_user(wbd & 0xffff, (short __user *)wba); in do_040writeback1() 218 res = put_user(wbd, (int __user *)wba); in do_040writeback1() 201 do_040writeback1(unsigned short wbs, unsigned long wba, unsigned long wbd) do_040writeback1() argument
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | traps.c | 202 unsigned long wbd) in do_040writeback1() 210 res = put_user(wbd & 0xff, (char __user *)wba); in do_040writeback1() 213 res = put_user(wbd & 0xffff, (short __user *)wba); in do_040writeback1() 216 res = put_user(wbd, (int __user *)wba); in do_040writeback1() 201 do_040writeback1(unsigned short wbs, unsigned long wba, unsigned long wbd) do_040writeback1() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 1596 /* max freq ; cold slope ; cold offset ; warm slope ; warm offset ; wbd gain */ 1622 .wbd = dib8090_wbd_table, 1701 /* dib0090_get_wbd_target is returning any possible temperature compensated wbd-target */ in dib8096_set_param_override() 2128 temperature compensated wbd-target */ in dib8096p_agc_startup() 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,
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 1596 /* max freq ; cold slope ; cold offset ; warm slope ; warm offset ; wbd gain */ 1622 .wbd = dib8090_wbd_table, 1701 /* dib0090_get_wbd_target is returning any possible temperature compensated wbd-target */ in dib8096_set_param_override() 2121 temperature compensated wbd-target */ in dib8096p_agc_startup() 2180 tfe8096p_dib0090_config.wbd = dib8096p_wbd_table; in tfe8096p_tuner_attach() 2907 .wbd = dib7090_wbd_table, 2965 .wbd = dib7090_wbd_table, 2999 .wbd = dib7090_wbd_table, 3027 .wbd = dib7090_wbd_table,
|