/openbmc/linux/drivers/iio/pressure/ |
H A D | mpl115_spi.c | 58 static int mpl115_spi_write(struct device *dev, u8 address, u8 value) in mpl115_spi_write() argument 68 buf->tx[1] = value; in mpl115_spi_write()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | floppy.h | 15 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) argument
|
/openbmc/webui-vue/src/store/modules/ResourceManagement/ |
H A D | PowerControlStore.js | 24 setPowerCapUpdatedValue({ commit }, value) { argument 25 commit('setPowerCapValue', value);
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/ |
H A D | minerva-fan-status-monitor | 15 local value="/xyz/openbmc_project/inventory/fan" 17 …ll "$service" "$object_path" "$interface" Create "ssa{ss}" "$message" "$severity" 1 "$arg" "$value"
|
/openbmc/u-boot/drivers/spi/ |
H A D | atmel_spi.h | 95 #define spi_writel(as, reg, value) \ argument 96 writel(value, as->regs + ATMEL_SPI_##reg)
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_migrate_reuseport.c | 28 __type(value, __u64); 35 __type(value, int);
|
/openbmc/u-boot/cmd/ |
H A D | iotrace.c | 46 cur_record->value, in do_print_trace() 51 cur_record->value, in do_print_trace()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-loongson.c | 52 unsigned gpio, int value) in loongson_gpio_set_value() argument 58 if (value) in loongson_gpio_set_value()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/ |
H A D | leveldb_1.23.bb | 1 SUMMARY = "LevelDB is a fast key-value storage library" 2 DESCRIPTION = "LevelDB is a fast key-value storage library that provides an ordered mapping from st…
|
/openbmc/linux/drivers/dma/hsu/ |
H A D | hsu.h | 109 u32 value) in hsu_chan_writel() argument 111 writel(value, hsuc->reg + offset); in hsu_chan_writel()
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | gpio-samsung.txt | 4 - compatible: Compatible property value should be "samsung,exynos4-gpio>". 18 - Pin number: is a value between 0 to 7.
|
/openbmc/linux/arch/mips/sgi-ip22/ |
H A D | Platform | 5 # symmon, 0xffffffff80002000 for production kernels. Note that the value must 22 # symmon, 0xa800000020004000 for production kernels ? Note that the value must
|
/openbmc/phosphor-hwmon/ |
H A D | hwmonio.hpp | 22 virtual void write(const std::string& path, uint32_t value) const = 0; 29 void write(const std::string& path, uint32_t value) const override;
|
/openbmc/linux/sound/soc/mediatek/mt8186/ |
H A D | mt8186-afe-pcm.c | 570 ucontrol->value.integer.value[0] = in mt8186_irq_cnt1_get() 588 __func__, irq_id, irq_cnt, ucontrol->value.integer.value[0]); in mt8186_irq_cnt1_set() 590 if (irq_cnt == ucontrol->value.integer.value[0]) in mt8186_irq_cnt1_set() 593 irq_cnt = ucontrol->value.integer.value[0]; in mt8186_irq_cnt1_set() 619 ucontrol->value.integer.value[0] = in mt8186_irq_cnt2_get() 637 __func__, irq_id, irq_cnt, ucontrol->value.integer.value[0]); in mt8186_irq_cnt2_set() 639 if (irq_cnt == ucontrol->value.integer.value[0]) in mt8186_irq_cnt2_set() 642 irq_cnt = ucontrol->value.integer.value[0]; in mt8186_irq_cnt2_set() 669 ucontrol->value.integer.value[0] = xrun_assert; in mt8186_record_xrun_assert_get() 680 int xrun_assert = ucontrol->value.integer.value[0]; in mt8186_record_xrun_assert_set() [all …]
|
/openbmc/linux/Documentation/bpf/ |
H A D | verifier.rst | 110 Register value tracking 118 written to), SCALAR_VALUE (some value which is not usable as a pointer), or a 128 Pointer to the value stored in a map element. 130 Either a pointer to a map value, or NULL; map accesses 152 offset'. The former is used when an exactly-known value (e.g. an immediate 163 'mask' and a u64 'value'. 1s in the mask represent bits whose value is unknown; 164 1s in the value represent bits known to be 1. Bits known to be 0 have 0 in both 165 mask and value; no bit should ever be 1 in both. For example, if a byte is read 173 it will have a umin_value (unsigned minimum value) of 9, whereas in the 'false' 176 from the signed and unsigned bounds can be combined; for instance if a value is [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 2278 int value; local 2321 value = (code == MT_ST_SETBOOLEANS); 2323 STm->do_buffer_writes = value; 2325 STm->do_async_writes = value; 2327 STm->defaults_for_writes = value; 2329 STm->do_read_ahead = value; 2331 STp->two_fm = value; 2333 STp->fast_mteom = value; 2335 STp->do_auto_lock = value; 2337 STp->can_bsr = value; [all …]
|
H A D | dc395x.c | 159 #define DC395x_write8(acb,address,value) outb((value), acb->io_port_base + (address)) argument 160 #define DC395x_write16(acb,address,value) outw((value), acb->io_port_base + (address)) argument 161 #define DC395x_write32(acb,address,value) outl((value), acb->io_port_base + (address)) argument 472 int value; /* value of this setting */ member 538 module_param_named(adapter_id, cfg_data[CFG_ADAPTER_ID].value, int, 0); 541 module_param_named(max_speed, cfg_data[CFG_MAX_SPEED].value, int, 0); 544 module_param_named(dev_mode, cfg_data[CFG_DEV_MODE].value, int, 0); 547 module_param_named(adapter_mode, cfg_data[CFG_ADAPTER_MODE].value, int, 0); 550 module_param_named(tags, cfg_data[CFG_TAGS].value, int, 0); 553 module_param_named(reset_delay, cfg_data[CFG_RESET_DELAY].value, int, 0); [all …]
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 87 uint64_t key, void *value) in insert_at() argument 88 __dm_written_to_disk(value) in insert_at() 98 __dm_unbless_for_disk(value); in insert_at() 105 array_insert(value_base(node), value_size, nr_entries, index, value); in insert_at() 1235 uint64_t *keys, void *value, dm_block_t *new_root, in insert() argument 1237 __dm_written_to_disk(value) in insert() 1289 keys[level], value); in insert() 1301 value))) { in insert() 1306 value, info->value_type.size); in insert() 1315 __dm_unbless_for_disk(value); in insert() [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0910.c | 128 s16 value; member 598 s32 value; in table_lookup() local 606 value = table[0].value; in table_lookup() 608 value = table[imax].value; in table_lookup() 620 value = table[imin].value; in table_lookup() 622 value += ((s32)(reg_value - table[imin].reg_value) * in table_lookup() 623 (s32)(table[imax].value in table_lookup() 624 - table[imin].value)) in table_lookup() 628 return value; in table_lookup() 1688 u8 value; in send_burst() local [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | test_report.cpp | 285 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F() 313 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F() 327 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F() 350 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F() 368 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F() 379 setProperty(sut->getPath(), "ReportActions", invalidActions).value(), in TEST_F() 422 EXPECT_THAT(setProperty(sut->getPath(), "Enabled", newValue).value(), in TEST_F() 501 setProperty(sut->getPath(), "EmitsReadingsUpdate", true).value(), in TEST_F() 512 .value(), in TEST_F() 527 EXPECT_THAT(setProperty(sut->getPath(), "Persistency", persistency).value(), in TEST_F() [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | qconf.cc | 50 QStringList entryList = value(key).toStringList(); in readSizes() 67 bool ConfigSettings::writeSizes(const QString& key, const QList<int>& value) in writeSizes() argument 72 for (it = value.begin(); it != value.end(); ++it) in writeSizes() 321 showName = configSettings->value("/showName", false).toBool(); in ConfigList() 322 optMode = (enum optionMode)configSettings->value("/optionMode", 0).toInt(); in ConfigList() 941 setShowDebug(configSettings->value("/showDebug", false).toBool()); in ConfigInfoView() 1268 width = configSettings->value("/window width", parent->width() / 2).toInt(); in ConfigSearchWindow() 1269 height = configSettings->value("/window height", parent->height() / 2).toInt(); in ConfigSearchWindow() 1271 x = configSettings->value("/window x"); in ConfigSearchWindow() 1272 y = configSettings->value("/window y"); in ConfigSearchWindow() [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8904.c | 394 int value = ucontrol->value.enumerated.item[0]; in wm8904_put_drc_enum() local 396 if (value >= pdata->num_drc_cfgs) in wm8904_put_drc_enum() 399 wm8904->drc_cfg = value; in wm8904_put_drc_enum() 412 ucontrol->value.enumerated.item[0] = wm8904->drc_cfg; in wm8904_get_drc_enum() 465 int value = ucontrol->value.enumerated.item[0]; in wm8904_put_retune_mobile_enum() local 467 if (value >= pdata->num_retune_mobile_cfgs) in wm8904_put_retune_mobile_enum() 470 wm8904->retune_mobile_cfg = value; in wm8904_put_retune_mobile_enum() 483 ucontrol->value.enumerated.item[0] = wm8904->retune_mobile_cfg; in wm8904_get_retune_mobile_enum() 523 ucontrol->value.integer.value[0] = wm8904->deemph; in wm8904_get_deemph() 532 unsigned int deemph = ucontrol->value.integer.value[0]; in wm8904_put_deemph() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb | 18 This is used as value that determines if interfaces 20 The value can be 1 or 0. It's by default 1. 102 power/usb2_hardware_lpm. The file holds a string value (enable 120 files hold a string value (enable or disable) indicating whether 175 raw location value as a hex integer. 209 to user space. This file will contain an unsigned 32 bit value 211 poll() for monitoring changes to this value in user space. 213 Any time this value changes the corresponding hub device will send a 217 OVER_CURRENT_COUNT=[current value of this sysfs attribute] 287 L1 sleep state now use a best effort service latency value (BESL) to [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_test.cpp | 178 EXPECT_EQ(pel.primarySRC().value()->asciiString(), in TEST_F() 876 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F() 877 auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F() 885 EXPECT_EQ(fru->getPN().value(), "1234567"); in TEST_F() 886 EXPECT_EQ(fru->getCCIN().value(), "CCCC"); in TEST_F() 887 EXPECT_EQ(fru->getSN().value(), "123456789ABC"); in TEST_F() 931 EXPECT_FALSE(pel.primarySRC().value()->callouts()); in TEST_F() 1022 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F() 1023 const auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F() 1032 EXPECT_EQ(fru->getPN().value(), "1234567"); in TEST_F() [all …]
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | access-marking.txt | 104 fed into some operation that checks the full value against a later marked 105 load from memory, which means that the occasional arbitrarily bogus value 106 is not a problem. For example, if a bogus value is fed into cmpxchg(), 108 in a retry. Unless the race condition that resulted in the bogus value 113 architectures. Therefore, it is best to capture the return value from 116 Capturing the return value from cmpxchg() also saves a memory reference 151 After all, if the heuristic can tolerate the occasional bogus value 153 compiler-mangled write, at least assuming that the proper value is in 195 b. When the store writes the value already contained in 275 pr_info("Current value of foo: %d\n", data_race(foo)); [all …]
|