Home
last modified time | relevance | path

Searched refs:value (Results 5601 – 5625 of 13561) sorted by relevance

1...<<221222223224225226227228229230>>...543

/openbmc/linux/drivers/mfd/
H A Dgateworks-gsc.c127 long value; in gsc_store() local
130 if (kstrtol(buf, 0, &value) == 0) in gsc_store()
131 gsc_powerdown(gsc, value); in gsc_store()
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dadc-joystick.yaml71 - description: minimum value
72 - description: maximum value
83 Amount of noise in the input value.
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h320 int __t1_tpi_write(adapter_t *adapter, u32 addr, u32 value);
321 int t1_tpi_write(adapter_t *adapter, u32 addr, u32 value);
322 int t1_tpi_read(adapter_t *adapter, u32 addr, u32 *value);
/openbmc/linux/drivers/hwmon/
H A Dlm73.c68 short value; in temp_store() local
76 value = clamp_val(temp / 250, LM73_TEMP_MIN, LM73_TEMP_MAX) << 5; in temp_store()
77 err = i2c_smbus_write_word_swapped(data->client, attr->index, value); in temp_store()
/openbmc/linux/include/linux/
H A Djiffies.h44 # error Invalid value of HZ.
575 extern unsigned long timespec64_to_jiffies(const struct timespec64 *value);
577 struct timespec64 *value);
/openbmc/linux/drivers/acpi/acpica/
H A Dacobject.h78 u64 value; member
227 …u32 value; /* Value to store into the Bank or Index regis…
318 u32 value; /* Used for Local/Arg/Index/ddb_handle */ member
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dkup.h321 static __always_inline void set_kuap(unsigned long value) in set_kuap() argument
331 mtspr(SPRN_AMR, value); in set_kuap()
384 static __always_inline void set_kuap(unsigned long value) { } in set_kuap() argument
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v13_0.h73 uint32_t value; member
179 int smu_v13_0_get_gfx_vdd(struct smu_context *smu, uint32_t *value);
248 uint32_t *value);
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.robot50 # client_id This client id can contain string value
70 # client_id This client id can contain string value
90 # session_id This value is a session id.
/openbmc/linux/drivers/net/ethernet/qualcomm/
H A Dqca_debug.c240 u16 offset, value; in qcaspi_get_regs() local
242 qcaspi_read_register(qca, qcaspi_spi_regs[i], &value); in qcaspi_get_regs()
244 regs_buff[offset] = value; in qcaspi_get_regs()
/openbmc/phosphor-host-ipmid/docs/
H A Dipmi-network-format.md15 The rest of request format is defined by Petitboot as: - 4 byte cookie value
16 (always 0x21 0x70 0x62 0x21) - 2 byte version value (always 0x00 0x01) - 1 byte
20 configs: - IP Address - 1 byte subnet value - Gateway address
/openbmc/qemu/tests/qtest/
H A Dm48t59-test.c76 static int bcd2dec(int value) in bcd2dec() argument
78 return (((value >> 4) & 0x0F) * 10) + (value & 0x0F); in bcd2dec()
/openbmc/qemu/hw/char/
H A Dsifive_uart.c108 uint32_t value = val64; in sifive_uart_write() local
109 unsigned char ch = value; in sifive_uart_write()
131 __func__, (int)addr, (int)value); in sifive_uart_write()
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DModalUploadCertificate.vue117 value: type,
125 this.form.certificateType = options[0].value;
164 ? this.certificateOptions[0].value
/openbmc/qemu/target/i386/
H A Dcpu.c5436 int64_t value; in x86_cpuid_version_get_family() local
5458 if (value < min || value > max) { in x86_cpuid_version_set_family()
5498 if (value < min || value > max) { in x86_cpuid_version_set_model()
5533 if (value < min || value > max) { in x86_cpuid_version_set_stepping()
5547 char *value; in x86_cpuid_get_vendor() local
5552 return value; in x86_cpuid_get_vendor()
5582 char *value; in x86_cpuid_get_model_id() local
5590 return value; in x86_cpuid_get_model_id()
5636 if (value < min || value > max) { in x86_cpuid_set_tsc_freq()
7910 bool value; in x86_cpu_set_bit_prop() local
[all …]
/openbmc/linux/drivers/scsi/
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
587 cfg_data[CFG_ADAPTER_ID].value, in fix_settings()
588 cfg_data[CFG_MAX_SPEED].value, in fix_settings()
589 cfg_data[CFG_DEV_MODE].value, in fix_settings()
590 cfg_data[CFG_ADAPTER_MODE].value, in fix_settings()
591 cfg_data[CFG_TAGS].value, in fix_settings()
592 cfg_data[CFG_RESET_DELAY].value); in fix_settings()
659 cfg_data[CFG_RESET_DELAY].value); in eeprom_override()
[all …]
H A Dst.c2278 int value; local
2331 STp->two_fm = value;
2337 STp->can_bsr = value;
2350 STm->sysv = value;
2352 STp->sili = value;
2355 debugging = value;
2381 value * HZ);
2383 value);
2387 if (value != 0 &&
2391 STp->cln_mode = value;
[all …]
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_main.c216 u32 value; in qlge_write_cfg() local
260 u32 *value) in qlge_get_mac_addr_reg() argument
498 u32 value = 0; in qlge_set_routing_reg() local
580 if (value) { in qlge_set_routing_reg()
3560 u32 value, mask; in qlge_adapter_initialize() local
3568 mask = value << 16; in qlge_adapter_initialize()
3572 value = NIC_RCV_CFG_DFQ; in qlge_adapter_initialize()
3575 value |= NIC_RCV_CFG_RV; in qlge_adapter_initialize()
3586 value |= SPLT_SETTING; in qlge_adapter_initialize()
3672 u32 value; in qlge_adapter_reset() local
[all …]
/openbmc/linux/drivers/of/
H A Dunittest.c199 prop->value = "new-property-data"; in of_unittest_dynamic()
200 prop->length = strlen(prop->value) + 1; in of_unittest_dynamic()
207 prop->length = strlen(prop->value) + 1; in of_unittest_dynamic()
213 prop->length = strlen(prop->value) + 1; in of_unittest_dynamic()
221 prop->length = strlen(prop->value) + 1; in of_unittest_dynamic()
235 if (prop->value) in of_unittest_dynamic()
791 (p1)->value && (p2)->value && \
792 !memcmp((p1)->value, (p2)->value, (p1)->length) && \
803 kfree(new->value); in of_unittest_property_copy()
809 kfree(new->value); in of_unittest_property_copy()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dda7218.c451 unsigned int lvalue = ucontrol->value.integer.value[0]; in da7218_alc_sw_put()
452 unsigned int rvalue = ucontrol->value.integer.value[1]; in da7218_alc_sw_put()
488 ucontrol->value.integer.value[0] = le16_to_cpu(val); in da7218_tonegen_freq_get()
508 val = cpu_to_le16(ucontrol->value.integer.value[0]); in da7218_tonegen_freq_put()
520 unsigned int lvalue = ucontrol->value.integer.value[0]; in da7218_mic_lvl_det_sw_put()
521 unsigned int rvalue = ucontrol->value.integer.value[1]; in da7218_mic_lvl_det_sw_put()
552 ucontrol->value.integer.value[0] = in da7218_mic_lvl_det_sw_get()
554 ucontrol->value.integer.value[1] = in da7218_mic_lvl_det_sw_get()
571 memcpy(ucontrol->value.bytes.data, da7218->biq_5stage_coeff, in da7218_biquad_coeff_get()
603 memcpy(da7218->biq_5stage_coeff, ucontrol->value.bytes.data, in da7218_biquad_coeff_put()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_ag_api.c2755 .value = 4,
2760 .value = 0,
2765 .value = 0,
2770 .value = 0,
2779 .value = 2,
2784 .value = 0,
2793 .value = 1,
2802 .value = 4,
2807 .value = 0,
2812 .value = 0,
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_super.c1203 char *value; in suffix_kstrtoint() local
1207 if (!value) in suffix_kstrtoint()
1210 last = strlen(value) - 1; in suffix_kstrtoint()
1211 if (value[last] == 'K' || value[last] == 'k') { in suffix_kstrtoint()
1213 value[last] = '\0'; in suffix_kstrtoint()
1215 if (value[last] == 'M' || value[last] == 'm') { in suffix_kstrtoint()
1217 value[last] = '\0'; in suffix_kstrtoint()
1219 if (value[last] == 'G' || value[last] == 'g') { in suffix_kstrtoint()
1221 value[last] = '\0'; in suffix_kstrtoint()
1226 kfree(value); in suffix_kstrtoint()
[all …]
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-csi2.c1452 const struct phtw_value *value; in rcsi2_phtw_write_array() local
1455 for (value = values; value->data || value->code; value++) { in rcsi2_phtw_write_array()
1456 ret = rcsi2_phtw_write(priv, value->data, value->code); in rcsi2_phtw_write_array()
1467 const struct rcsi2_mbps_reg *value; in rcsi2_phtw_write_mbps() local
1470 for (value = values; value->mbps; value++) { in rcsi2_phtw_write_mbps()
1471 if (value->mbps >= mbps) in rcsi2_phtw_write_mbps()
1473 prev_value = value; in rcsi2_phtw_write_mbps()
1477 ((mbps - prev_value->mbps) <= (value->mbps - mbps))) in rcsi2_phtw_write_mbps()
1478 value = prev_value; in rcsi2_phtw_write_mbps()
1480 if (!value->mbps) { in rcsi2_phtw_write_mbps()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c859 u32 count, address, value; in iwl_dbg_tlv_apply_config() local
874 value = le32_to_cpu(config_list->addr_val[count].value); in iwl_dbg_tlv_apply_config()
875 iwl_trans_write_prph(fwrt->trans, address + offset, value); in iwl_dbg_tlv_apply_config()
883 value = le32_to_cpu(config_list->addr_val[count].value); in iwl_dbg_tlv_apply_config()
884 iwl_trans_write_mem32(fwrt->trans, address + offset, value); in iwl_dbg_tlv_apply_config()
886 count, address, value); in iwl_dbg_tlv_apply_config()
893 value = le32_to_cpu(config_list->addr_val[count].value); in iwl_dbg_tlv_apply_config()
894 iwl_write32(fwrt->trans, address + offset, value); in iwl_dbg_tlv_apply_config()
896 count, address, value); in iwl_dbg_tlv_apply_config()
937 le32_to_cpu(config_list->addr_val[0].value); in iwl_dbg_tlv_apply_config()
/openbmc/linux/Documentation/filesystems/
H A Dseq_file.rst120 The entire data structure for this iterator is a single loff_t value
128 also a special value which can be returned by the start() function
150 The next() function should set ``*pos`` to a value that start() can use
154 value (zero always tells start() to restart the sequence). This is not
158 end-of-file. If the value is then used by start() to initialise the
163 next() function *must* change the value of ``*pos``, and of course must
164 set it to a non-zero value.
169 that lock. The value that ``*pos`` was set to by the last next() call
209 It's worth noting that the iterator value returned by start() and
220 The iterator value returned by start() or next() is guaranteed to be
[all …]

1...<<221222223224225226227228229230>>...543