Home
last modified time | relevance | path

Searched refs:value (Results 4976 – 5000 of 13073) sorted by relevance

1...<<191192193194195196197198199200>>...523

/openbmc/webui-vue/src/views/Operations/VirtualMedia/
H A DModalConfigureConnection.vue107 connection: function (value) {
108 if (value === null) return;
109 Object.assign(this.form, value);
/openbmc/qemu/monitor/
H A Dqemu-config-qmp.c53 if (!strcmp(pre_entry->value->name, cur->next->value->name)) { in cleanup_infolist()
148 if (g_str_equal(clpiter->value->name, prop->name)) { in query_all_machine_properties()
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_numachip.c30 unsigned long value; in numachip1_get_apic_id() local
34 rdmsrl(MSR_FAM10H_NODE_ID, value); in numachip1_get_apic_id()
35 id |= (value << 2) & 0xff00; in numachip1_get_apic_id()
/openbmc/linux/drivers/watchdog/
H A Dbcm7038_wdt.c38 static inline void bcm7038_wdt_write(u32 value, void __iomem *addr) in bcm7038_wdt_write() argument
44 __raw_writel(value, addr); in bcm7038_wdt_write()
46 writel_relaxed(value, addr); in bcm7038_wdt_write()
/openbmc/linux/drivers/iio/adc/
H A Dti-adc081c.c47 struct iio_chan_spec const *channel, int *value, in adc081c_read_raw() argument
59 *value = (err & 0xFFF) >> (12 - adc->bits); in adc081c_read_raw()
67 *value = err / 1000; in adc081c_read_raw()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_trigger.c26 atomic_inc(&base_hits.value); in trigger_base_producer()
33 res->hits = atomic_swap(&base_hits.value, 0); in trigger_base_measure()
130 atomic_inc(&base_hits.value); in uprobe_base_producer()
/openbmc/linux/drivers/clk/qcom/
H A Dgpucc-sc7180.c221 unsigned int value, mask; in gpu_cc_sc7180_probe() local
241 value = 0xF << CX_GMU_CBCR_WAKE_SHIFT | 0xF << CX_GMU_CBCR_SLEEP_SHIFT; in gpu_cc_sc7180_probe()
242 regmap_update_bits(regmap, 0x1098, mask, value); in gpu_cc_sc7180_probe()
/openbmc/linux/drivers/phy/socionext/
H A Dphy-uniphier-usb2.c31 u32 value; member
76 priv->data->config0.value); in uniphier_u2phy_init()
78 priv->data->config1.value); in uniphier_u2phy_init()
/openbmc/linux/fs/xfs/
H A Dxfs_ondisk.h18 #define XFS_CHECK_VALUE(value, expected) \ argument
19 BUILD_BUG_ON_MSG((value) != (expected), \
20 "XFS: value of " #value " is wrong, expected " #expected)
/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.cpp120 std::variant<T> value; in getProperty() local
121 response.read(value); in getProperty()
122 return std::get<T>(value); in getProperty()
/openbmc/linux/drivers/gpio/
H A Dgpio-creg-snps.c34 u32 reg, reg_shift, value; in creg_gpio_set() local
38 value = val ? hcg->layout->on[offset] : hcg->layout->off[offset]; in creg_gpio_set()
47 reg |= (value << reg_shift); in creg_gpio_set()
/openbmc/linux/samples/timers/
H A Dhpet_example.c226 int iterations, i, fd, value; in hpet_fasync() local
252 ((value = fcntl(fd, F_GETFL)) == 1) || in hpet_fasync()
253 (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { in hpet_fasync()
/openbmc/linux/Documentation/hwmon/
H A Dasb100.rst42 The VID lines encode the core voltage value: the voltage level your
44 processor itself. It is a value in volts.
63 .. [1] This alarm will only trigger if the hysteresis value is 127C.
/openbmc/linux/drivers/fpga/
H A Ddfl-afu-error.c134 u64 value; in errors_store() local
137 if (kstrtou64(buff, 0, &value)) in errors_store()
140 ret = afu_port_err_clear(dev, value); in errors_store()
/openbmc/webui-vue/src/components/Global/
H A DTableToolbar.vue13 :data-test-id="`table-button-${action.value}Selected`"
16 @click="$emit('batch-action', action.value)"
48 Object.prototype.hasOwnProperty.call(action, 'value') &&
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat_dbgfs.c25 unsigned int *value; in adf_hb_stats_read() local
31 value = file->private_data; in adf_hb_stats_read()
32 len = scnprintf(buf, sizeof(buf), "%u\n", *value); in adf_hb_stats_read()
/openbmc/linux/fs/btrfs/tests/
H A Dextent-buffer-tests.c19 char *value = "mary had a little lamb"; in test_btrfs_split_item() local
26 u32 value_len = strlen(value); in test_btrfs_split_item()
69 write_extent_buffer(eb, value, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpresence_detection.md28 The return value of the rule or the last action in the array indicates whether
29 the device is present. A return value of true means the device is present; false
66 "value": true
/openbmc/pldm/oem/ampere/event/
H A Doem_event_manager.hpp83 * PresentReading value format
99 uint32_t value; member
115 uint32_t value; member
203 * PresentReading value format
216 uint32_t value; member
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp123 ::std::variant<Property> value; in getProperty()
124 msg.read(value); in getProperty()
125 return std::get<Property>(value); in getProperty()
/openbmc/linux/arch/x86/um/
H A Dsetjmp_32.S29 xorl %eax,%eax # Return value
50 movl 8(%esp),%eax # Return value
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dmt9m111.txt8 - compatible: value should be "micron,mt9m111"
18 - pclk-sample: For information see ../video-interfaces.txt. The value is set to
/openbmc/linux/drivers/leds/
H A Dleds-menf21bmc.c53 menf21bmc_led_set(struct led_classdev *led_cdev, enum led_brightness value) in menf21bmc_led_set() argument
65 if (value == LED_OFF) in menf21bmc_led_set()
/openbmc/linux/drivers/hwmon/pmbus/
H A Ddelta-ahe50dc-fan.c17 static int ahe50dc_fan_write_byte(struct i2c_client *client, int page, u8 value) in ahe50dc_fan_write_byte() argument
29 return value == PMBUS_CLEAR_FAULTS ? -EOPNOTSUPP : -ENODATA; in ahe50dc_fan_write_byte()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A Dunknown-encoding.patch2 return NULL, but the return value wasn't checked resulting
4 the return value wasn't checked.

1...<<191192193194195196197198199200>>...523