Home
last modified time | relevance | path

Searched refs:value (Results 5076 – 5100 of 13073) sorted by relevance

1...<<201202203204205206207208209210>>...523

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gtk-1.0/
H A D0001-Add-a-config-variable-for-enabling-disabling-introsp.patch32 value: false,
36 + value: false,
/openbmc/linux/drivers/clk/renesas/
H A Dclk-emev2.c28 static void __init emev2_smu_write(unsigned long value, int offs) in emev2_smu_write() argument
31 writel_relaxed(value, smu_base + offs); in emev2_smu_write()
/openbmc/qemu/hw/misc/
H A Dunimp.c32 uint64_t value, unsigned size) in unimp_write() argument
39 s->name, size, s->offset_fmt_width, offset, size << 1, value); in unimp_write()
/openbmc/qemu/host/include/generic/host/
H A Dstore-insert-al16.h.inc14 * @val: shifted value to store
15 * @msk: mask for value to store
/openbmc/qemu/tests/qtest/libqos/
H A Di2c.h59 void i2c_set8(QI2CDevice *dev, uint8_t reg, uint8_t value);
60 void i2c_set16(QI2CDevice *dev, uint8_t reg, uint16_t value);
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-iommu-intel-iommu15 The cached hardware capability register value
24 value of this DRHD unit. Format: %llx.
H A Dsysfs-kernel-mm-damon72 Description: Writing a value to this file sets the sampling interval of the
73 DAMON context in microseconds as the value. Reading this file
74 returns the value.
79 Description: Writing a value to this file sets the aggregation interval of
80 the DAMON context in microseconds as the value. Reading this
81 file returns the value.
86 Description: Writing a value to this file sets the update interval of the
87 DAMON context in microseconds as the value. Reading this file
88 returns the value.
94 Description: Writing a value to this file sets the minimum number of
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Daction_environment.hpp89 const std::string& value) in addAdditionalErrorData() argument
91 additionalErrorData.emplace(key, value); in addAdditionalErrorData()
H A Di2c_capture_bytes_action.cpp42 std::string value = getErrorDataValue(values); in execute() local
43 environment.addAdditionalErrorData(key, value); in execute()
/openbmc/linux/lib/
H A Dnotifier-error-inject.c22 struct dentry *parent, int *value) in debugfs_create_errno() argument
24 return debugfs_create_file(name, mode, parent, value, &fops_errno); in debugfs_create_errno()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_get_stack_rawtp.c29 __type(value, struct stack_trace_t);
54 __type(value, __u64[2 * MAX_STACK_RAWTP]);
H A Dtest_sk_storage_tracing.c19 __type(value, struct sk_stg);
27 __type(value, int);
/openbmc/linux/drivers/mmc/core/
H A Dmmc_ops.h49 int __mmc_switch(struct mmc_card *card, u8 set, u8 index, u8 value,
52 int mmc_switch(struct mmc_card *card, u8 set, u8 index, u8 value,
/openbmc/qemu/hw/net/fsl_etsec/
H A Detsec.h88 uint32_t value; member
150 uint32_t value);
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dclient.py45 async def importone(self, version, pkgarch, checksum, value): argument
47 … {"import-one": {"version": version, "pkgarch": pkgarch, "checksum": checksum, "value": value}}
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/
H A D0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch7 refer to getopt_long() function definition, its return value type is
10 char type, its value will be 255, not -1. This will cause code enter
/openbmc/linux/samples/bpf/
H A Dsock_example.c39 long long value = 0, tcp_cnt, udp_cnt, icmp_cnt; in test_sock() local
41 map_fd = bpf_map_create(BPF_MAP_TYPE_ARRAY, NULL, sizeof(key), sizeof(value), in test_sock()
/openbmc/dbus-sensors/src/adc/
H A DADCSensor.hpp51 void set(int value) in set() argument
57 line.set_value(value); in set()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c323 le16_to_cpu(req->value), le16_to_cpu(req->value), in ehci_submit_async()
684 le16_to_cpu(req->value), le16_to_cpu(req->index)); in ehci_submit_root()
703 switch (le16_to_cpu(req->value) >> 8) { in ehci_submit_root()
718 switch (le16_to_cpu(req->value) & 0xff) { in ehci_submit_root()
735 le16_to_cpu(req->value)); in ehci_submit_root()
740 debug("unknown value %x\n", le16_to_cpu(req->value)); in ehci_submit_root()
745 switch (le16_to_cpu(req->value) >> 8) { in ehci_submit_root()
752 debug("unknown value %x\n", le16_to_cpu(req->value)); in ehci_submit_root()
758 ctrl->rootdev = le16_to_cpu(req->value); in ehci_submit_root()
817 switch (le16_to_cpu(req->value)) { in ehci_submit_root()
[all …]
/openbmc/qemu/fpu/
H A Dsoftfloat-specialize.c.inc259 | Returns 1 if the half-precision floating-point value `a' is a quiet
279 | Returns 1 if the bfloat16 value `a' is a quiet
298 | Returns 1 if the half-precision floating-point value `a' is a signaling
317 | Returns 1 if the bfloat16 value `a' is a signaling
336 | Returns 1 if the single-precision floating-point value `a' is a quiet
355 | Returns 1 if the single-precision floating-point value `a' is a signaling
530 * case sets InvalidOp and returns the input value 'c'
554 * case sets InvalidOp and returns the input value 'c'
680 | Returns 1 if the double-precision floating-point value `a' is a quiet
700 | Returns 1 if the double-precision floating-point value `a' is a signaling
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dbpf.c380 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem() argument
390 attr.value = ptr_to_u64(value); in bpf_map_update_elem()
397 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem() argument
406 attr.value = ptr_to_u64(value); in bpf_map_lookup_elem()
412 int bpf_map_lookup_elem_flags(int fd, const void *key, void *value, __u64 flags) in bpf_map_lookup_elem_flags() argument
421 attr.value = ptr_to_u64(value); in bpf_map_lookup_elem_flags()
428 int bpf_map_lookup_and_delete_elem(int fd, const void *key, void *value) in bpf_map_lookup_and_delete_elem() argument
437 attr.value = ptr_to_u64(value); in bpf_map_lookup_and_delete_elem()
443 int bpf_map_lookup_and_delete_elem_flags(int fd, const void *key, void *value, __u64 flags) in bpf_map_lookup_and_delete_elem_flags() argument
452 attr.value = ptr_to_u64(value); in bpf_map_lookup_and_delete_elem_flags()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst58 the pool above the value in ``/proc/sys/vm/nr_hugepages``. The
83 by increasing or decreasing the value of ``nr_hugepages``.
206 requested by applications. Writing any non-zero value into this file
219 smaller value. The kernel will attempt to balance the freeing of huge pages
227 the number of surplus pages would exceed the overcommit value. As long as
276 actually demoted, compare the value of nr_hugepages before and after
372 pages on the parent node will be adjusted to the specified value, if sufficient
389 -o uid=<value>,gid=<value>,mode=<value>,pagesize=<value>,size=<value>,\
390 min_size=<value>,nr_inodes=<value> none /mnt/huge
399 The ``mode`` option sets the mode of root of file system to value & 01777.
[all …]
/openbmc/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c570 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 Dverifier.rst110 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/u-boot/drivers/net/fm/
H A Dtgec_phy.c20 int regnum, u16 value) in tgec_mdio_write() argument
47 out_be32(&regs->mdio_data, MDIO_DATA(value)); in tgec_mdio_write()

1...<<201202203204205206207208209210>>...523