Home
last modified time | relevance | path

Searched defs:value (Results 151 – 175 of 6765) sorted by relevance

12345678910>>...271

/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py20 def define_flag_value(event_name, field_name, value, field_str): argument
27 def define_symbolic_value(event_name, field_name, value, field_str): argument
30 def flag_str(event_name, field_name, value): argument
48 def symbol_str(event_name, field_name, value): argument
69 def trace_flag_str(value): argument
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-esdhc.c116 int spec_reg, u32 value) in esdhc_readl_fixup()
177 int spec_reg, u32 value) in esdhc_readw_fixup()
201 int spec_reg, u32 value) in esdhc_readb_fixup()
240 int spec_reg, u32 value, u32 old_value) in esdhc_writel_fixup()
258 int spec_reg, u16 value, u32 old_value) in esdhc_writew_fixup()
292 int spec_reg, u8 value, u32 old_value) in esdhc_writeb_fixup()
336 u32 value; in esdhc_be_readl() local
351 u32 value; in esdhc_le_readl() local
366 u32 value; in esdhc_be_readw() local
377 u32 value; in esdhc_le_readw() local
[all …]
/openbmc/linux/kernel/time/
H A Ditimer.c48 struct itimerspec64 *const value) in get_cpu_itimer()
76 static int do_getitimer(int which, struct itimerspec64 *value) in do_getitimer()
113 SYSCALL_DEFINE2(getitimer, int, which, struct __kernel_old_itimerval __user *, value) in SYSCALL_DEFINE2() argument
142 struct old_itimerval32 __user *, value) in COMPAT_SYSCALL_DEFINE2() argument
169 const struct itimerspec64 *const value, in set_cpu_itimer()
206 static int do_setitimer(int which, struct itimerspec64 *value, in do_setitimer()
332 SYSCALL_DEFINE3(setitimer, int, which, struct __kernel_old_itimerval __user *, value, in SYSCALL_DEFINE3() argument
379 struct old_itimerval32 __user *, value, in COMPAT_SYSCALL_DEFINE3() argument
/openbmc/u-boot/drivers/input/
H A Dtwl6030.c12 u8 value; in twl6030_input_power_button() local
25 u8 value; in twl6030_input_charger() local
38 u8 value; in twl6030_input_usb() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c52 #define AZ_REG_WRITE(reg_name, value) \ argument
74 uint32_t value = 0; in read_indirect_azalia_reg() local
291 uint32_t value = 0; in set_high_bit_rate_capable() local
308 uint32_t value = 0; in set_video_latency() local
328 uint32_t value = 0; in set_audio_latency() local
348 uint32_t value = AZ_REG_READ(AZALIA_F0_CODEC_PIN_CONTROL_HOT_PLUG_CONTROL); in dce_aud_az_enable() local
370 uint32_t value; in dce_aud_az_disable() local
402 uint32_t value; in dce_aud_az_configure() local
969 uint32_t value; in dce_aud_endpoint_valid() local
986 uint32_t value; in dce_aud_hw_init() local
/openbmc/linux/sound/pci/oxygen/
H A Dxonar_pcm179x.c233 u8 reg, u8 value) in pcm1796_write_spi()
248 u8 reg, u8 value) in pcm1796_write_i2c()
254 u8 reg, u8 value) in pcm1796_write()
269 u8 reg, u8 value) in pcm1796_write_cached()
277 static void cs2000_write(struct oxygen *chip, u8 reg, u8 value) in cs2000_write()
285 static void cs2000_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs2000_write_cached()
661 u8 value; in update_pcm1796_mute() local
745 struct snd_ctl_elem_value *value) in rolloff_get()
757 struct snd_ctl_elem_value *value) in rolloff_put()
790 struct snd_ctl_elem_value *value) in deemph_get()
[all …]
H A Dxonar_dg_mixer.c60 struct snd_ctl_elem_value *value) in output_select_get()
72 struct snd_ctl_elem_value *value) in output_select_put()
209 struct snd_ctl_elem_value *value) in input_vol_get()
223 struct snd_ctl_elem_value *value) in input_vol_put()
280 struct snd_ctl_elem_value *value) in input_sel_get()
292 struct snd_ctl_elem_value *value) in input_sel_put()
327 static int hpf_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_get()
337 static int hpf_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_put()
/openbmc/qemu/hw/virtio/
H A Dcbor-helpers.c13 bool qemu_cbor_map_add(cbor_item_t *map, cbor_item_t *key, cbor_item_t *value) in qemu_cbor_map_add()
30 bool qemu_cbor_array_push(cbor_item_t *array, cbor_item_t *value) in qemu_cbor_array_push()
42 bool qemu_cbor_add_bool_to_map(cbor_item_t *map, const char *key, bool value) in qemu_cbor_add_bool_to_map()
72 uint8_t value) in qemu_cbor_add_uint8_to_map()
193 const char *value) in qemu_cbor_add_string_to_map()
294 uint64_t value) in qemu_cbor_add_uint64_to_map()
/openbmc/linux/drivers/acpi/acpica/
H A Dhwregs.c195 acpi_status acpi_hw_read(u64 *value, struct acpi_generic_address *reg) in acpi_hw_read()
290 acpi_status acpi_hw_write(u64 value, struct acpi_generic_address *reg) in acpi_hw_write()
490 u32 value = 0; in acpi_hw_register_read() local
591 acpi_status acpi_hw_register_write(u32 register_id, u32 value) in acpi_hw_register_write()
714 acpi_hw_read_multiple(u32 *value, in acpi_hw_read_multiple()
770 acpi_hw_write_multiple(u32 value, in acpi_hw_write_multiple()
/openbmc/telemetry/src/
H A Dtrigger_actions.cpp34 static const char* getDirection(double value, double threshold) in getDirection()
52 double value = std::get<double>(triggerValue); in commit() local
108 double value = std::get<double>(triggerValue); in commit() local
174 auto value = std::get<std::string>(triggerValue); in commit() local
191 auto value = std::get<std::string>(triggerValue); in commit() local
243 auto value = triggerValueToString(triggerValue); in commit() local
257 auto value = triggerValueToString(triggerValue); in commit() local
/openbmc/pldm/libpldmresponder/
H A Dplatform_numeric_effecter.hpp42 pldm::utils::PropertyValue value; in getEffecterRawValue() local
359 uint8_t value = static_cast<uint8_t>(propertyValue); in getEffecterValue() local
367 int8_t value = static_cast<int8_t>(propertyValue); in getEffecterValue() local
377 uint16_t value = static_cast<uint16_t>(propertyValue); in getEffecterValue() local
387 int16_t value = static_cast<int16_t>(propertyValue); in getEffecterValue() local
397 uint32_t value = static_cast<uint32_t>(propertyValue); in getEffecterValue() local
407 int32_t value = static_cast<int32_t>(propertyValue); in getEffecterValue() local
/openbmc/u-boot/drivers/net/phy/
H A Db53.c240 static int b53_mdio_write8(struct mii_dev *bus, u8 page, u8 reg, u8 value) in b53_mdio_write8()
253 u16 value) in b53_mdio_write16()
266 u32 value) in b53_mdio_write32()
284 u64 value) in b53_mdio_write48()
302 u64 value) in b53_mdio_write64()
320 u8 reg, u8 *value) in b53_read8()
326 u8 reg, u16 *value) in b53_read16()
332 u8 reg, u32 *value) in b53_read32()
338 u8 reg, u64 *value) in b53_read48()
344 u8 reg, u64 *value) in b53_read64()
[all …]
/openbmc/telemetry/src/types/
H A Derror_type.hpp30 inline ErrorType toErrorType(std::underlying_type_t<ErrorType> value) in toErrorType()
36 inline ErrorType toErrorType(const std::string& value) in toErrorType()
41 inline std::string enumToString(ErrorType value) in enumToString()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_spi.c148 __le16 value; in b53_spi_read16() local
161 __le32 value; in b53_spi_read32() local
174 __le64 value; in b53_spi_read48() local
187 __le64 value; in b53_spi_read64() local
198 static int b53_spi_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_spi_write8()
215 static int b53_spi_write16(struct b53_device *dev, u8 page, u8 reg, u16 value) in b53_spi_write16()
232 static int b53_spi_write32(struct b53_device *dev, u8 page, u8 reg, u32 value) in b53_spi_write32()
249 static int b53_spi_write48(struct b53_device *dev, u8 page, u8 reg, u64 value) in b53_spi_write48()
266 static int b53_spi_write64(struct b53_device *dev, u8 page, u8 reg, u64 value) in b53_spi_write64()
/openbmc/u-boot/include/linux/
H A Dio.h35 static inline void iowrite8(u8 value, volatile void __iomem *addr) in iowrite8()
40 static inline void iowrite16(u16 value, volatile void __iomem *addr) in iowrite16()
45 static inline void iowrite32(u32 value, volatile void __iomem *addr) in iowrite32()
52 static inline void iowrite64(u64 value, volatile void __iomem *addr) in iowrite64()
/openbmc/qemu/target/sparc/
H A Dint64_helper.c263 static bool do_modify_softint(CPUSPARCState *env, uint32_t value) in do_modify_softint()
279 void helper_set_softint(CPUSPARCState *env, uint64_t value) in helper_set_softint()
286 void helper_clear_softint(CPUSPARCState *env, uint64_t value) in helper_clear_softint()
293 void helper_write_softint(CPUSPARCState *env, uint64_t value) in helper_write_softint()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddpaux.c79 u32 value = readl(dpaux->regs + (offset << 2)); in tegra_dpaux_readl() local
87 u32 value, unsigned int offset) in tegra_dpaux_writel()
100 u32 value = 0; in tegra_dpaux_write_fifo() local
116 u32 value; in tegra_dpaux_read_fifo() local
133 u32 value; in tegra_dpaux_transfer() local
283 u32 value; in tegra_dpaux_irq() local
310 u32 value = tegra_dpaux_readl(dpaux, DPAUX_HYBRID_SPARE); in tegra_dpaux_pad_power_down() local
319 u32 value = tegra_dpaux_readl(dpaux, DPAUX_HYBRID_SPARE); in tegra_dpaux_pad_power_up() local
328 u32 value; in tegra_dpaux_pad_config() local
450 u32 value; in tegra_dpaux_probe() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c22 pcpu_map_value_t value[nr_cpus]; in map_populate() local
79 map_value_t value) in prog_run_insert_elem()
100 static int check_values_one_cpu(pcpu_map_value_t *value, map_value_t expected) in check_values_one_cpu()
131 pcpu_map_value_t value[nr_cpus]; in test_pcpu_map_init() local
171 pcpu_map_value_t value[nr_cpus]; in test_pcpu_lru_map_init() local
/openbmc/qemu/hw/timer/
H A Daspeed_timer.c110 static uint32_t calculate_min_ticks(AspeedTimer *t, uint32_t value) in calculate_min_ticks()
216 uint64_t value; in aspeed_timer_get_value() local
245 uint64_t value; in aspeed_timer_read_common() local
267 uint32_t value) in aspeed_timer_set_value()
429 static void aspeed_timer_set_ctrl2(AspeedTimerCtrlState *s, uint32_t value) in aspeed_timer_set_ctrl2()
435 uint64_t value) in aspeed_timer_write_common()
465 static void aspeed_timer_write(void *opaque, hwaddr offset, uint64_t value, in aspeed_timer_write()
483 uint64_t value; in aspeed_2400_timer_read() local
504 uint64_t value) in aspeed_2400_timer_write()
525 uint64_t value; in aspeed_2500_timer_read() local
[all …]
/openbmc/phosphor-ipmi-flash/tools/
H A Dpci.cpp120 std::uint8_t value; in enableBridge() local
161 std::uint8_t value; in disableBridge() local
186 std::uint32_t value; in enableBridge() local
220 std::uint32_t value; in disableBridge() local
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dfifo_monitor.c238 hrt_data value = ia_css_device_load_uint32(0x0000000000380014ULL); in fifo_channel_get_state() local
245 hrt_data value = ia_css_device_load_uint32(0x000000000038001CULL); in fifo_channel_get_state() local
433 hrt_data value = ia_css_device_load_uint32(0x0000000000380010ULL); in fifo_channel_get_state() local
440 hrt_data value = ia_css_device_load_uint32(0x0000000000380018ULL); in fifo_channel_get_state() local
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.c76 static inline void hpi_write_reg(struct c67x00_device *dev, int reg, u16 value) in hpi_write_reg()
90 u16 value; in hpi_read_word() local
100 static void hpi_write_word_nolock(struct c67x00_device *dev, u16 reg, u16 value) in hpi_write_word_nolock()
106 static void hpi_write_word(struct c67x00_device *dev, u16 reg, u16 value) in hpi_write_word()
152 u16 value; in hpi_set_bits() local
163 u16 value; in hpi_clear_bits() local
174 u16 value; in hpi_recv_mbox() local
184 static u16 hpi_send_mbox(struct c67x00_device *dev, u16 value) in hpi_send_mbox()
197 u16 value; in c67x00_ll_hpi_status() local
299 void c67x00_ll_set_husb_eot(struct c67x00_device *dev, u16 value) in c67x00_ll_set_husb_eot()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-debugfs.c125 loff_t *ppos, unsigned int value) in xgbe_common_read()
149 loff_t *ppos, unsigned int *value) in xgbe_common_write()
196 unsigned int value; in xgmac_reg_value_read() local
208 unsigned int value; in xgmac_reg_value_write() local
272 unsigned int value; in xpcs_reg_value_read() local
285 unsigned int value; in xpcs_reg_value_write() local
341 unsigned int value; in xprop_reg_value_read() local
353 unsigned int value; in xprop_reg_value_write() local
401 unsigned int value; in xi2c_reg_value_read() local
413 unsigned int value; in xi2c_reg_value_write() local
/openbmc/qemu/backends/
H A Dhostmem.c54 uint64_t value = backend->size; in host_memory_backend_get_size() local
64 uint64_t value; in host_memory_backend_set_size() local
91 unsigned long value; in host_memory_backend_get_host_nodes() local
169 static void host_memory_backend_set_merge(Object *obj, bool value, Error **errp) in host_memory_backend_set_merge()
200 static void host_memory_backend_set_dump(Object *obj, bool value, Error **errp) in host_memory_backend_set_dump()
231 static void host_memory_backend_set_prealloc(Object *obj, bool value, in host_memory_backend_set_prealloc()
270 uint32_t value; in host_memory_backend_set_prealloc_threads() local
451 static void host_memory_backend_set_share(Object *o, bool value, Error **errp) in host_memory_backend_set_share()
470 static void host_memory_backend_set_reserve(Object *o, bool value, Error **errp) in host_memory_backend_set_reserve()
495 host_memory_backend_set_use_canonical_path(Object *obj, bool value, in host_memory_backend_set_use_canonical_path()
/openbmc/linux/drivers/rtc/
H A Drtc-pcf8523.c57 u32 load, value = 0; in pcf8523_load_capacitance() local
81 u32 value; in pcf8523_irq() local
165 u32 value; in pcf8523_rtc_read_alarm() local
235 u32 value; in pcf8523_param_get() local
312 u32 value; in pcf8523_rtc_ioctl() local
342 u32 value; in pcf8523_rtc_read_offset() local
360 u32 value; in pcf8523_rtc_set_offset() local
397 u32 value; in pcf8523_probe() local

12345678910>>...271