/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | pcie.c | 2767 u32 value; in mwifiex_pcie_reg_dump() local 2779 if (mwifiex_read_reg(adapter, reg->fw_status, &value)) { in mwifiex_pcie_reg_dump() 2787 mwifiex_read_reg(adapter, pcie_scratch_reg[i], &value); in mwifiex_pcie_reg_dump() 2788 ptr += sprintf(ptr, "reg:0x%x, value=0x%x\n", in mwifiex_pcie_reg_dump() 2789 pcie_scratch_reg[i], value); in mwifiex_pcie_reg_dump()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | reg.h | 1001 #define GET_RX_PAGE_SIZE(value) ((value) & 0xF) 1002 #define GET_TX_PAGE_SIZE(value) (((value) & 0xF0) >> 4)
|
/kernel/linux/linux-6.6/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 88 int value); 181 /* Set GPIO to Output with initial value */ 183 unsigned int offset, int value) in npcmgpio_direction_output() 189 value); in npcmgpio_direction_output() 195 return bank->direction_output(chip, offset, value); in npcmgpio_direction_output() 182 npcmgpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) npcmgpio_direction_output() argument
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-ocelot.c | 1753 int value) in ocelot_gpio_set() 1757 if (value) in ocelot_gpio_set() 1786 unsigned int offset, int value) in ocelot_gpio_direction_output() 1791 if (value) in ocelot_gpio_direction_output() 1752 ocelot_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) ocelot_gpio_set() argument 1785 ocelot_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) ocelot_gpio_direction_output() argument
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | sev.c | 2211 /* Minimum ASID value that should be used for SEV guest */ in sev_hardware_setup() 2735 static void set_ghcb_msr_bits(struct vcpu_svm *svm, u64 value, u64 mask, in set_ghcb_msr_bits() argument 2739 svm->vmcb->control.ghcb_gpa |= (value & mask) << pos; in set_ghcb_msr_bits() 2747 static void set_ghcb_msr(struct vcpu_svm *svm, u64 value) in set_ghcb_msr() argument 2749 svm->vmcb->control.ghcb_gpa = value; in set_ghcb_msr() 2783 /* Error, keep GHCB MSR value as-is */ in sev_handle_vmgexit_msr_protocol() 2828 /* Error, keep GHCB MSR value as-is */ in sev_handle_vmgexit_msr_protocol() 3073 * Set the GHCB MSR value as per the GHCB specification when emulating in sev_es_vcpu_reset() 3134 * non-zero value. in sev_vcpu_deliver_sipi_vector()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 1236 u8 value, bool wait) in mxt_t6_command() 1245 ret = mxt_write_reg(data->client, reg, value); in mxt_t6_command() 1310 static void mxt_update_crc(struct mxt_data *data, u8 cmd, u8 value) in mxt_update_crc() argument 1319 mxt_t6_command(data, cmd, value, true); in mxt_update_crc() 2414 /* Next value */ in mxt_convert_debug_pages() 1235 mxt_t6_command(struct mxt_data *data, u16 cmd_offset, u8 value, bool wait) mxt_t6_command() argument
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | intel8x0.c | 42 MODULE_PARM_DESC(index, "Index value for Intel i8x0 soundcard."); 76 ICH_REG_##name##_CIV = base + 0x04, /* byte - current index value */ \ 80 ICH_REG_##name##_PIV = base + 0x0a, /* byte - prefetched index value */ \ 368 unsigned int sdm_saved; /* SDM reg value */ 2698 if (pos1 == 0) { /* oops, this value is not reliable */ in intel8x0_measure_ac97_clock() 2744 /* abnormal value. hw problem? */ in intel8x0_measure_ac97_clock() 2780 pci->subsystem_vendor, pci->subsystem_device, wl->value); in intel8x0_in_clock_list() 2781 chip->ac97_bus->clock = wl->value; in intel8x0_in_clock_list() 3099 if (w->value) in check_default_spdif_aclink() 3107 return w->value; in check_default_spdif_aclink() [all...] |
/kernel/linux/linux-6.6/sound/pci/riptide/ |
H A D | riptide.c | 119 MODULE_PARM_DESC(index, "Index value for Riptide soundcard."); 656 int value; in atoh() local 659 value = hex_to_bin(c); in atoh() 660 if (value >= 0) in atoh() 661 sum += mult * value; in atoh()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | acornscsi.c | 189 static inline void sbic_arm_write(AS_Host *host, unsigned int reg, unsigned int value) in sbic_arm_write() argument 192 writeb(value, host->base + SBIC_REGVAL); in sbic_arm_write() 210 #define dmac_write(host,reg,value) \ 211 ({ writeb((value), (host)->base + DMAC_OFFSET + ((reg) << 2)); }) 624 * Params : syncxfer SYNCXFER register value 664 * Purpose : calculate value for 33c93s SYNC register 667 * Returns : value for SYNC register
|
/kernel/linux/linux-6.6/mm/ |
H A D | huge_memory.c | 296 unsigned long value; in single_hugepage_flag_store() local 299 ret = kstrtoul(buf, 10, &value); in single_hugepage_flag_store() 302 if (value > 1) in single_hugepage_flag_store() 305 if (value) in single_hugepage_flag_store() 890 * Return: vm_fault_t value. 979 * Return: vm_fault_t value. 1528 * to record page access time. So use default value. in do_huge_pmd_numa_page()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8195/ |
H A D | mt8195-afe-pcm.c | 1469 long val = ucontrol->value.integer.value[0]; in mt8195_memif_1x_en_sel_put() 1492 long val = ucontrol->value.integer.value[0]; in mt8195_asys_irq_1x_en_sel_put() 3146 /* enable clock for regcache get default value from hw */ in mt8195_afe_pcm_dev_probe()
|
/third_party/ffmpeg/libavcodec/ |
H A D | exr.c | 297 #define HUF_ENCBITS 16 // literal (value) bit length 1984 uint8_t value[256] = { 0 }; in decode_header() local 2001 bytestream2_get_buffer(gb, value, FFMIN(sizeof(value) - 1, size)); in decode_header() 2003 av_dict_set(&metadata, name, value, 0); in decode_header() 2254 /* If negative value we reuse half value */ in decode_init() 2305 { "gamma", "Set the float gamma value when decoding", OFFSET(gamma),
|
/third_party/elfutils/src/ |
H A D | strip.c | 481 /* When the symbol value is zero then for SHT_REL in relocate() 506 GElf_Addr value = sym->st_value; in relocate() local 510 given addend and add it to the value. */ in relocate() 511 value += addend; in relocate() 542 tmpbuf.Name -= (GElf_##Name) value; \ in relocate() 544 tmpbuf.Name += (GElf_##Name) value; \ in relocate() 552 /* Now finally put in the new value. */ in relocate() 1003 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf() 1277 /* Remember the shdr.sh_link value. */ in handle_elf() 1781 field must have the correct value in handle_elf() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 352 if (!av_stristr(str, param->value)) { in opencl_filter_platform() 419 if (!strcmp(opencl_device_types[i].key, param->value)) { in opencl_filter_device() 426 param->value); in opencl_filter_device() 458 if (!av_stristr(str, param->value)) { in opencl_filter_device()
|
/third_party/backends/backend/escl/ |
H A D | escl.c | 41 # define SANE_DESC_SHARPEN SANE_I18N("Set sharpen value.") 456 * 'authorize' value is more than SANE_TRUE. 1042 s->val[OPT_BRIGHTNESS].w = s->scanner->brightness->value; in init_options() 1061 s->val[OPT_CONTRAST].w = s->scanner->contrast->value; in init_options() 1080 s->val[OPT_SHARPEN].w = s->scanner->sharpen->value; in init_options() 1100 s->val[OPT_THRESHOLD].w = s->scanner->threshold->value; in init_options() 1205 * parsed for value to store in configuration structure, other line are in _get_hack() 1240 * parsed for value to store in configuration structure, other line are in _get_blacklist_pdf() 1390 * --> SANE_ACTION_GET_VALUE: 'v' must be used to provide the value of the option. 1391 * --> SANE_ACTION_SET_VALUE: The option must take the 'v' value [all...] |
/third_party/backends/backend/ |
H A D | epjitsu-cmd.h | 2 putnbyte (unsigned char *pnt, unsigned int value, unsigned int nbytes) in putnbyte() argument 7 pnt[i] = value & 0xff; in putnbyte() 8 value = value >> 8; in putnbyte()
|
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/ |
H A D | ittnotify_bindings.rs | 1197 #[doc = " This ends the lifetime of the current instance of the given ID value in the trace."] 1199 #[doc = " This call must be performed before the given ID value can be reused for a different"] 1383 #[doc = " Passing special __itt_timestamp_none value as \"end\" argument means"] 1963 #[doc = " given ID value in the trace. Any relationships that are established after this lifetime ends are"] 1964 #[doc = " invalid. This call must be performed before the given ID value can be reused for a different"] 2106 #[doc = " @brief Increment the unsigned 64 bits integer counter value"] 2118 #[doc = " @brief Increment the unsigned 64 bits integer counter value with x"] 2121 pub fn __itt_counter_inc_delta(id: __itt_counter, value: ::std::os::raw::c_ulonglong); in __itt_counter_inc_delta() 2124 unsafe extern "C" fn(id: __itt_counter, value: ::std::os::raw::c_ulonglong), 2130 #[doc = " @brief Decrement the unsigned 64 bits integer counter value"] [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|