Searched refs:values (Results 1 - 25 of 385) sorted by last modified time

1234567891011>>

/linux-master/tools/net/ynl/lib/
H A Dynl.py390 SpecValuesPair = namedtuple('SpecValuesPair', ['spec', 'values'])
400 if name in scope.values:
401 return scope.values[name]
449 for msg in self.msgs.values():
/linux-master/net/ax25/
H A Daf_ax25.c400 if (ax25_dev->dama.slave && ax25->ax25_dev->values[AX25_VALUES_PROTOCOL] == AX25_PROTO_DAMA_SLAVE)
472 ax25->rtt = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T1]) / 2;
473 ax25->t1 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T1]);
474 ax25->t2 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T2]);
475 ax25->t3 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T3]);
476 ax25->n2 = ax25_dev->values[AX25_VALUES_N2];
477 ax25->paclen = ax25_dev->values[AX25_VALUES_PACLEN];
478 ax25->idle = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_IDLE]);
479 ax25->backoff = ax25_dev->values[AX25_VALUES_BACKOFF];
481 if (ax25_dev->values[AX25_VALUES_AXDEFMOD
[all...]
H A Dax25_dev.c68 ax25_dev->values[AX25_VALUES_IPDEFMODE] = AX25_DEF_IPDEFMODE;
69 ax25_dev->values[AX25_VALUES_AXDEFMODE] = AX25_DEF_AXDEFMODE;
70 ax25_dev->values[AX25_VALUES_BACKOFF] = AX25_DEF_BACKOFF;
71 ax25_dev->values[AX25_VALUES_CONMODE] = AX25_DEF_CONMODE;
72 ax25_dev->values[AX25_VALUES_WINDOW] = AX25_DEF_WINDOW;
73 ax25_dev->values[AX25_VALUES_EWINDOW] = AX25_DEF_EWINDOW;
74 ax25_dev->values[AX25_VALUES_T1] = AX25_DEF_T1;
75 ax25_dev->values[AX25_VALUES_T2] = AX25_DEF_T2;
76 ax25_dev->values[AX25_VALUES_T3] = AX25_DEF_T3;
77 ax25_dev->values[AX25_VALUES_IDL
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c1118 &rulei->values.elusage);
/linux-master/arch/x86/kvm/
H A Dx86.c216 } values[KVM_MAX_NR_USER_RETURN_MSRS]; member in struct:kvm_user_return_msrs
367 struct kvm_user_return_msr_values *values; local
381 values = &msrs->values[slot];
382 if (values->host != values->curr) {
383 wrmsrl(kvm_uret_msrs_list[slot], values->host);
384 values->curr = values->host;
437 msrs->values[
[all...]
/linux-master/tools/arch/s390/include/uapi/asm/
H A Dkvm.h38 * @values: Pointer to the values buffer.
50 __u64 values; member in struct:kvm_s390_cmma_log
101 /* valid values for type in kvm_s390_interrupt */
/linux-master/mm/
H A Dshmem.c527 * Special values.
4708 static const int values[] = { local
4719 for (i = 0; i < ARRAY_SIZE(values); i++) {
4721 shmem_huge == values[i] ? "%s[%s]" : "%s%s",
4722 i ? " " : "", shmem_format_huge(values[i]));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c1595 u64 *values,
1617 memset(values, 0, sizeof(*values) * num_counters);
1642 values[j] += be64_to_cpup((__be64 *)(out + offsets[j]));
1594 mlx5_lag_query_cong_counters(struct mlx5_core_dev *dev, u64 *values, int num_counters, size_t *offsets) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_client_modeset.c973 valid_mask |= (1ULL << plane->rotation_property->values[i]);
H A Ddrm_probe_helper.c425 /* The .get_modes() callback should not return negative values. */
1234 supported_tv_modes |= BIT(tv_mode_property->values[i]);
/linux-master/fs/btrfs/
H A Dqgroup.c64 ret += qgroup->rsv.values[i];
87 qgroup->rsv.values[type] += num_bytes;
95 if (qgroup->rsv.values[type] >= num_bytes) {
96 qgroup->rsv.values[type] -= num_bytes;
103 qgroup->rsv.values[type], num_bytes);
105 qgroup->rsv.values[type] = 0;
115 qgroup_rsv_add(fs_info, dest, src->rsv.values[i], i);
125 qgroup_rsv_release(fs_info, dest, src->rsv.values[i], i);
609 if (qgroup->rsv.values[i]) {
615 i, qgroup->rsv.values[
[all...]
H A Dvolumes.c1400 * values temporarily, as the device paths of the fsid are the only
7683 offsetof(struct btrfs_dev_stats_item, values) +
7694 offsetof(struct btrfs_dev_stats_item, values) +
7859 * dev_stats_ccnt and updating the on-disk values which requires
7903 return; /* all values == 0, suppress message */
7937 stats->values[i] =
7947 stats->values[i] = btrfs_dev_stat_read(dev, i);
/linux-master/kernel/bpf/
H A Dsyscall.c1836 void __user *values = u64_to_user_ptr(attr->batch.values); local
1873 copy_from_user(value, values + cp * value_size, value_size))
1901 void __user *values = u64_to_user_ptr(attr->batch.values); local
1968 if (copy_to_user(values + cp * value_size, value, value_size)) {
3384 * and not yet attached to anything, so we can use the values stored
3452 * can only happen once for any program, as the saved values in
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c214 /* NOTE: It's okay to read values of output lines */
223 ghd.values[i] = test_bit(i, vals);
240 /* Clamp all values to [0,1] */
242 __assign_bit(i, vals, ghd.values[i]);
1242 return !!(lc->attrs[i].attr.values & mask);
1376 /* NOTE: It's ok to read values of output lines. */
1466 /* add to compacted values */
2047 ghd.values[0] = val;
/linux-master/drivers/i2c/busses/
H A Di2c-i801.c264 unsigned values[3]; member in struct:i801_mux_config
1314 .values = { 0x02, 0x03 },
1323 .values = { 0x02, 0x03, 0x01 },
1416 gpio_data.values = mux_config->values;
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py788 low = min([x.value for x in self.entries.values()])
789 high = max([x.value for x in self.entries.values()])
970 for op in self.msgs.values():
1133 for op in self.ops.values():
1575 for entry in enum.entries.values():
2181 for op in family.ops.values():
2419 for entry in enum.entries.values():
2427 for entry in enum.entries.values():
2490 for op in family.msgs.values():
2511 for op in family.msgs.values()
[all...]
/linux-master/sound/pci/hda/
H A Dcs35l56_hda.c861 u32 values[HDA_MAX_COMPONENTS];
888 if (ret > ARRAY_SIZE(values)) {
894 ret = device_property_read_u32_array(cs35l56->base.dev, property, values, nval);
900 if (values[i] == id) {
859 u32 values[HDA_MAX_COMPONENTS]; local
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c540 /* override driver values? */
851 u32 *values; local
860 values = kmalloc_array(count + 1, sizeof(*values), GFP_KERNEL);
861 if (!values)
864 ret = device_property_read_u32_array(dev, "init", values, count);
871 val = values[++index];
880 "%s: Maximum register values exceeded\n",
886 val = values[++index];
916 val = values[
[all...]
/linux-master/drivers/iio/pressure/
H A Dhp206c.c96 u8 values[3]; local
98 ret = i2c_smbus_read_i2c_block_data(client, cmd, sizeof(values), values);
101 if (ret != sizeof(values))
103 return get_unaligned_be24(&values[0]) & GENMASK(19, 0);
/linux-master/drivers/iio/magnetometer/
H A Daf8133j.c361 __le16 values[3]; member in struct:__anon152
368 ret = af8133j_read_measurement(data, sample.values);
/linux-master/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c27 acc->values[acc->idx++] = val;
28 if (acc->idx >= ARRAY_SIZE(acc->values))
31 /* compute the mean of all stored values, use 0 as empty slot */
32 for (i = 0; i < ARRAY_SIZE(acc->values); ++i) {
33 if (acc->values[i] == 0)
35 sum += acc->values[i];
51 /* current multiplier and period values after reset */
/linux-master/drivers/iio/amplifiers/
H A Dhmc425a.c27 * values (OUTPUT_V / INPUT_V): 0(shutdown), 0.25, 0.5, 1, 2, 4, 8, 16
30 * From here, it is observed that all values are multiples of the '2' gain setting,
160 DECLARE_BITMAP(values, BITS_PER_TYPE(value));
162 values[0] = value;
165 NULL, values);
/linux-master/drivers/iio/adc/
H A Drockchip_saradc.c361 * @values: each channel takes an u16 value
365 u16 values[SARADC_MAX_CHANNELS]; member in struct:__anon109
382 data.values[j] = info->last_val;
/linux-master/drivers/base/
H A Dproperty.c77 * @val: The values are stored here or %NULL to return the number of values
86 * Return: number of values if @val was %NULL,
105 * @val: The values are stored here or %NULL to return the number of values
114 * Return: number of values if @val was %NULL,
133 * @val: The values are stored here or %NULL to return the number of values
142 * Return: number of values if @val was %NULL,
161 * @val: The values ar
474 const char **values; local
[all...]
/linux-master/arch/arm/kernel/
H A Diwmmxt.S248 @ current Concan values are in the task save area

Completed in 343 milliseconds

1234567891011>>