/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.c | 2722 (prev_entries[i].flags.value != cur_entries[j].flags.value)) in has_stitched_lbr() 3060 * value twice. in thread__resolve_callchain_sample()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpifunc.c | 2654 u16 hpi_tuner_set_mode(u32 h_control, u32 mode, u32 value) in hpi_tuner_set_mode() argument 2656 return hpi_control_param_set(h_control, HPI_TUNER_MODE, mode, value); in hpi_tuner_set_mode()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt5645.c | 705 (struct rt5645_eq_param_s_be16 *)ucontrol->value.bytes.data; in rt5645_hweq_get() 731 (struct rt5645_eq_param_s_be16 *)ucontrol->value.bytes.data; in rt5645_hweq_put()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 122 * @polarity: the value of the field when the operation is completed 125 * @valp: where to store the value of the register at completion time 128 * up to @attempts times. If @valp is not NULL the value of the register 158 * @val: new value for the field 160 * Sets a field of an indirect TP register to the given value. 173 uint32_t value) in csio_set_reg_field() 177 csio_wr_reg32(hw, val | value, reg); in csio_set_reg_field() 257 * Returns the value of the information field keyword or 417 * @val: value to write 1569 * @caps16: a 16-bit Port Capabilities value 172 csio_set_reg_field(struct csio_hw *hw, uint32_t reg, uint32_t mask, uint32_t value) csio_set_reg_field() argument [all...] |
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 776 static void setInt32NamedProperty(napi_env env, napi_value object, const char *utf8name, uint32_t value) { in setInt32NamedProperty() argument 778 napi_create_int32(env, value, &tmp); in setInt32NamedProperty()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 881 * The is value is determined by [(time_in_micro_secs * 100) / (2^10)] 1143 static int mii_rw(struct net_device *dev, int addr, int miireg, int value) in mii_rw() argument 1158 if (value != MII_READ) { in mii_rw() 1159 writel(value, base + NvRegMIIData); in mii_rw() 1167 } else if (value != MII_READ) { in mii_rw() 1768 * Get latest stats value from the nic. 3414 * we want the current value. in nv_update_linkspeed() 5064 /* restore original value */ in nv_register_test() 5590 /* set linkspeed to invalid value, thus force nv_update_linkspeed in nv_open()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 246 u32 name, value; in dcb_tx_queue_prio_enable() local 253 value = enable ? i : 0xffffffff; in dcb_tx_queue_prio_enable() 260 &name, &value, in dcb_tx_queue_prio_enable() 268 txq->dcb_prio = enable ? value : 0; in dcb_tx_queue_prio_enable() 448 * @tcam_idx: TCAM index of existing filter for old value of MAC address, 450 * @addr: the new MAC address value 780 * FW_PARAMS_PARAM_DEV_PPOD_EDRAM write command with value 1 to in setup_ppod_edram() 1104 * have RDMA queues, and that's the right value. in setup_sge_queues() 1592 * Allocate an active-open TID and set it to the supplied value. 1628 * Allocate a server TID and set it to the supplied value [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_mbx.c | 1744 * tov = pointer to login timeout value. 1778 ratov = (mcp->mb[3]/2) / 10; /* mb[3] value is in 100ms */ in qla2x00_get_retry_cnt() 2623 * return ok even when the mailbox completion value is not in qla2x00_login_fabric() 2701 * return ok even when the mailbox completion value is not in qla2x00_login_local_device() 5611 /* Copy all bits to preserve original value */ in qla81xx_get_port_config() 6626 int qla27xx_set_zio_threshold(scsi_qla_host_t *vha, uint16_t value) in qla27xx_set_zio_threshold() argument 6638 mcp->mb[2] = value; in qla27xx_set_zio_threshold() 6652 int qla27xx_get_zio_threshold(scsi_qla_host_t *vha, uint16_t *value) in qla27xx_get_zio_threshold() argument 6671 *value = mc.mb[2]; in qla27xx_get_zio_threshold()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 4626 # Pull out the value of this operator. 4796 # terminating a case value or a label. 5039 my $value = $1; 5040 $value = deparenthesize($value); 5041 if ($value =~ m/^\s*$FuncArg\s*(?:\?|$)/) { 5707 # (common in inline assembly) or is a octal \123 or hexadecimal \xaf value 6437 "unchecked sscanf return value\n" . "$here\n$stat_real\n"); 6955 "duplicated sysctl range checking value '$1', consider using the shared one in include/linux/sysctl.h\n" . $herecurr);
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 591 u##bits attr, u##bits value) \ 593 __le##bits __tmp = cpu_to_le##bits(value); \ 630 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ 632 ret = tlv_put_u##bits(sctx, attrtype, value); \ 879 * The iterate callback may return a non zero value to stop iteration. This can 880 * be a negative value for error codes or 1 to simply stop it. 999 * The iterate callback may return a non zero value to stop iteration. This can 1000 * be a negative value for error codes or 1 to simply stop it.
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 749 * wl->mutex is taken, so use the cached last_vif_count value in wl12xx_fetch_firmware() 2992 * setting is off (ACTIVE), so sync the fw with the correct value. in wlcore_set_assoc() 3853 static int wl1271_op_set_frag_threshold(struct ieee80211_hw *hw, u32 value) in wl1271_op_set_frag_threshold() argument 3871 ret = wl1271_acx_frag_threshold(wl, value); in wl1271_op_set_frag_threshold() 3884 static int wl1271_op_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in wl1271_op_set_rts_threshold() argument 3904 ret = wl1271_acx_rts_threshold(wl, wlvif, value); in wl1271_op_set_rts_threshold() 6226 /* FIXME: find a proper value */ in wl1271_init_ieee80211()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 245 u32 name, value; in dcb_tx_queue_prio_enable() local 252 value = enable ? i : 0xffffffff; in dcb_tx_queue_prio_enable() 259 &name, &value, in dcb_tx_queue_prio_enable() 267 txq->dcb_prio = enable ? value : 0; in dcb_tx_queue_prio_enable() 447 * @tcam_idx: TCAM index of existing filter for old value of MAC address, 449 * @addr: the new MAC address value 779 * FW_PARAMS_PARAM_DEV_PPOD_EDRAM write command with value 1 to in setup_ppod_edram() 1103 * have RDMA queues, and that's the right value. in setup_sge_queues() 1591 * Allocate an active-open TID and set it to the supplied value. 1627 * Allocate a server TID and set it to the supplied value [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 881 * The is value is determined by [(time_in_micro_secs * 100) / (2^10)] 1142 static int mii_rw(struct net_device *dev, int addr, int miireg, int value) in mii_rw() argument 1157 if (value != MII_READ) { in mii_rw() 1158 writel(value, base + NvRegMIIData); in mii_rw() 1166 } else if (value != MII_READ) { in mii_rw() 1763 * Get latest stats value from the nic. 3409 * we want the current value. in nv_update_linkspeed() 5065 /* restore original value */ in nv_register_test() 5591 /* set linkspeed to invalid value, thus force nv_update_linkspeed in nv_open()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 682 u##bits attr, u##bits value) \ 684 __le##bits __tmp = cpu_to_le##bits(value); \ 723 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ 725 ret = tlv_put_u##bits(sctx, attrtype, value); \ 956 * Transfer the unchanged u64 value of btrfs_inode_item::flags, that's in get_inode_info() 985 * The iterate callback may return a non zero value to stop iteration. This can 986 * be a negative value for error codes or 1 to simply stop it. 1103 * The iterate callback may return a non zero value to stop iteration. This can 1104 * be a negative value for error codes or 1 to simply stop it. 7379 * relocation value in full_send_tree() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_mbx.c | 1794 * tov = pointer to login timeout value. 1828 ratov = (mcp->mb[3]/2) / 10; /* mb[3] value is in 100ms */ in qla2x00_get_retry_cnt() 2676 * return ok even when the mailbox completion value is not in qla2x00_login_fabric() 2754 * return ok even when the mailbox completion value is not in qla2x00_login_local_device() 5694 /* Copy all bits to preserve original value */ in qla81xx_get_port_config() 6762 int qla27xx_set_zio_threshold(scsi_qla_host_t *vha, uint16_t value) in qla27xx_set_zio_threshold() argument 6774 mcp->mb[2] = value; in qla27xx_set_zio_threshold() 6788 int qla27xx_get_zio_threshold(scsi_qla_host_t *vha, uint16_t *value) in qla27xx_get_zio_threshold() argument 6807 *value = mc.mb[2]; in qla27xx_get_zio_threshold()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 741 * wl->mutex is taken, so use the cached last_vif_count value in wl12xx_fetch_firmware() 2971 * setting is off (ACTIVE), so sync the fw with the correct value. in wlcore_set_assoc() 3814 static int wl1271_op_set_frag_threshold(struct ieee80211_hw *hw, u32 value) in wl1271_op_set_frag_threshold() argument 3830 ret = wl1271_acx_frag_threshold(wl, value); in wl1271_op_set_frag_threshold() 3843 static int wl1271_op_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in wl1271_op_set_rts_threshold() argument 3861 ret = wl1271_acx_rts_threshold(wl, wlvif, value); in wl1271_op_set_rts_threshold() 6158 /* FIXME: find a proper value */ in wl1271_init_ieee80211()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_realtek.c | 220 /* a special bypass for COEF 0; read the cached value at the second time */ 358 * the default value is 1. 396 uctl->value.integer.value[0] = val; in alc_update_knob_master() 397 uctl->value.integer.value[1] = val; in alc_update_knob_master() 655 /* Could be any non-zero and even value. When used as fixup, tells 1022 * Rename codecs appropriately from COEF value or subvendor id 1169 return q->value; in has_cdefine_beep() 2437 /* DMIC_CONTROL? Init value [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 985 * it's final value, so check for this first. in mgmt_get_connectable() 1625 * value with the new value. And if only the timeout gets updated, in set_discoverable() 1651 * still active and store new timeout value. The arming of in set_discoverable() 2523 * HCI command needs to be sent and if yes with what value. 2808 bt_dev_err(hdev, "load_link_keys: too big key_count value %u", in load_link_keys() 4139 bt_dev_err(hdev, "too big key_count value %u", key_count); in set_blocked_keys() 5330 memcpy(p->value, patterns[i].value, p->length); in parse_adv_monitor_pattern() 5964 bt_dev_err(hdev, "service_discovery: too big uuid_count value in start_service_discovery() 9802 mgmt_user_confirm_request(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u32 value, u8 confirm_hint) mgmt_user_confirm_request() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.c | 1527 voltage_table->entries[i].value = in amdgpu_atombios_get_voltage_table() 1825 * Returns the value of the PLL register. 1837 * @val: value to write to the pll register 1853 * Returns the value of the MC register. 1865 * @val: value to write to the pll register 1879 * @val: value to write to the pll register 1897 * Returns the value of the MMIO register. 1913 * @val: value to write to the pll register 1931 * Returns the value of the IO register.
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | entry.S | 725 and %l4, %l5, %l4 ! clear non-ICC bits in user value
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 396 * If returned value is 1, there is no ATAG at the location 839 /* ?? this overwrites the value constructed above? */ 1031 1: ldr r1, [r12, #0] @ get value
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | firestream.c | 103 - When disabling channels, write an invalid VP/VC value to the 589 still the same as the value passed as qe... -- REW */ in submit_qentry() 1249 static void fs_phy_put(struct atm_dev *dev,unsigned char value, 1766 /* Magic value by Hang */ in fs_init()
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 405 * If returned value is 1, there is no ATAG at the location 779 /* ?? this overwrites the value constructed above? */ 967 1: ldr r1, [r12, #0] @ get value
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgtable.h | 900 * Extract the pgprot value from the given pte while at the same time making it 1302 unsigned long bits, unsigned long value);
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | entry.S | 725 and %l4, %l5, %l4 ! clear non-ICC bits in user value
|