/openbmc/webui-vue/src/views/Operations/VirtualMedia/ |
H A D | ModalConfigureConnection.vue | 107 connection: function (value) { 108 if (value === null) return; 109 Object.assign(this.form, value);
|
/openbmc/qemu/monitor/ |
H A D | qemu-config-qmp.c | 53 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 D | apic_numachip.c | 30 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 D | bcm7038_wdt.c | 38 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 D | ti-adc081c.c | 47 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 D | bench_trigger.c | 26 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 D | gpucc-sc7180.c | 221 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 D | phy-uniphier-usb2.c | 31 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 D | xfs_ondisk.h | 18 #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 D | watchdog_service.cpp | 120 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 D | gpio-creg-snps.c | 34 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 D | hpet_example.c | 226 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 D | asb100.rst | 42 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 D | dfl-afu-error.c | 134 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 D | TableToolbar.vue | 13 :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 D | adf_heartbeat_dbgfs.c | 25 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 D | extent-buffer-tests.c | 19 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 D | presence_detection.md | 28 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 D | oem_event_manager.hpp | 83 * 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 D | util.hpp | 123 ::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 D | setjmp_32.S | 29 xorl %eax,%eax # Return value 50 movl 8(%esp),%eax # Return value
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | mt9m111.txt | 8 - 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 D | leds-menf21bmc.c | 53 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 D | delta-ahe50dc-fan.c | 17 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 D | unknown-encoding.patch | 2 return NULL, but the return value wasn't checked resulting 4 the return value wasn't checked.
|