Home
last modified time | relevance | path

Searched refs:value (Results 5101 – 5125 of 13073) sorted by relevance

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c128 event.value == 0xdead) { in main()
151 event.value == 1 ) { in main()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_value_or_null.c19 __type(value, struct test_val);
26 __type(value, long long);
H A Dtest_migrate_reuseport.c28 __type(value, __u64);
35 __type(value, int);
/openbmc/u-boot/drivers/tee/optee/
H A Dsupplicant.c32 rc = __tee_shm_add(dev, 0, NULL, arg->params[0].u.value.b, in cmd_shm_alloc()
68 tee_shm_free((struct tee_shm *)(ulong)arg->params[0].u.value.b); in cmd_shm_free()
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.h92 u16 offset, u16 value) in b43legacy_pio_write() argument
94 b43legacy_write16(queue->dev, queue->mmio_base + offset, value); in b43legacy_pio_write()
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch23 value = cptr = xmalloc_read(fd, NULL);
25 if (value == NULL) {
/openbmc/qemu/hw/misc/
H A Darmsse-cpuid.c76 uint64_t value, unsigned size) in armsse_cpuid_write() argument
78 trace_armsse_cpuid_write(offset, value, size); in armsse_cpuid_write()
/openbmc/qemu/hw/intc/
H A Dimx_gpcv2.c43 uint64_t value, unsigned size) in imx_gpcv2_write() argument
48 s->regs[idx] = value; in imx_gpcv2_write()
/openbmc/linux/drivers/leds/
H A Dleds-ot200.c93 enum led_brightness value) in ot200_led_brightness_set() argument
108 if (value == LED_OFF) in ot200_led_brightness_set()
/openbmc/linux/drivers/media/platform/rockchip/rga/
H A Drga.h95 static inline void rga_write(struct rockchip_rga *rga, u32 reg, u32 value) in rga_write() argument
97 writel(value, rga->regs + reg); in rga_write()
/openbmc/u-boot/drivers/pci/
H A Dpcie_xilinx.c123 uint offset, ulong value, in pcie_xilinx_write_config() argument
127 bdf, offset, value, size); in pcie_xilinx_write_config()
/openbmc/linux/drivers/iio/pressure/
H A Dmpl115_spi.c58 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 Dfloppy.h15 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) argument
/openbmc/webui-vue/src/store/modules/ResourceManagement/
H A DPowerControlStore.js24 setPowerCapUpdatedValue({ commit }, value) { argument
25 commit('setPowerCapValue', value);
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/
H A Dminerva-fan-status-monitor15 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 Datmel_spi.h95 #define spi_writel(as, reg, value) \ argument
96 writel(value, as->regs + ATMEL_SPI_##reg)
/openbmc/u-boot/cmd/
H A Diotrace.c46 cur_record->value, in do_print_trace()
51 cur_record->value, in do_print_trace()
/openbmc/linux/drivers/gpio/
H A Dgpio-loongson.c52 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 Dleveldb_1.23.bb1 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 Dhsu.h109 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 Dgpio-samsung.txt4 - compatible: Compatible property value should be "samsung,exynos4-gpio>".
18 - Pin number: is a value between 0 to 7.
/openbmc/phosphor-hwmon/
H A Dhwmonio.hpp22 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/arch/mips/sgi-ip22/
H A DPlatform5 # symmon, 0xffffffff80002000 for production kernels. Note that the value must
22 # symmon, 0xa800000020004000 for production kernels ? Note that the value must
/openbmc/linux/drivers/scsi/
H A Dst.c2283 int value; local
2326 value = (code == MT_ST_SETBOOLEANS);
2328 STm->do_buffer_writes = value;
2330 STm->do_async_writes = value;
2332 STm->defaults_for_writes = value;
2334 STm->do_read_ahead = value;
2336 STp->two_fm = value;
2338 STp->fast_mteom = value;
2340 STp->do_auto_lock = value;
2342 STp->can_bsr = value;
[all …]
H A Ddc395x.c159 #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 …]

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