/openbmc/linux/Documentation/core-api/ |
H A D | pin_user_pages.rst | 56 value: GUP_PIN_COUNTING_BIAS. 107 large value (GUP_PIN_COUNTING_BIAS, initially chosen to be 1024: 10 bits) to
|
/openbmc/linux/sound/soc/ |
H A D | soc-component.c | 954 unsigned int reg, unsigned int mask, unsigned int value) in snd_soc_component_test_bits() argument 959 new = (old & ~mask) | value; in snd_soc_component_test_bits()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl8712_recv.c | 657 static u8 evm_db2percentage(s8 value) in evm_db2percentage() argument 662 s8 ret_val = clamp(-value, 0, 33) * 3; in evm_db2percentage()
|
/openbmc/linux/Documentation/PCI/ |
H A D | msi-howto.rst | 53 arrive in memory before the value may be returned from the register. 255 To disable MSIs, echo 0 instead of 1. Changing this value should be
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcubarrier.rst | 268 value one), but the other CPU's rcu_barrier_func() invocations 352 value one), but the other CPU's rcu_barrier_func() invocations
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-asus-tf201.dts | 591 nvidia,xcvr-setup = <5>; /* Based on TF201 fuse value - 48 */ 596 nvidia,xcvr-setup = <5>; /* Based on TF201 fuse value - 48 */
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-evm.dts | 265 /* Slave 1 reset value */ 291 /* MDIO reset value */
|
/openbmc/linux/drivers/opp/ |
H A D | of.c | 1062 if (!prop->value) { in _of_add_opp_table_v1() 1078 val = prop->value; in _of_add_opp_table_v1()
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig.cpu | 412 value also defines the minimal size of the hole that allows 489 if it is fitted (there are some exceptions). This value will be
|
/openbmc/linux/drivers/crypto/ |
H A D | img-hash.c | 155 u32 offset, u32 value) in img_hash_write() argument 157 writel_relaxed(value, hdev->io_base + offset); in img_hash_write()
|
/openbmc/linux/Documentation/staging/ |
H A D | remoteproc.rst | 44 Returns 0 on success, and an appropriate error value otherwise. 59 Returns 0 on success, and an appropriate error value otherwise.
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iops.c | 62 .value = xattr->value, in xfs_initxattrs()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | dynamic-debug-howto.rst | 109 the callsite to be compared, and a value to compare against. Possible 334 // see what's going on in dyndbg=value processing
|
/openbmc/linux/drivers/hwmon/ |
H A D | vt8231.c | 173 u8 value) in vt8231_write_value() argument 175 outb_p(value, data->addr + reg); in vt8231_write_value()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 393 static inline u32 kvmppc_set_field(u64 inst, int msb, int lsb, int value) in kvmppc_set_field() argument 401 r = (inst & ~mask) | ((value << (63 - lsb)) & mask); in kvmppc_set_field()
|
/openbmc/linux/include/linux/ |
H A D | acpi.h | 402 typedef void (*wmi_notify_handler) (u32 value, void *context); 1537 extern int acpi_ffh_address_space_arch_handler(acpi_integer *value,
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sensor.robot | 404 [Documentation] Get power supply sensor threshold value via IPMI and verify using Redfish. 500 [Documentation] Returns the sensor ID value for the given sensor.
|
/openbmc/linux/drivers/cxl/core/ |
H A D | hdm.c | 821 u64 value; in init_hdm_decoder() member 924 target_list.value = (hi << 32) + lo; in init_hdm_decoder()
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-spmi-gpio.c | 766 static void pmic_gpio_set(struct gpio_chip *chip, unsigned pin, int value) in pmic_gpio_set() argument 771 config = pinconf_to_config_packed(PIN_CONFIG_OUTPUT, value); in pmic_gpio_set()
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_int.h | 491 u8 value; member 505 if (dasd_path_fcs_mnemonics[i].value == val) in dasd_path_get_fcs_str()
|
/openbmc/qemu/hw/pci/ |
H A D | pcie.c | 49 static const char *pcie_led_state_to_str(uint16_t value) in pcie_led_state_to_str() argument 51 switch (value) { in pcie_led_state_to_str()
|
/openbmc/qemu/hw/input/ |
H A D | ps2.c | 812 s->mouse_dx += move->value; in ps2_mouse_event() 814 s->mouse_dy -= move->value; in ps2_mouse_event()
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 448 * we try to honour the memsz value for an ELF file like this 601 * value passed in via 'translate_opaque'
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 485 uint64_t helper_fcvtmod_w_d(CPURISCVState *env, uint64_t value) in helper_fcvtmod_w_d() argument 487 return float64_to_int32_modulo(value, float_round_to_zero, &env->fp_status); in helper_fcvtmod_w_d()
|
/openbmc/qemu/net/ |
H A D | slirp.c | 1147 pstrcpy(config->str, sizeof(config->str), fwd->value->str); in net_init_slirp_configs() 1174 ret[i++] = c->value->str; in slirp_dnssearch()
|