Home
last modified time | relevance | path

Searched defs:value (Results 651 – 675 of 6853) sorted by relevance

1...<<21222324252627282930>>...275

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf_multi.c12 long value; member
49 long value = 0; variable
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_mixer.c24 u8 value; in snd_opl4_ctl_get() local
39 u8 value, old_value; in snd_opl4_ctl_put() local
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.cpp46 int value = -1; in read() local
83 void GPIOInterface::write(int value, std::bitset<32> flags) in write()
/openbmc/phosphor-led-manager/fault-monitor/
H A Doperational-status-monitor.cpp32 const bool* value = std::get_if<bool>(&it->second); in matchHandler() local
88 const std::vector<std::string>& ledGroupPaths, bool value) in updateAssertedProperty()
/openbmc/linux/drivers/hid/
H A Dhid-lg4ff.c277 static s32 lg4ff_adjust_dfp_x_axis(s32 value, u16 range) in lg4ff_adjust_dfp_x_axis()
301 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data) in lg4ff_adjust_input_event()
412 s32 *value; in lg4ff_play() local
471 s32 *value; in lg4ff_set_autocenter_default() local
554 s32 *value; in lg4ff_set_autocenter_ffex() local
589 s32 *value; in lg4ff_set_range_g25() local
625 s32 *value; in lg4ff_set_range_dfp() local
768 s32 *value; in lg4ff_switch_compatibility_mode() local
1093 s32 *value; in lg4ff_set_leds() local
1121 enum led_brightness value) in lg4ff_led_set_brightness()
[all …]
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-array.c176 const void *value, unsigned int new_nr) in fill_ablock()
352 const void *value, dm_block_t *root) in insert_new_ablock()
371 unsigned int max_entries, const void *value, in insert_full_ablocks()
425 const void *value; member
575 static void block_inc(void *context, const void *value, unsigned int count) in block_inc()
585 static void __block_dec(void *context, const void *value) in __block_dec()
624 static void block_dec(void *context, const void *value, unsigned int count) in block_dec()
665 const void *value, dm_block_t *new_root) in array_resize()
697 const void *value, dm_block_t *new_root) in dm_array_resize()
807 uint32_t index, const void *value, dm_block_t *new_root) in array_set_value()
[all …]
/openbmc/linux/kernel/bpf/
H A Dhashtab.c958 void *value, bool onallcpus) in pcpu_copy_value()
975 void *value, bool onallcpus) in pcpu_init_value()
1004 void *value, u32 key_size, u32 hash, in alloc_htab_elem()
1098 static long htab_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_map_update_elem()
1217 static long htab_lru_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_lru_map_update_elem()
1286 void *value, u64 map_flags, in __htab_percpu_map_update_elem()
1341 void *value, u64 map_flags, in __htab_lru_percpu_map_update_elem()
1411 void *value, u64 map_flags) in htab_percpu_map_update_elem()
1417 void *value, u64 map_flags) in htab_lru_percpu_map_update_elem()
1587 void *value; in htab_map_seq_show_elem() local
[all …]
/openbmc/linux/arch/ia64/hp/common/
H A Daml_nfw.c76 static void aml_nfw_read_arg(u8 *offset, u32 bit_width, u64 *value) in aml_nfw_read_arg()
94 static void aml_nfw_write_arg(u8 *offset, u32 bit_width, u64 *value) in aml_nfw_write_arg()
113 u32 bit_width, u64 *value, void *handler_context, in aml_nfw_handler()
/openbmc/phosphor-state-manager/
H A Dbmc_state_manager.cpp223 BMC::Transition BMC::requestedBMCTransition(Transition value) in requestedBMCTransition()
245 BMC::BMCState BMC::currentBMCState(BMCState value) in currentBMCState()
253 BMC::RebootCause BMC::lastRebootCause(RebootCause value) in lastRebootCause()
/openbmc/linux/fs/jffs2/
H A Dacl.c55 static struct posix_acl *jffs2_acl_from_medium(void *value, size_t size) in jffs2_acl_from_medium()
179 char *value = NULL; in jffs2_get_acl() local
215 char *value = NULL; in __jffs2_set_acl() local
/openbmc/u-boot/drivers/gpio/
H A Dstm32f7_gpio.c20 #define BSRR_BIT(gpio_pin, value) BIT(gpio_pin + (value ? 0 : 16)) argument
65 int value) in stm32_gpio_direction_output()
100 static int stm32_gpio_set_value(struct udevice *dev, unsigned offset, int value) in stm32_gpio_set_value()
H A Drk_gpio.c43 int value) in rockchip_gpio_direction_output()
64 int value) in rockchip_gpio_set_value()
127 int spl_gpio_output(void *vregs, uint gpio, int value) in spl_gpio_output()
/openbmc/linux/fs/reiserfs/
H A Dxattr_acl.c68 static struct posix_acl *reiserfs_posix_acl_from_disk(const void *value, size_t size) in reiserfs_posix_acl_from_disk()
196 char *name, *value; in reiserfs_get_acl() local
254 void *value = NULL; in __reiserfs_set_acl() local
/openbmc/linux/arch/mips/kernel/
H A Dunaligned.c114 unsigned long origpc, orig31, value; in emulate_load_store_insn() local
617 unsigned long value; in emulate_load_store_microMIPS() local
1237 unsigned long value; in emulate_load_store_MIPS16e() local
/openbmc/linux/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c71 static inline void __set(FILE *stream, int value, char *err_msg) in __set()
120 int value; in get() local
127 static inline void set(FILE *stream, int value) in set()
/openbmc/linux/fs/9p/
H A Dxattr.c95 const void *value, size_t value_len, int flags) in v9fs_xattr_set()
109 const void *value, size_t value_len, int flags) in v9fs_fid_xattr_set()
158 const char *name, const void *value, in v9fs_xattr_handler_set()
/openbmc/sdbusplus/example/
H A Dregister-property.cpp79 [this](boost::system::error_code ec, std::string value) { in asyncReadProperties()
91 [this](boost::system::error_code ec, std::string value) { in asyncReadProperties()
138 void syncChangeGoodbyes(std::string_view value) in syncChangeGoodbyes()
/openbmc/qemu/target/riscv/
H A Driscv-qmp-cmds.c84 QObject *value; in riscv_obj_add_qdict_prop() local
105 QObject *value; in riscv_obj_add_named_feats_qdict() local
120 QObject *value; in riscv_obj_add_profiles_qdict() local
/openbmc/linux/tools/net/ynl/generated/
H A Dhandshake-user.c35 const char *handshake_handler_class_str(enum handshake_handler_class value) in handshake_handler_class_str()
48 const char *handshake_msg_type_str(enum handshake_msg_type value) in handshake_msg_type_str()
62 const char *handshake_auth_str(enum handshake_auth value) in handshake_auth_str()
/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.cpp7 void CustomDBus::setLocationCode(const std::string& path, std::string value) in setLocationCode()
39 void CustomDBus::setMicroCode(const std::string& path, uint32_t value) in setMicroCode()
89 const std::string& value) in setPCIeDeviceProps()
/openbmc/libcper/examples/
H A Dgeneric.json6 "value": 4 number
64 "value": 43 number
76 "value": 192 number
/openbmc/linux/net/dccp/
H A Doptions.c24 u64 value = 0; in dccp_decode_value_var() local
60 unsigned char *value; in dccp_parse_options() local
266 void dccp_encode_value_var(const u64 value, u8 *to, const u8 len) in dccp_encode_value_var()
290 const void *value, const unsigned char len) in dccp_insert_option()
/openbmc/linux/drivers/accel/habanalabs/include/goya/
H A Dgoya_packets.h70 __le32 value; member
81 __le32 value; member
87 __le32 value; member
92 __le32 value; member
/openbmc/linux/include/net/
H A Dbond_options.h93 u64 value; member
139 char *string, u64 value, in __bond_opt_init()
152 #define bond_opt_initval(optval, value) __bond_opt_init(optval, NULL, value, NULL, 0) argument
156 #define bond_opt_slave_initval(optval, slave_dev, value) \ argument
/openbmc/linux/drivers/char/
H A Dds1620.c108 static void ds1620_send_bits(int nr, int value) in ds1620_send_bits()
125 unsigned int value = 0, mask = 1; in ds1620_recv_bits() local
146 static void ds1620_out(int cmd, int bits, int value) in ds1620_out()
172 unsigned int value; in ds1620_in() local

1...<<21222324252627282930>>...275