/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_lirc_mode2_user.c | 128 event.value == 0xdead) { in main() 151 event.value == 1 ) { in main()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_value_or_null.c | 19 __type(value, struct test_val); 26 __type(value, long long);
|
H A D | test_migrate_reuseport.c | 28 __type(value, __u64); 35 __type(value, int);
|
/openbmc/u-boot/drivers/tee/optee/ |
H A D | supplicant.c | 32 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 D | pio.h | 92 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 D | 0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch | 23 value = cptr = xmalloc_read(fd, NULL); 25 if (value == NULL) {
|
/openbmc/qemu/hw/misc/ |
H A D | armsse-cpuid.c | 76 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 D | imx_gpcv2.c | 43 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 D | leds-ot200.c | 93 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 D | rga.h | 95 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 D | pcie_xilinx.c | 123 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 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/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/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/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/linux/drivers/scsi/ |
H A D | st.c | 2283 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 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 …]
|