Home
last modified time | relevance | path

Searched refs:value (Results 19951 - 19975 of 23013) sorted by relevance

1...<<791792793794795796797798799800>>...921

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c2559 uint64_t value, flags; in amdgpu_vm_handle_fault() local
2605 value = 0; in amdgpu_vm_handle_fault()
2608 value = adev->dummy_page_addr; in amdgpu_vm_handle_fault()
2614 value = 0; in amdgpu_vm_handle_fault()
2624 addr, flags, value, 0, NULL, NULL, NULL); in amdgpu_vm_handle_fault()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Ds626.c44 * insn.data=&initialvalue; //initial value loaded into encoder
176 * Read a value from a gate array register.
180 /* Set up DEBI control register value in shadow RAM */ in s626_debi_read()
190 * Write a value to a gate array register.
195 /* Set up DEBI control register value in shadow RAM */ in s626_debi_write()
205 * specifies bits that are to be preserved, wdata is new value to be
377 /* Copy DAC setpoint value to DAC's output DMA buffer. */ in s626_send_dac()
383 * the DAC's data value to A2's output FIFO. The DMA transfer will in s626_send_dac()
385 * reached upon transfer of the first DWORD value. in s626_send_dac()
441 * simultaneously shift out and in the 0x00 that is ALWAYS the value in s626_send_dac()
662 s626_set_latch_source(struct comedi_device *dev, unsigned int chan, u16 value) s626_set_latch_source() argument
673 s626_preload(struct comedi_device *dev, unsigned int chan, u32 value) s626_preload() argument
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-cdev.c222 static void __user *u64_to_uptr(u64 value) in u64_to_uptr() argument
225 return compat_ptr(value); in u64_to_uptr()
227 return (void __user *)(unsigned long)value; in u64_to_uptr()
238 static inline void __user *u64_to_uptr(u64 value) in u64_to_uptr() argument
240 return (void __user *)(unsigned long)value; in u64_to_uptr()
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Ddev.c524 union devlink_param_value value; in nsim_devlink_set_params_init_values() local
526 value.vu32 = nsim_dev->max_macs; in nsim_devlink_set_params_init_values()
529 value); in nsim_devlink_set_params_init_values()
530 value.vbool = nsim_dev->test1; in nsim_devlink_set_params_init_values()
533 value); in nsim_devlink_set_params_init_values()
886 * traps. The value is written by user and read in delayed work when in nsim_dev_traps_init()
959 * value to true. So forbid it. in nsim_dev_reload_down()
977 * value to true. Fail right away. in nsim_dev_reload_up()
1156 pr_err("%s rate value %lluBps not in link speed units of 1Mbps.\n", in nsim_rate_bytes_to_units()
1158 NL_SET_ERR_MSG_MOD(extack, "TX rate value no in nsim_rate_bytes_to_units()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c862 u64 value; in ath11k_write_fw_dbglog() local
870 num = sscanf(buf, "%u %llx %u %u", &param, &value, &mod_id_index, &is_end); in ath11k_write_fw_dbglog()
882 ar->debug.module_id_bitmap[mod_id_index] = upper_32_bits(value); in ath11k_write_fw_dbglog()
895 dbglog.value = lower_32_bits(value); in ath11k_write_fw_dbglog()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/
H A Dimx-pxp.c265 u32 value; in pxp_read() local
267 regmap_read(dev->regmap, reg, &value); in pxp_read()
269 return value; in pxp_read()
272 static inline void pxp_write(struct pxp_dev *dev, u32 reg, u32 value) in pxp_write() argument
274 regmap_write(dev->regmap, reg, value); in pxp_write()
892 /* Always write alpha value as V4L2_CID_ALPHA_COMPONENT */ in pxp_start()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h56 * Use default noise value of -127 ... this is below the range of measurable
60 * always negative ... using a negative value as the default keeps all
67 * a value of 0 means RTS on all data/management packets
68 * a value > max MSDU size means no RTS
70 * than RTS value.
169 * Driver reads 16-bit value from bits 31-16 of CSR_EEPROM_REG.
303 * constant (i.e. same value applies to all channels/bands) while the
824 u32 ct_kill_threshold; /* value in hw-dependent units */
1057 * host interrupt timeout value
2021 u32 value; in il_rd() local
2033 il_wr(struct il_priv *il, u32 reg, u32 value) il_wr() argument
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c58 * bit 23..25 - PDIS value (if input)
68 * value = low
71 * SLPM value = same as normal
437 static void nmk_write_masked(void __iomem *reg, u32 mask, u32 value) in nmk_write_masked() argument
442 val = ((val & ~mask) | (value & mask)); in nmk_write_masked()
862 int value; in nmk_gpio_get_input() local
866 value = !!(readl(nmk_chip->addr + NMK_GPIO_DAT) & BIT(offset)); in nmk_gpio_get_input()
870 return value; in nmk_gpio_get_input()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dsta.c380 /* Firmware requires that value for this 1-byte field must in cw1200_config()
860 int cw1200_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in cw1200_set_rts_threshold() argument
869 if (value != (u32) -1) in cw1200_set_rts_threshold()
870 val32 = __cpu_to_le32(value); in cw1200_set_rts_threshold()
874 if (priv->rts_threshold == value) in cw1200_set_rts_threshold()
884 priv->rts_threshold = value; in cw1200_set_rts_threshold()
1138 * the RCPI/RSSI value correctly on WSM_EVENT_RCPI_RSS in cw1200_setup_mac()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c102 LOG_GAMMA_WRITE("%llu\n", coordinates_x[i].x.value); in log_x_points_distribution()
260 /* one-time pre-compute dePQ values - only for max pixel value 125 FP16 */
1430 * max_lut_index. So we interpolate the value using in apply_lut_1d()
1474 struct fixed31_32 value = dc_fixpt_from_fraction(i, in build_evenly_distributed_points() local
1477 p->r = value; in build_evenly_distributed_points()
1478 p->g = value; in build_evenly_distributed_points()
1479 p->b = value; in build_evenly_distributed_points()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c187 * GPU registers so we need to add 0x1a800 to the register value on A630 in a6xx_submit()
188 * to get the right value from PM4. in a6xx_submit()
223 * rptr value that has not been updated in a6xx_submit()
728 gpu_write(gpu, reg->offset, state ? reg->value : 0); in a6xx_set_hwcg()
956 /* Entirely magic, per-GPU-gen value */ in a6xx_set_ubwc_config()
959 * The Highest Bank Bit value represents the bit of the highest DDR bank. in a6xx_set_ubwc_config()
960 * We then subtract 13 from it (13 is the minimum value allowed by hw) and in a6xx_set_ubwc_config()
961 * write the lowest two bits of the remaining value as hbb_lo and the in a6xx_set_ubwc_config()
2042 static int a6xx_gmu_get_timestamp(struct msm_gpu *gpu, uint64_t *value) in a6xx_gmu_get_timestamp() argument
2052 *value in a6xx_gmu_get_timestamp()
2061 a6xx_get_timestamp(struct msm_gpu *gpu, uint64_t *value) a6xx_get_timestamp() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-top.c1383 struct callchain_param *callchain = opt->value; in parse_callchain_opt()
1400 static int perf_top_config(const char *var, const char *value, void *cb __maybe_unused) in perf_top_config() argument
1404 return perf_default_config(var, value, cb); in perf_top_config()
1407 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
1418 struct perf_top *top = opt->value; in parse_percent_limit()
/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c1262 return hw_stats_bf.value; in tcf_action_hw_stats_get()
1388 if (!tc_act_flags_valid(userflags.value)) { in tcf_action_init_1()
1395 userflags.value | flags, extack); in tcf_action_init_1()
1397 err = a_o->init(net, nla, est, &a, tp, userflags.value | flags, in tcf_action_init_1()
1652 NL_SET_ERR_MSG(extack, "Invalid TC action index value"); in tcf_action_get_1()
2119 cb->args[2] = bf.value; in tc_dump_action()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c58 char value; in get_module_param_bool() local
69 r = read(fd, &value, 1); in get_module_param_bool()
75 if (value == 'Y') in get_module_param_bool()
77 else if (value == 'N') in get_module_param_bool()
80 TEST_FAIL("Unrecognized value '%c' for boolean module param", value); in get_module_param_bool()
108 * specified by the value of cap. On failure a TEST_ASSERT failure
111 * Looks up and returns the value corresponding to the capability
772 * a value < 0, if bytes at hva are less than those at gva.
773 * Otherwise a value >
[all...]
/kernel/linux/linux-6.6/sound/pci/ca0106/
H A Dca0106_main.c148 MODULE_PARM_DESC(index, "Index value for the CA0106 soundcard.");
398 u32 value) in snd_ca0106_i2c_write()
404 if ((reg > 0x7f) || (value > 0x1ff)) { in snd_ca0106_i2c_write()
409 tmp = reg << 25 | value << 16; in snd_ca0106_i2c_write()
411 dev_dbg(emu->card->dev, "I2C-write:reg=0x%x, value=0x%x\n", reg, value); in snd_ca0106_i2c_write()
1346 #define SPI_REG(reg, value) (((reg) << SPI_REG_SHIFT) | (value))
396 snd_ca0106_i2c_write(struct snd_ca0106 *emu, u32 reg, u32 value) snd_ca0106_i2c_write() argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dhdac_hdmi.c265 * Device List Length is a 0 based integer value indicating the in hdac_hdmi_port_select_set()
909 const char *cvt_name = e->texts[ucontrol->value.enumerated.item[0]]; in hdac_hdmi_set_pin_port_mux()
1482 memset(ucontrol->value.bytes.data, 0, sizeof(ucontrol->value.bytes.data)); in hdac_hdmi_eld_ctl_get()
1505 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdac_hdmi_eld_ctl_get()
1515 memcpy(ucontrol->value.bytes.data, eld->eld_buffer, in hdac_hdmi_eld_ctl_get()
/kernel/linux/linux-6.6/net/core/
H A Dsock_map.c547 int sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, in sock_map_update_elem_sys() argument
556 ufd = *(u64 *)value; in sock_map_update_elem_sys()
558 ufd = *(u32 *)value; in sock_map_update_elem_sys()
589 void *value, u64 flags) in sock_map_update_elem()
591 struct sock *sk = (struct sock *)value; in sock_map_update_elem()
588 sock_map_update_elem(struct bpf_map *map, void *key, void *value, u64 flags) sock_map_update_elem() argument
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/
H A Dmt8192-dai-i2s.c149 ucontrol->value.integer.value[0] = i2s_priv->low_jitter_en; in mt8192_i2s_hd_get()
163 if (ucontrol->value.enumerated.item[0] >= e->items) in mt8192_i2s_hd_set()
166 hd_en = ucontrol->value.integer.value[0]; in mt8192_i2s_hd_set()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dconntrack.c44 u32 value; member
50 struct ovs_key_ct_labels value; member
977 err = ovs_ct_set_mark(ct, key, info->mark.value, in ovs_ct_commit()
983 err = ovs_ct_init_labels(ct, key, &info->labels.value, in ovs_ct_commit()
991 err = ovs_ct_set_labels(ct, key, &info->labels.value, in ovs_ct_commit()
1006 * value if 'skb' is freed.
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dtest_case.py229 error_msg = "test func '{}' The actual input value of " \
1184 for key, value in kwargs.items():
1185 all_args.append("{}={}".format(key, value))
1313 def add_attributes(self, key, value):
1314 setattr(self, key, value)
1315 log.debug("Property setattr {}={}".format(key, value))
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dcamera_hdi_test_v1_2.cpp44 uint8_t value = OHOS::HDI::Camera::V1_2::STILL_IMAGE; in TakePhoteWithDefferredImage() local
45 meta->addEntry(OHOS_CONTROL_DEFERRED_IMAGE_DELIVERY, &value, sizeof(value)); in TakePhoteWithDefferredImage()
309 * @tc.desc: OHOS_CONTROL_SUPPORTED_COLOR_MODES,all value
442 printf("capture colorSpaces value %d\n", colorSpaces); in CaptureByColorSpaces()
473 printf("video colorSpaces value %d\n", colorSpaces); in VideoByColorSpaces()
510 printf("superStubColorSpaces colorSpaces value %d\n", colorSpaces); in SuperStubByColorSpaces()
560 printf("OHOS_ABILITY_AVAILABLE_COLOR_SPACES value count %d\n", entry.count); in HWTEST_F()
645 * @tc.desc: OHOS_CONTROL_CAMERA_PHYSICAL_APERTURE_RANGE, all value
745 uint8_t value in HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H A Dgaudi.c213 "FENCE 0 inc over max value and clipped",
214 "FENCE 1 inc over max value and clipped",
215 "FENCE 2 inc over max value and clipped",
216 "FENCE 3 inc over max value and clipped",
217 "FENCE 0 dec under min value and clipped",
218 "FENCE 1 dec under min value and clipped",
219 "FENCE 2 dec under min value and clipped",
220 "FENCE 3 dec under min value and clipped"
657 "Received invalid div select value: %d", div_sel); in gaudi_fetch_psoc_frequency()
749 * Return: 0 for success, negative value fo
6395 u32 value, ctl; gaudi_gen_signal_cb() local
6416 gaudi_add_mon_msg_short(struct packet_msg_short *pkt, u32 value, u16 addr) gaudi_add_mon_msg_short() argument
6439 u32 ctl, value, pkt_size = sizeof(*pkt); gaudi_add_arm_monitor_pkt() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_pm.c359 #define FW_WM(value, plane) \
360 (((value) << DSPFW_ ## plane ## _SHIFT) & DSPFW_ ## plane ## _MASK)
472 * pessimal value. It's a tradeoff between extra memory fetches (if we
473 * set this value too high, the FIFO will fetch frequently to stay full)
477 * A value of 5us seems to be a good balance; safe for very low end
797 * Bspec seems to indicate that the value shouldn't be lower than in intel_calculate_wm()
999 #define FW_WM_VLV(value, plane) \
1000 (((value) << DSPFW_ ## plane ## _SHIFT) & DSPFW_ ## plane ## _MASK_VLV)
1102 * repartitioning as the maximum watermark value the in g4x_plane_fifo_size()
1194 int level, enum plane_id plane_id, u16 value) in g4x_raw_plane_wm_set()
1193 g4x_raw_plane_wm_set(struct intel_crtc_state *crtc_state, int level, enum plane_id plane_id, u16 value) g4x_raw_plane_wm_set() argument
1209 g4x_raw_fbc_wm_set(struct intel_crtc_state *crtc_state, int level, u16 value) g4x_raw_fbc_wm_set() argument
1812 vlv_raw_plane_wm_set(struct intel_crtc_state *crtc_state, int level, enum plane_id plane_id, u16 value) vlv_raw_plane_wm_set() argument
[all...]
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/
H A DRemoteDeviceModel.js40 logger.info(TAG, `createDeviceManager callback returned, value=${JSON.stringify(this.deviceManager)}`)
/applications/standard/contacts_data/contacts/include/
H A Dcontacts_api.h103 int GetType(napi_env env, napi_value value);

Completed in 71 milliseconds

1...<<791792793794795796797798799800>>...921