/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | asus_atk0110.c | 657 static int atk_debugfs_gitm_get(void *p, u64 *val) in atk_debugfs_gitm_get() argument 676 *val = buf->value; in atk_debugfs_gitm_get()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_dp.c | 326 static void zynqmp_dp_write(struct zynqmp_dp *dp, int offset, u32 val) in zynqmp_dp_write() argument 328 writel(val, dp->iomem + offset); in zynqmp_dp_write()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | tegra-smmu.c | 645 u32 *pte, dma_addr_t pte_dma, u32 val) in tegra_smmu_set_pte() 650 *pte = val; in tegra_smmu_set_pte() 644 tegra_smmu_set_pte(struct tegra_smmu_as *as, unsigned long iova, u32 *pte, dma_addr_t pte_dma, u32 val) tegra_smmu_set_pte() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_user_sdma.c | 515 seqnum.val = be32_to_cpu(hdr->bth[2]); in qib_user_sdma_page_to_frags() 520 hdr->bth[2] = cpu_to_be32(seqnum.val); in qib_user_sdma_page_to_frags()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | synaptics.c | 223 static int synaptics_query_int(struct psmouse *psmouse, u8 query_cmd, u32 *val) in synaptics_query_int() argument 235 *val = be32_to_cpu(resp.be_val); in synaptics_query_int()
|
/kernel/linux/linux-6.6/drivers/input/tablet/ |
H A D | aiptek.c | 367 static const char *map_val_to_str(const struct aiptek_map *map, int val) in map_val_to_str() argument 372 if (val == p->value) in map_val_to_str()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | af9013_priv.h | 27 u8 val; member 33 u8 val[24]; member
|
H A D | cx24116.c | 299 * MOD FEC mask/val standard 319 * mask/val = 0x04, 0x20 322 * mask/val = 0x04, 0x30 364 u8 val; /* Passed to the firmware to indicate mode selection */ member 368 /*mod fec mask val */ 396 * `val' can be found in the FECSTATUS register when tuning. 435 state->dnxt.fec_val = CX24116_MODFEC_MODES[ret].val; in cx24116_set_fec() 437 dprintk("%s() mask/val = 0x%02x/0x%02x\n", __func__, in cx24116_set_fec() 1314 dprintk("%s: pilot = %d (val = 0x%02x)\n", __func__, in cx24116_set_frontend() 1317 dprintk("%s: rolloff = %d (val in cx24116_set_frontend() [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | input.c | 75 __le32 val = sctp_compute_cksum(skb, 0); in sctp_rcv_checksum() local 77 if (val != cmp) { in sctp_rcv_checksum()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | dhcps.c | 99 #define dhcps_set_option_value(dhcps, idx, val) dhcp_set_option_value(&(dhcps)->dhcp, idx, val)
|
/kernel/liteos_a/kernel/extended/dynload/src/ |
H A D | los_load_elf.c | 585 STATIC INT32 OsPutUserArg(INT32 val, const UINTPTR *sp)
in OsPutUserArg() argument 593 ret = LOS_PutUser((INT32 *)&val, (INT32 *)sp);
in OsPutUserArg()
|
/kernel/linux/linux-6.6/sound/soc/apple/ |
H A D | mca.c | 167 static void mca_modify(struct mca_cluster *cl, int regoffset, u32 mask, u32 val) in mca_modify() argument 172 newval = (val & mask) | (readl_relaxed(ptr) & ~mask); in mca_modify()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cx2072x.c | 491 const void *val, size_t val_count) in cx2072x_reg_raw_write() 503 memcpy(buf + 2, val, val_count); in cx2072x_reg_raw_write() 489 cx2072x_reg_raw_write(struct i2c_client *client, unsigned int reg, const void *val, size_t val_count) cx2072x_reg_raw_write() argument
|
/kernel/linux/linux-6.6/sound/soc/dwc/ |
H A D | dwc-i2s.c | 31 static inline void i2s_write_reg(void __iomem *io_base, int reg, u32 val) in i2s_write_reg() argument 33 writel(val, io_base + reg); in i2s_write_reg()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.h | 512 u32 bit; /* Mask assigned in val field in tracer_flags */ 517 * have to set the initial value of the flags val. 520 u32 val; member 2039 * The value is stored on the variable pointed by *val. The value needs 2045 u64 *val; member
|
/kernel/linux/linux-6.6/net/can/j1939/ |
H A D | socket.c | 765 void *val = &tmp; in j1939_sk_getsockopt() local 790 /* copy to user, based on 'len' & 'val' in j1939_sk_getsockopt() 791 * but most sockopt's are 'int' properties, and have 'len' & 'val' in j1939_sk_getsockopt() 798 else if (copy_to_user(optval, val, len)) in j1939_sk_getsockopt()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | status.c | 448 #define HE_PREP(f, val) le16_encode_bits(val, IEEE80211_RADIOTAP_HE_##f) in ieee80211_add_tx_radiotap_header()
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra210_ahub.c | 84 update[i].val = (i == reg_idx) ? reg_val : 0; in tegra_ahub_put_value_enum() 91 update[i].val)) in tegra_ahub_put_value_enum()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | map.c | 298 static char **parse_bytes(char **argv, const char *name, unsigned char *val, in parse_bytes() argument 310 val[i] = strtoul(argv[i], &endptr, base); in parse_bytes()
|
/test/xts/hats/useriam/pinauth_additional/src/ |
H A D | pin_auth_hdi.cpp | 102 for (const auto &val : propertyTypeUint32) { in FillTestGetPropertyTypeVector() 103 types.push_back(static_cast<HdiGetPropertyType>(val)); in FillTestGetPropertyTypeVector()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 6181 uint64_t val) in amdgpu_dm_connector_atomic_set_property() 6195 switch (val) { in amdgpu_dm_connector_atomic_set_property() 6217 dm_new_state->underscan_hborder = val; in amdgpu_dm_connector_atomic_set_property() 6220 dm_new_state->underscan_vborder = val; in amdgpu_dm_connector_atomic_set_property() 6223 dm_new_state->underscan_enable = val; in amdgpu_dm_connector_atomic_set_property() 6226 dm_new_state->abm_level = val ?: ABM_LEVEL_IMMEDIATE_DISABLE; in amdgpu_dm_connector_atomic_set_property() 6236 uint64_t *val) in amdgpu_dm_connector_atomic_get_property() 6247 *val = DRM_MODE_SCALE_CENTER; in amdgpu_dm_connector_atomic_get_property() 6250 *val = DRM_MODE_SCALE_ASPECT; in amdgpu_dm_connector_atomic_get_property() 6253 *val in amdgpu_dm_connector_atomic_get_property() 6178 amdgpu_dm_connector_atomic_set_property(struct drm_connector *connector, struct drm_connector_state *connector_state, struct drm_property *property, uint64_t val) amdgpu_dm_connector_atomic_set_property() argument 6233 amdgpu_dm_connector_atomic_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, uint64_t *val) amdgpu_dm_connector_atomic_get_property() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 2382 u32 val = 0; in ath11k_peer_assoc_h_he() local 2388 val >>= 1; in ath11k_peer_assoc_h_he() 2389 val |= ((he_cap->ppe_thres[bit / 8] >> in ath11k_peer_assoc_h_he() 2394 val << (ru * 6); in ath11k_peer_assoc_h_he() 5661 u8 val; in ath11k_gen_ppe_thresh() local 5666 val = (fw_ppet->ppet16_ppet8_ru3_ru0[nss] >> (ru * 6)) & in ath11k_gen_ppe_thresh() 5668 val = ((val >> 3) & 0x7) | ((val & 0x7) << 3); in ath11k_gen_ppe_thresh() 5671 ((val >> in ath11k_gen_ppe_thresh() 5752 u8 val; ath11k_mac_setup_he_6ghz_cap() local [all...] |
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account_common.cpp | 1350 napi_value val = nullptr; in ParseCreateAccountOptions() local 1351 napi_get_named_property(env, customDataValue, keyStr.c_str(), &val); in ParseCreateAccountOptions() 1353 if (!GetStringProperty(env, val, valStr)) { in ParseCreateAccountOptions()
|
/base/security/security_guard/frameworks/js/napi/ |
H A D | security_guard_napi.cpp | 845 napi_value val = nullptr; in CompareAndReturnCacheItem() local 846 status = napi_get_reference_value(env, iter->first, &val); in CompareAndReturnCacheItem() 850 status = napi_strict_equals(env, standard, val, &found); in CompareAndReturnCacheItem()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec.c | 1848 int val;
in rkvdec_shutdown() local 1856 ret = readx_poll_timeout(atomic_read, &mpp->task_count, val, val == 0, 0x4e20, 0x30d40);
in rkvdec_shutdown()
|