Searched refs:values (Results 51 - 75 of 385) sorted by last modified time

1234567891011>>

/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...]
/linux-master/arch/x86/kvm/
H A Dx86.c96 * Note, kvm_caps fields should *never* have default values, all fields must be
219 } values[KVM_MAX_NR_USER_RETURN_MSRS];
370 struct kvm_user_return_msr_values *values;
384 values = &msrs->values[slot];
385 if (values->host != values->curr) {
386 wrmsrl(kvm_uret_msrs_list[slot], values->host);
387 values->curr = values
216 } values[KVM_MAX_NR_USER_RETURN_MSRS]; member in struct:kvm_user_return_msrs
367 struct kvm_user_return_msr_values *values; local
[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/drivers/gpu/drm/
H A Ddrm_client_modeset.c984 valid_mask |= (1ULL << plane->rotation_property->values[i]);
H A Ddrm_probe_helper.c426 /* The .get_modes() callback should not return negative values. */
1260 supported_tv_modes |= BIT(tv_mode_property->values[i]);
/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/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
/linux-master/drivers/bus/
H A Dts-nbus.c80 * the data gpios are used for reading and writing values, their directions
104 DECLARE_BITMAP(values, 8);
106 values[0] = 0;
109 ts_nbus->data->info, values);
150 DECLARE_BITMAP(values, 8);
152 values[0] = byte;
154 gpiod_set_array_value_cansleep(8, gpios->desc, gpios->info, values);
/linux-master/sound/usb/
H A Dmixer.c1236 * retrieve the minimum and maximum values for the specified control
1264 "%d:%d: cannot get min/max values for control %d (id %d)\n",
1348 "%d:%d: bogus dB values (%d/%d), disabling dB reporting\n",
1781 /* get min/max values */
2182 /* get min/max values */
2356 const struct procunit_value_info *values; member in struct:procunit_info
2495 for (valinfo = info->values; valinfo->control; valinfo++) {
2524 /* get min/max values */
3704 /* restore cached mixer values */
/linux-master/kernel/trace/
H A Dtrace_events_user.c111 unsigned long values; member in struct:user_event_enabler
128 /* Only duplicate the bit and compat values */
131 #define ENABLE_BITOPS(e) (&(e)->values)
133 #define ENABLE_BIT(e) ((int)((e)->values & ENABLE_VAL_BIT_MASK))
192 * We only support 32 and 64 bit values. The only time we need
649 enabler->values = orig->values & ENABLE_VAL_DUP_MASK;
902 enabler->values = reg->enable_bit;
1171 * Parses the values of a field within the description
2505 /* Ensure no reserved values, sinc
[all...]
/linux-master/include/linux/
H A Di2c.h179 u8 command, u8 *values);
181 u8 command, u8 length, const u8 *values);
184 u8 command, u8 length, u8 *values);
186 u8 command, u8 length, const u8 *values);
189 u8 *values);
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h111 * the average values for each color channel.
323 * @y_calc: Pre-processing that converts Bayer quad to RGB+Y values to be
337 * should be log2 of the sum of the abs values of the filter
341 * abs values of the filter coeffs.
473 * NF should be the log2 of the sum of the abs values of the
729 * @values: pre-calculated values of square root function.
734 __u8 values[IPU3_UAPI_BNR_LUT_SIZE]; member in struct:ipu3_uapi_bnr_static_config_lut_config
1013 * @lut: 256 tabulated values of the gamma function. LUT[1].. LUT[256]
1052 * UV -chroma) by applying the pixel's values b
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_hynix.c23 * @values: array of values to set in registers. The array size is equal to
29 u8 values[]; member in struct:hynix_read_retry
46 * @values: values that should be set in regs
54 const u8 *values; member in struct:hynix_read_retry_otp
110 const u8 *values; local
113 values = hynix->read_retry->values +
123 * This is done by setting pre-defined values i
[all...]
/linux-master/drivers/media/platform/renesas/
H A Drcar-csi2.c1029 * TODO: This registers is not documented yet, the values should depend
1425 * NOTE: Magic values are from the datasheet and lack documentation.
1450 const struct phtw_value *values)
1455 for (value = values; value->data || value->code; value++) {
1465 const struct rcsi2_mbps_reg *values, u16 code)
1470 for (value = values; value->mbps; value++) {
1449 rcsi2_phtw_write_array(struct rcar_csi2 *priv, const struct phtw_value *values) argument
1464 rcsi2_phtw_write_mbps(struct rcar_csi2 *priv, unsigned int mbps, const struct rcsi2_mbps_reg *values, u16 code) argument
/linux-master/drivers/media/i2c/
H A Dtvp5150.c335 /* Default values as sugested at TVP5150AM1 datasheet */
471 /* Default values as sugested at TVP5150AM1 datasheet */
507 unsigned char values[16]; member in struct:i2c_vbi_ram_value
510 /* This struct have the values for each supported VBI Standard
635 regs->values[i]);
920 /* Initializes TVP5150 to its default values */
954 /* Initializes TVP5150 to stream enabled values */
H A Dtc358743.c113 static void i2c_rd(struct v4l2_subdev *sd, u16 reg, u8 *values, u32 n) argument
130 .buf = values,
141 static void i2c_wr(struct v4l2_subdev *sd, u16 reg, u8 *values, u32 n) argument
164 data[2 + i] = values[i];
/linux-master/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/tools/testing/selftests/cgroup/
H A Dtest_zswap.c305 struct no_kmem_bypass_child_args *values = arg;
308 allocation = malloc(values->target_alloc_bytes);
310 values->child_allocated = true;
313 for (long i = 0; i < values->target_alloc_bytes; i += 4095)
315 values->child_allocated = true;
336 struct no_kmem_bypass_child_args *values;
346 /* Read sys info and compute test values accordingly */
351 values = mmap(0, sizeof(struct no_kmem_bypass_child_args), PROT_READ |
353 if (values == MAP_FAILED)
359 values
307 struct no_kmem_bypass_child_args *values = arg; local
338 struct no_kmem_bypass_child_args *values; local
[all...]

Completed in 897 milliseconds

1234567891011>>