Home
last modified time | relevance | path

Searched refs:value (Results 8351 – 8375 of 13077) sorted by relevance

1...<<331332333334335336337338339340>>...524

/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp38 if (std::is_same<T, pldm_pdr_fru_record_set>::value) in extractTerminusHandle()
62 if (std::is_same<T, pldm_pdr_fru_record_set>::value) in updateContainerId()
109 PropertyValue value = itr->second; in HostPDRHandler() local
110 auto propVal = std::get<std::string>(value); in HostPDRHandler()
115 const auto& [key, value] = item; in HostPDRHandler()
/openbmc/linux/drivers/usb/host/
H A Dohci-dbg.c67 u32 value, in maybe_print_eds() argument
71 if (value) in maybe_print_eds()
72 ohci_dbg_sw (ohci, next, size, "%s %08x\n", label, value); in maybe_print_eds()
168 #define dbg_port_sw(hc,num,value,next,size) \ argument
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/
H A D3c509.rst183 Increase the delay time in id_read_eeprom() from the current value, 500,
184 to an absurdly high value, such as 5000.
194 value description
209 value description
/openbmc/linux/kernel/bpf/
H A Doffload.c575 int bpf_map_offload_lookup_elem(struct bpf_map *map, void *key, void *value) in bpf_map_offload_lookup_elem() argument
582 ret = offmap->dev_ops->map_lookup_elem(offmap, key, value); in bpf_map_offload_lookup_elem()
589 void *key, void *value, u64 flags) in bpf_map_offload_update_elem() argument
599 ret = offmap->dev_ops->map_update_elem(offmap, key, value, in bpf_map_offload_update_elem()
/openbmc/linux/drivers/mmc/core/
H A Dmmc_ops.c595 int __mmc_switch(struct mmc_card *card, u8 set, u8 index, u8 value, in __mmc_switch() argument
616 (value << 8) | in __mmc_switch()
660 int mmc_switch(struct mmc_card *card, u8 set, u8 index, u8 value, in mmc_switch() argument
663 return __mmc_switch(card, set, index, value, timeout_ms, 0, in mmc_switch()
/openbmc/linux/Documentation/arch/s390/
H A Dmonreader.rst53 value greater than the ending address of the DCSS.
165 read with a return value of 0 (0 byte read).
177 negative value for the number of bytes read. In this case, the errno variable
201 open function will fail (return a negative value) and set errno to EBUSY.
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-csid.c522 static int csid_set_test_pattern(struct csid_device *csid, s32 value) in csid_set_test_pattern() argument
527 if (value && media_pad_remote_pad_first(&csid->pads[MSM_CSID_PAD_SINK])) in csid_set_test_pattern()
530 tg->enabled = !!value; in csid_set_test_pattern()
532 return csid->ops->configure_testgen_pattern(csid, value); in csid_set_test_pattern()
/openbmc/qemu/hw/i386/
H A Dpc_piix.c395 static void pc_set_south_bridge(Object *obj, int value, Error **errp) in pc_set_south_bridge() argument
399 if (value < 0) { in pc_set_south_bridge()
404 if (value >= PCSouthBridgeOption_lookup.size) { in pc_set_south_bridge()
409 pcms->south_bridge = PCSouthBridgeOption_lookup.array[value]; in pc_set_south_bridge()
/openbmc/linux/drivers/leds/blink/
H A Dleds-lgm-sso.c430 sso_gpio_dir_out(struct gpio_chip *chip, unsigned int offset, int value) in sso_gpio_dir_out() argument
433 bool bit = !!value; in sso_gpio_dir_out()
453 static void sso_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in sso_gpio_set() argument
457 regmap_update_bits(priv->mmap, SSO_CPU, BIT(offset), value << offset); in sso_gpio_set()
/openbmc/qemu/hw/arm/
H A Dnpcm7xx.c384 uint32_t value; in npcm7xx_init_fuses() local
390 value = cpu_to_le32(nc->disabled_modules); in npcm7xx_init_fuses()
391 npcm7xx_otp_array_write(&s->fuse_array, &value, NPCM7XX_FUSE_DERIVATIVE, in npcm7xx_init_fuses()
392 sizeof(value)); in npcm7xx_init_fuses()
/openbmc/linux/Documentation/input/
H A Dinput.rst267 unsigned int value;
277 ``value`` is the value the event carries. Either a relative change for
278 EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1488 int smu_get_entrycount_gfxoff(struct smu_context *smu, u64 *value);
1490 int smu_get_residency_gfxoff(struct smu_context *smu, u32 *value);
1492 int smu_set_residency_gfxoff(struct smu_context *smu, bool value);
1494 int smu_get_status_gfxoff(struct smu_context *smu, uint32_t *value);
/openbmc/linux/sound/ppc/
H A Dsnd_ps3.c691 memset(ucontrol->value.iec958.status, 0xff, 8); in snd_ps3_spdif_cmask_get()
704 memcpy(ucontrol->value.iec958.status, ps3av_mode_cs_info, 8); in snd_ps3_spdif_default_get()
711 if (memcmp(ps3av_mode_cs_info, ucontrol->value.iec958.status, 8)) { in snd_ps3_spdif_default_put()
712 memcpy(ps3av_mode_cs_info, ucontrol->value.iec958.status, 8); in snd_ps3_spdif_default_put()
/openbmc/linux/net/netfilter/
H A Dxt_set.c172 info->packets.value, info->bytes.value, in set_match_v3()
195 info->packets.value, info->bytes.value, in set_match_v4()
H A Dnft_meta.c425 u32 value = *sreg; in nft_meta_set_eval() local
430 skb->mark = value; in nft_meta_set_eval()
433 skb->priority = value; in nft_meta_set_eval()
450 skb->secmark = value; in nft_meta_set_eval()
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_gadget.c362 static int mtu3_gadget_ep_set_halt(struct usb_ep *ep, int value) in mtu3_gadget_ep_set_halt() argument
380 if (value) { in mtu3_gadget_ep_set_halt()
396 dev_dbg(mtu->dev, "%s %s stall\n", ep->name, value ? "set" : "clear"); in mtu3_gadget_ep_set_halt()
398 mtu3_ep_stall_set(mep, value); in mtu3_gadget_ep_set_halt()
/openbmc/linux/fs/reiserfs/
H A DREADME75 decentralized internet development, and add value through your branded
110 curious, because he never really understood the value of our project,
116 in a destructive way that erased the value of his contributions, and
132 the journaling code that dramatically increased the value of ReiserFS.
/openbmc/linux/security/tomoyo/
H A Dcommon.h609 const struct tomoyo_path_info *value; member
616 const struct tomoyo_path_info *value; member
929 bool tomoyo_compare_number_union(const unsigned long value,
1059 const unsigned long value, const u8 type);
/openbmc/linux/Documentation/trace/
H A Dfprobetrace.rst40 can be probed simultaneously, or 0 for the default value
51 $retval : Fetch return value.(\*3)
54 \IMM : Store an immediate value to the argument.
131 This data field access is available for the return value via ``$retval``,
/openbmc/linux/sound/soc/codecs/
H A Dcs42l43-jack.c856 ucontrol->value.integer.value[0] = priv->jack_override; in cs42l43_jack_get()
868 unsigned int override = ucontrol->value.integer.value[0]; in cs42l43_jack_put()
H A Dda7210.c331 if (ucontrol->value.integer.value[0]) { in da7210_put_alc_sw()
355 if (ucontrol->value.integer.value[0]) { in da7210_put_noise_sup_sw()
/openbmc/linux/drivers/media/i2c/
H A Dtvp7002.c62 u8 value; member
488 static int tvp7002_write(struct v4l2_subdev *sd, u8 addr, u8 value) in tvp7002_write() argument
497 error = i2c_smbus_write_byte_data(c, addr, value); in tvp7002_write()
542 tvp7002_write_err(sd, regs->reg, regs->value, &error); in tvp7002_write_inittab()
/openbmc/linux/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.c733 regmap_write(pmu_regs, ctrl->regs[i], ctrl->value); in exynos_retention_disable()
755 ctrl->value = data->value; in exynos_retention_init()
762 regmap_write(pmu_regs, ctrl->regs[i], ctrl->value); in exynos_retention_init()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg.c338 int param_idx, u64 value) in cscfg_update_feat_param_val() argument
357 feat_desc->params_desc[param_idx].value = value; in cscfg_update_feat_param_val()
363 feat_csdev->params_csdev[param_idx].current_value = value; in cscfg_update_feat_param_val()
/openbmc/linux/drivers/fsi/
H A Dfsi-master-gpio.c82 static void sda_out(struct fsi_master_gpio *master, int value) in sda_out() argument
84 gpiod_set_value(master->gpio_data, value); in sda_out()
93 static void set_sda_output(struct fsi_master_gpio *master, int value) in set_sda_output() argument
96 gpiod_direction_output(master->gpio_data, value); in set_sda_output()

1...<<331332333334335336337338339340>>...524