/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 819 static constexpr T value = Value; member 879 IsSame<T, float>::value || 880 IsSame<T, double>::value || 881 IsSame<T, long double>::value> 992 IsLvalueReference<T>::value || IsRvalueReference<T>::value> 997 : IntegralConstant<bool, IsIntegral<T>::value || IsFloatingPoint<T>::value> 1017 : IntegralConstant<bool, IsArithmetic<T>::value || IsEnum<T>::value || [all...] |
/device/board/hisilicon/hispark_taurus/audio_drivers/codec/tfa9879/src/ |
H A D | tfa9879_codec_ops.c | 233 regAttr[FREQUENCY_REG_INDEX].value = daiParamsVal.frequencyVal; in Tfa9879DaiParamsUpdate() 241 regAttr[FORMAT_REG_INDEX].value = daiParamsVal.formatVal; in Tfa9879DaiParamsUpdate() 247 regAttr[CHANNEL_REG_INDEX].value = daiParamsVal.channelVal; in Tfa9879DaiParamsUpdate()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_parse.c | 73 hi_u32 cmd_parse_para_get(hi_u32 *value, hi_char *para_token_str) in cmd_parse_para_get() argument 75 if ((para_token_str == NULL) || (value == NULL)) { in cmd_parse_para_get() 104 *value = (hi_u32)(uintptr_t)para_token_str; in cmd_parse_para_get()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
H A D | los_track.h | 473 #define LOS_TRACK_EVENT(type, value) \ 478 OsTrackhook(type, 0, value, entry); \ 482 #define LOS_TRACK_EVENT(type, value)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_session.h | 135 * Stores @p data with the given session. This function overwrites any value 263 * the number of bytes that have been transmitted, or a value less than zero 270 * @return The number of bytes written on success, or a value 278 * the number of bytes that have been transmitted, or a value less than zero 286 * @return The number of bytes written on success, or a value 294 * the number of bytes that have been transmitted, or a value less than zero 300 * @return The number of bytes written on success, or a value 395 * RFC 7252, Section 4.8 Default value of ACK_TIMEOUT is 2 402 * RFC 7252, Section 4.8 Default value of ACK_RANDOM_FACTOR is 1.5 408 * RFC 7252, Section 4.8 Default value o [all...] |
/drivers/hdf_core/framework/test/unittest/sensor/ |
H A D | hdf_sensor_test.c | 39 int32_t value = HDF_SENSOR_TEST_VALUE; in SensorTestDataWorkEntry() local 51 event.dataLen = sizeof(value); in SensorTestDataWorkEntry() 52 event.data = (uint8_t *)&value; in SensorTestDataWorkEntry()
|
/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | display_composer_service.h | 48 int32_t GetDisplayProperty(uint32_t devId, uint32_t id, uint64_t& value) override; 61 int32_t SetDisplayProperty(uint32_t devId, uint32_t id, uint64_t value) override; 74 const std::vector<int8_t>& value) override;
|
/drivers/peripheral/display/hal/ |
H A D | disp_hal.c | 100 static int32_t DispGetParaProcess(uint32_t devId, const uint32_t cmd, uint32_t *value) in DispGetParaProcess() argument 106 if (value == NULL) { in DispGetParaProcess() 130 if (!HdfSbufReadUint32(reply, value)) { in DispGetParaProcess()
|
/drivers/peripheral/sensor/test/unittest/dump/ |
H A D | hdf_sensor_dump_test.cpp | 150 const char* value = nullptr; in PrintDumpResult() local 151 while ((value = HdfSbufReadString(reply)) != nullptr) { in PrintDumpResult() 152 printf("%s", value); in PrintDumpResult()
|
/drivers/peripheral/user_auth/test/unittest/database/ |
H A D | idm_file_manager_test.cpp | 173 globalConfigInfo.value.enableStatus = true; in HWTEST_F() 178 globalConfigInfo.value.enableStatus = false; in HWTEST_F() 183 globalConfigInfo1.value.pinExpiredPeriod = 1; in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | xilinx-spi.c | 56 * @value: Value INIT_B to wait for (1 = asserted = low) 63 static int wait_for_init_b(struct fpga_manager *mgr, int value, in wait_for_init_b() argument 73 if (ret == value) in wait_for_init_b() 85 value ? "assert" : "deassert"); in wait_for_init_b()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-creg-snps.c | 34 u32 reg, reg_shift, value; in creg_gpio_set() local 38 value = val ? hcg->layout->on[offset] : hcg->layout->off[offset]; in creg_gpio_set() 47 reg |= (value << reg_shift); in creg_gpio_set() 67 /* Check that on value fits its placeholder */ in creg_gpio_validate_pg() 71 /* Check that off value fits its placeholder */ in creg_gpio_validate_pg()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_tis_spi_cr50.c | 123 * incorrect value from TPM_STS and just retry the operation. in cr50_needs_waking() 137 .value = 1000, in cr50_wake_if_needed() 215 u16 len, const u8 *value) in tpm_tis_spi_cr50_write_bytes() 217 return tpm_tis_spi_cr50_transfer(data, addr, len, NULL, value); in tpm_tis_spi_cr50_write_bytes() 214 tpm_tis_spi_cr50_write_bytes(struct tpm_tis_data *data, u32 addr, u16 len, const u8 *value) tpm_tis_spi_cr50_write_bytes() argument
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | speedstep-lib.c | 56 { 0, 0xff } /* error or unknown value */ in pentium3_get_frequency() 61 unsigned int value; /* Front Side Bus speed in MHz */ in pentium3_get_frequency() member 102 (msr_decode_mult[j].ratio * msr_decode_fsb[i].value * 100)); in pentium3_get_frequency() 104 return msr_decode_mult[j].ratio * msr_decode_fsb[i].value * 100; in pentium3_get_frequency() 157 pr_err("PCORE - MSR_FSB_FREQ undefined value\n"); in pentium_core_get_frequency() 274 pr_debug("ebx value is %x, x86_stepping is %x\n", ebx, c->x86_stepping); in speedstep_detect_processor() 453 * and set it to a safe value (500uSec) in that case in speedstep_get_freqs()
|
H A D | sti-cpufreq.c | 32 * top bit of a 32bit value and is equal to 0x80000000. 114 unsigned int value; in sti_cpufreq_fetch_regmap_field() local 126 ret = regmap_field_read(regmap_field, &value); in sti_cpufreq_fetch_regmap_field() 133 return value; in sti_cpufreq_fetch_regmap_field()
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/xtfpga/ |
H A D | setup.c | 117 newmac->value = newmac + 1; in update_local_mac() 125 memcpy(newmac->value, macaddr, MAC_LEN); in update_local_mac() 126 ((u8*)newmac->value)[5] = (*(u32*)DIP_SWITCHES_VADDR) & 0x3f; in update_local_mac()
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | spk_types.h | 111 void *p_val; /* ptr to programs variable to store value */ 122 int value; /* current value */ member 127 short value; member 144 char *value; member
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | acobject.h | 78 u64 value; member 226 u32 value; /* Value to store into the Bank or Index register */\ 311 u8 resolved; /* Reference has been resolved to a value */ 317 u32 value; /* Used for Local/Arg/Index/ddb_handle */ member
|
H A D | utosi.c | 408 /* Default return value is 0, NOT SUPPORTED */ in acpi_ut_osi_implementation() 426 if (interface_info->value > acpi_gbl_osi_data) { in acpi_ut_osi_implementation() 427 acpi_gbl_osi_data = interface_info->value; in acpi_ut_osi_implementation() 438 * certain interfaces or override the true/false support value. in acpi_ut_osi_implementation() 455 return_desc->integer.value = return_value; in acpi_ut_osi_implementation()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | processor.h | 420 unsigned int value); 423 #define SET_FP_MODE(task,value) mips_set_process_fp_mode(task, value)
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | mpic_msgr.c | 30 static inline void _mpic_msgr_mer_write(struct mpic_msgr *msgr, u32 value) in _mpic_msgr_mer_write() argument 32 out_be32(msgr->mer, value); in _mpic_msgr_mer_write() 149 if (node == of_find_node_by_path(prop->value)) in mpic_msgr_block_number()
|
H A D | dcr.c | 102 void dcr_write_generic(dcr_host_t host, unsigned int dcr_n, u32 value) in dcr_write_generic() argument 105 dcr_write_native(host.host.native, dcr_n, value); in dcr_write_generic() 107 dcr_write_mmio(host.host.mmio, dcr_n, value); in dcr_write_generic()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/ |
H A D | warp.c | 137 int value = 1; in temp_isr() local 155 gpio_set_value(red_led, value); in temp_isr() 156 value ^= 1; in temp_isr()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | apic_numachip.c | 30 unsigned long value; in numachip1_get_apic_id() local 34 rdmsrl(MSR_FAM10H_NODE_ID, value); in numachip1_get_apic_id() 35 id |= (value << 2) & 0xff00; in numachip1_get_apic_id()
|
/kernel/linux/linux-5.10/arch/sparc/prom/ |
H A D | tree_32.c | 127 /* Acquire an integer property and return its value. Returns -1 166 /* Acquire a property whose value is a string, returns a null 278 /* Set property 'pname' at node 'node' to value 'value' which has a length 281 int prom_setprop(phandle node, const char *pname, char *value, int size) in prom_setprop() argument 288 if ((pname == NULL) || (value == NULL)) in prom_setprop() 291 ret = prom_nodeops->no_setprop(node, pname, value, size); in prom_setprop()
|