Searched refs:new_value (Results 51 - 61 of 61) sorted by relevance

123

/linux-master/drivers/input/touchscreen/
H A Dwdt87xx_i2c.c608 static u16 misr(u16 cur_value, u8 new_value) argument
615 b = new_value;
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c2710 unsigned long old_value, new_value; local
2714 new_value = (unsigned long)svm->vmcb->control.exit_info_1;
2720 svm_set_cr0(vcpu, new_value);
2722 kvm_post_set_cr0(vcpu, old_value, new_value);
2726 svm_set_cr4(vcpu, new_value);
2728 kvm_post_set_cr4(vcpu, old_value, new_value);
2731 ret = kvm_set_cr8(vcpu, new_value);
/linux-master/arch/riscv/kvm/
H A Dvcpu_insn.c308 run->riscv_csr.new_value = new_val;
/linux-master/mm/damon/
H A Dcore.c1777 * @new_value: New value that will be added to the pseudo moving sum.
1789 * given @mvsum and add @new_value.
1804 * Return: Pseudo-moving average after getting the @new_value.
1807 unsigned int len_window, unsigned int new_value)
1809 return mvsum - nomvsum / len_window + new_value;
1806 damon_moving_sum(unsigned int mvsum, unsigned int nomvsum, unsigned int len_window, unsigned int new_value) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2860 bool new_value; local
2863 ret = kstrtobool_from_user(user_buf, count, &new_value);
2866 if (new_value == trans_pcie->debug_rfkill)
2869 trans_pcie->debug_rfkill, new_value);
2870 trans_pcie->debug_rfkill = new_value;
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_hw.c812 u32 new_value = MALIDP550_SE_CTL_VCSEL(se_config->vcoeff) | local
816 malidp_hw_setbits(hwdev, new_value, MALIDP550_SE_CONTROL);
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c2037 enum led_brightness new_value = value; local
2068 kbd_led_level = new_value;
/linux-master/include/linux/
H A Dhid.h497 __s32 *new_value; /* newly read value(s) */ member in struct:hid_field
/linux-master/include/uapi/linux/
H A Dkvm.h420 unsigned long new_value; member in struct:kvm_run::__anon1234::__anon1263
/linux-master/tools/include/uapi/linux/
H A Dkvm.h420 unsigned long new_value; member in struct:kvm_run::__anon1613::__anon1642
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.c452 args->value = args->new_value;

Completed in 475 milliseconds

123