Searched refs:values (Results 126 - 150 of 385) sorted by last modified time

1234567891011>>

/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1927 self.child_items = sorted(collection.hregions.values(), key=GraphDataRegionOrdinal)
2203 hregions = collection.hregions.values()
4417 ms, us or ns. Also, negative values are relative to the end of trace. Examples:
/linux-master/tools/lib/perf/
H A Devsel.c320 /* This only reads values for the leader */
344 * perf counts values for sibling events.
364 * values according to the read format.
408 if (readn(*fd, buf.values, size) <= 0)
411 perf_evsel__adjust_values(evsel, buf.values, count);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c324 table = kzalloc(struct_size(table, values, clk_volt_pp_table->count),
335 table->values[i] = (uint32_t)dep_record->clk;
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dcmma_test.c218 .values = (__u64)&cmma_value_buf[0]
387 .values = (__u64)&cmma_value_buf[0]
400 .values = (__u64)&cmma_value_buf[0]
413 .values = (__u64)&cmma_value_buf[0]
434 .values = (__u64)&cmma_value_buf[0]
480 .values = (__u64)&cmma_value_buf[0]
489 * dirty_gfn_count CMMA values.
/linux-master/include/linux/platform_data/
H A Di2c-mux-reg.h16 * @values: Array of value for each channel
28 const unsigned int *values; member in struct:i2c_mux_reg_platform_data
/linux-master/drivers/rtc/
H A Drtc-rv8803.c97 u8 reg, u8 count, u8 *values)
103 ret = i2c_smbus_read_i2c_block_data(client, reg, count, values);
130 u8 reg, u8 count, const u8 *values)
137 values);
327 * sensible values. Reset them fully.
593 /* configure registers with values different than the Power-On reset defaults */
96 rv8803_read_regs(const struct i2c_client *client, u8 reg, u8 count, u8 *values) argument
129 rv8803_write_regs(const struct i2c_client *client, u8 reg, u8 count, const u8 *values) argument
/linux-master/drivers/input/mouse/
H A Dcyapa_gen3.c61 * Other values indicate device is in an abnormal state and must be reset.
236 * @values - buffer to store smbus command result
245 u8 *values)
259 ret = i2c_smbus_read_block_data(client, smbus_cmd, values);
267 buf = values + I2C_SMBUS_BLOCK_MAX * index;
304 u8 *values)
306 return i2c_smbus_read_i2c_block_data(cyapa->client, reg, len, values);
310 size_t len, const u8 *values)
312 return i2c_smbus_write_i2c_block_data(cyapa->client, reg, len, values);
315 ssize_t cyapa_read_block(struct cyapa *cyapa, u8 cmd_idx, u8 *values) argument
244 cyapa_smbus_read_block(struct cyapa *cyapa, u8 cmd, size_t len, u8 *values) argument
303 cyapa_i2c_reg_read_block(struct cyapa *cyapa, u8 reg, size_t len, u8 *values) argument
309 cyapa_i2c_reg_write_block(struct cyapa *cyapa, u8 reg, size_t len, const u8 *values) argument
[all...]
H A Dcyapa.c92 u8 *values)
106 .buf = values,
124 * @values: Data to be written
129 size_t len, const void *values)
139 memcpy(&buf[1], values, len);
600 * default values after probe and initialized.
91 cyapa_i2c_read(struct cyapa *cyapa, u8 reg, size_t len, u8 *values) argument
128 cyapa_i2c_write(struct cyapa *cyapa, u8 reg, size_t len, const void *values) argument
/linux-master/drivers/i2c/muxes/
H A Di2c-mux-reg.c86 unsigned *values; local
123 values = devm_kcalloc(&pdev->dev,
124 mux->data.n_values, sizeof(*mux->data.values),
126 if (!values)
130 of_property_read_u32(child, "reg", values + i);
133 mux->data.values = values;
216 ret = i2c_mux_add_adapter(muxc, nr, mux->data.values[i], 0);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsyscall.c55 __array(values, struct inner_map_type);
57 .values = {
H A Dlsm.c68 __array(values, struct inner_map);
70 .values = { [0] = &inner_map },
77 __array(values, struct inner_map);
79 .values = { [0] = &inner_map },
H A Dmap_in_map_btf.c32 __array(values, struct inner_array_type);
34 .values = {
H A Daccess_map_in_map.c21 __array(values, struct inner_map_type);
23 .values = {
33 __array(values, struct inner_map_type);
35 .values = {
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c64 static __u8 values[(8 << 10) * MAX_ENTRIES]; local
71 keys, values, &count,
318 * Upsert keys [0, n) under some competition: with random values from
319 * N_THREADS threads. Check values, then delete all elements and check
320 * values again.
/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c157 /* Effects values size*/
161 * Default values for the effect slider controls, they are in order of their
183 /*effect default values, 1st is on/off. */
314 unsigned int def_val;/*effect default values*/
1115 /* ca0132_alt control related values */
1129 /* AE-5 Control values */
1715 * Write multiple values to the given address through the chip I/O widget.
3660 * seem to work with three distinct values that I've taken to calling group,
4084 * Lookup table with decibel values for the DSP. When volume is changed in
4086 * these values hav
7760 const unsigned int *values; local
[all...]
H A Dcs35l41_hda.c1751 u32 values[HDA_MAX_COMPONENTS];
1785 if (ret > ARRAY_SIZE(values)) {
1791 ret = device_property_read_u32_array(physdev, property, values, nval);
1797 if (values[i] == id) {
1815 ret = device_property_read_u32_array(physdev, property, values, nval);
1818 hw_cfg->spk_pos = values[cs35l41->index];
1822 if (values[i] == hw_cfg->spk_pos)
1826 ret = device_property_read_u32_array(physdev, property, values, nval);
1829 hw_cfg->gpio1.func = values[cs35l41->index];
1833 ret = device_property_read_u32_array(physdev, property, values, nva
1594 u32 values[HDA_MAX_COMPONENTS]; local
[all...]
/linux-master/include/drm/
H A Ddrm_property.h33 * struct drm_property_enum - symbolic values for enumerations
34 * @head: list of enum values, linked to &drm_property.enum_list
58 * of the property with the set of permissible values. This means that when a
98 * Range properties report their minimum and maximum admissible unsigned values.
99 * The KMS core verifies that values set by application fit in that
104 * Range properties report their minimum and maximum admissible unsigned values.
105 * The KMS core verifies that values set by application fit in that
111 * the number of enumerated values defined by the property minus one,
114 * numerical value to get and set property instance values. Enum
119 * restrict all enumerated values t
184 uint64_t *values; member in struct:drm_property
[all...]
H A Ddrm_mode_object.h37 * @properties: properties attached to this object, including values
45 * - It tracks attached properties and their values. This is used by &drm_crtc,
85 * @values: Array to store the property values, matching @properties. Do
86 * not read/write values directly, but use
90 * array, but only the decoded values in the corresponding state
106 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member in struct:drm_object_properties
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dresources.h127 u64 values[__MLXSW_RES_ID_MAX]; member in struct:mlxsw_res
144 return res->values[res_id];
154 res->values[res_id] = value;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgt.c73 const u8 *values = ctrl->p_new.p_u8; local
78 * control min, max and step. The values must match one of the following
87 if (values[i] > values[i+1])
92 if (values[0] > values[1] && values[11] > values[0])
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-jpeg.c66 /* values */
75 /* values */
84 /* values */
112 /* values */
413 s8 *values = (s8 *)(bits + 16); local
419 values[i] = -1;
421 coda_write(dev, (s32)values[i], CODA9_REG_JPEG_HUFF_DATA);
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.c704 const struct mgb4_i2c_kv *values; local
711 values = gmsl_i2c;
716 values = fpdl3_i2c;
726 rv = mgb4_i2c_configure(&vindev->deser, values, values_count);
828 /* Set the FPGA registers default values */
831 /* Set the deserializer default values */
/linux-master/drivers/media/i2c/
H A Dov8865.c489 * +-+ pll_pre_div (0x300 [2:0], special values:
497 * | +-+ mipi_div (0x304 [1:0], special values: 0: 4, 1: 5, 2: 6, 3: 8)
503 * +-+ sys_pre_div (0x305 [1:0], special values: 0: 3, 1: 4, 2: 5, 3: 6)
511 * +-+ sclk_pre_div (0x3106 [3:2], special values:
514 * +-+ sclk_div (0x3106 [7:4], special values: 0: 1)
537 * +-+ pll_pre_div (0x30b [2:0], special values:
547 * +-+ sys_div (0x30e [2:0], special values:
554 * +-+ sclk_pre_div (0x3106 [3:2], special values:
557 * +-+ sclk_div (0x3106 [7:4], special values: 0: 1)
1444 u8 values[] local
[all...]
H A Dov5648.c515 * +-+ pll_pre_div (0x3037 [3:0], special values: 5: 1.5, 7: 2.5)
556 * +-+ plls_pre_div (0x303d [5:4], special values: 0: 1, 1: 1.5)
564 * +-+ sel_div (0x303d [1:0], special values: 0: 1, 3: 2.5)
1065 u8 values[] = { OV5648_CHIP_ID_H_VALUE, OV5648_CHIP_ID_L_VALUE }; local
1075 if (value != values[i]) {
1078 value, values[i]);
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_sched.c476 memset(perfmon->values, 0, perfmon->ncounters * sizeof(u64));
505 memcpy(&counter_values[i * DRM_V3D_MAX_PERF_COUNTERS], perfmon->values,

Completed in 267 milliseconds

1234567891011>>