/kernel/linux/linux-5.10/sound/core/ |
H A D | vmaster.c | 51 int vals[2]; /* current values */ member 70 follower->vals[ch] = uctl->value.integer.value[ch]; in follower_update() 146 ucontrol->value.integer.value[ch] = follower->vals[ch]; in follower_get_val() 208 if (follower->vals[ch] != ucontrol->value.integer.value[ch]) { in follower_put() 210 follower->vals[ch] = ucontrol->value.integer.value[ch]; in follower_put()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | vmaster.c | 51 int vals[2]; /* current values */ member 70 follower->vals[ch] = uctl->value.integer.value[ch]; in follower_update() 146 ucontrol->value.integer.value[ch] = follower->vals[ch]; in follower_get_val() 208 if (follower->vals[ch] != ucontrol->value.integer.value[ch]) { in follower_put() 210 follower->vals[ch] = ucontrol->value.integer.value[ch]; in follower_put()
|
/third_party/benchmark/test/ |
H A D | output_test_helper.cc | 269 auto vals = SplitCsv_(entry_csv_line); in SetValues_() local 270 BM_CHECK_EQ(vals.size(), field_names.size()); in SetValues_() 271 results.emplace_back(vals[0]); // vals[0] is the benchmark name in SetValues_() 273 for (size_t i = 1, e = vals.size(); i < e; ++i) { in SetValues_() 274 entry.values[field_names[i]] = vals[i]; in SetValues_()
|
/third_party/skia/src/core/ |
H A D | SkICC.cpp | 186 ptr[2] = SkEndian_SwapBE32(float_round_to_fixed(toXYZD50.vals[0][col])); in write_xyz_tag() 187 ptr[3] = SkEndian_SwapBE32(float_round_to_fixed(toXYZD50.vals[1][col])); in write_xyz_tag() 188 ptr[4] = SkEndian_SwapBE32(float_round_to_fixed(toXYZD50.vals[2][col])); in write_xyz_tag() 239 if (!nearly_equal(u.vals[r][c], v.vals[r][c])) { in nearly_equal()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_color_space.cpp | 87 skMatrix3x3.vals[i][j] = matrix.vals[i][j]; in InitWithCustomRGB()
|
/kernel/linux/linux-5.10/drivers/iio/potentiometer/ |
H A D | tpl0102.c | 86 const int **vals, int *type, int *length, in tpl0102_read_avail() 94 *vals = data->cfg->avail; in tpl0102_read_avail() 84 tpl0102_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) tpl0102_read_avail() argument
|
/kernel/linux/linux-6.6/include/linux/iio/ |
H A D | consumer.h | 319 * @vals: Available values read back. 320 * @length: Number of entries in vals. 324 * For ranges, three vals are always returned; min, step and max. 332 const int **vals, int *length); 337 * @vals: Available values read back. 339 * @length: Number of entries in vals. 345 const int **vals, int *type, int *length,
|
H A D | iio.h | 406 * type of value returned by the device. vals pointer 409 * vals pointer can contain. val_len is used to return 410 * length of valid elements in vals. 415 * returned in vals. The type of the vals are returned in 416 * type and the number of vals is returned in length. For 417 * ranges, there are always three vals returned; min, step 466 int *vals, 472 const int **vals, 759 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals); [all...] |
/kernel/linux/linux-6.6/drivers/iio/potentiometer/ |
H A D | tpl0102.c | 86 const int **vals, int *type, int *length, in tpl0102_read_avail() 94 *vals = data->cfg->avail; in tpl0102_read_avail() 84 tpl0102_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) tpl0102_read_avail() argument
|
/kernel/linux/linux-6.6/scripts/ |
H A D | generate_rust_analyzer.py | 16 crate, vals = cfg.split("=", 1) 17 crates_cfgs[crate] = vals.replace("--cfg", "").split()
|
/third_party/skia/src/ports/ |
H A D | SkNDKConversions.cpp | 89 if (!nearly_equal(a.vals[i][j], b.vals[i][j])) return false; in nearly_equal()
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.py | 661 def _op(self, method, vals, flags, dump=False): 676 value = vals.pop(m.name) if m.name in vals else 0 679 for name, value in vals.items(): 725 def do(self, method, vals, flags): 726 return self._op(method, vals, flags) 728 def dump(self, method, vals): 729 return self._op(method, vals, [], dump=True)
|
/kernel/linux/linux-6.6/drivers/iio/ |
H A D | industrialio-gts-helper.c | 625 * @vals: Returned array of supported scales 631 int iio_gts_all_avail_scales(struct iio_gts *gts, const int **vals, int *type, in iio_gts_all_avail_scales() argument 637 *vals = gts->avail_all_scales_table; in iio_gts_all_avail_scales() 649 * @vals: Returned array of supported scales 660 const int **vals, int *type, int *length) in iio_gts_avail_scales_for_time() 671 *vals = gts->per_time_avail_scale_tables[i]; in iio_gts_avail_scales_for_time() 682 * @vals: Returned array of supported times 688 int iio_gts_avail_times(struct iio_gts *gts, const int **vals, int *type, in iio_gts_avail_times() argument 694 *vals = gts->avail_time_tables; in iio_gts_avail_times() 659 iio_gts_avail_scales_for_time(struct iio_gts *gts, int time, const int **vals, int *type, int *length) iio_gts_avail_scales_for_time() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | proc.c | 304 static void icmpmsg_put_line(struct seq_file *seq, unsigned long *vals, in icmpmsg_put_line() argument 317 seq_printf(seq, " %lu", vals[j]); in icmpmsg_put_line() 327 unsigned long vals[PERLINE], val; in icmpmsg_put() local 335 vals[count++] = val; in icmpmsg_put() 338 icmpmsg_put_line(seq, vals, type, count); in icmpmsg_put() 342 icmpmsg_put_line(seq, vals, type, count); in icmpmsg_put()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | fs_context.c | 358 ctx->vals = &smb1_values; in cifs_parse_smb_version() 370 ctx->vals = &smb20_values; in cifs_parse_smb_version() 382 ctx->vals = &smb21_values; in cifs_parse_smb_version() 386 ctx->vals = &smb30_values; in cifs_parse_smb_version() 390 ctx->vals = &smb302_values; in cifs_parse_smb_version() 394 ctx->vals = &smb311_values; in cifs_parse_smb_version() 398 ctx->vals = &smb3any_values; in cifs_parse_smb_version() 402 ctx->vals = &smbdefault_values; in cifs_parse_smb_version() 671 if (ctx->rdma && ctx->vals->protocol_id < SMB30_PROT_ID) { in smb3_fs_context_validate() 1639 ctx->vals in smb3_init_fs_context() [all...] |
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnn.h | 95 struct rnnvalue **vals; member 136 struct rnnvalue **vals; member
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Matrix.java | 93 float[] vals = nGetRowMajor(this.mNativeInstance); in getRowMajor() 94 if (vals == null) { in getRowMajor()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | imx214.c | 653 u8 vals[2]; in imx214_set_ctrl() local 665 vals[1] = ctrl->val; in imx214_set_ctrl() 666 vals[0] = ctrl->val >> 8; in imx214_set_ctrl() 667 ret = regmap_bulk_write(imx214->regmap, 0x202, vals, 2); in imx214_set_ctrl() 690 u8 vals[MAX_CMD]; in imx214_write_table() local 704 vals[i] = table[i].val; in imx214_write_table() 707 ret = regmap_bulk_write(imx214->regmap, table->addr, vals, i); in imx214_write_table()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | imx214.c | 656 u8 vals[2]; in imx214_set_ctrl() local 668 vals[1] = ctrl->val; in imx214_set_ctrl() 669 vals[0] = ctrl->val >> 8; in imx214_set_ctrl() 670 ret = regmap_bulk_write(imx214->regmap, 0x202, vals, 2); in imx214_set_ctrl() 693 u8 vals[MAX_CMD]; in imx214_write_table() local 707 vals[i] = table[i].val; in imx214_write_table() 710 ret = regmap_bulk_write(imx214->regmap, table->addr, vals, i); in imx214_write_table()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CheckAPI.java | 119 String[] vals = brief ? shortNames[typ] : names[typ]; in get() 120 if (vals == null) { in get() 130 return vals[val]; in get() 141 String[] vals = shortNames[typ]; in setType() 142 if (vals == null) { in setType() 153 for (int i = 0; i < vals.length; ++i) { in setType() 154 if (val.equalsIgnoreCase(vals[i])) { in setType()
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | cfi.h | 30 struct cfi_reg vals[CFI_NUM_REGS]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | pedit.h | 19 struct pedit_headers vals; member
|
/kernel/linux/linux-5.10/drivers/nvmem/ |
H A D | bcm-ocotp.c | 132 static const u32 vals[] = OTPC_PROG_EN_SEQ; in enable_ocotp_program() local 138 for (i = 0; i < ARRAY_SIZE(vals); i++) { in enable_ocotp_program() 139 write_cpu_data(base, vals[i]); in enable_ocotp_program()
|
/kernel/linux/linux-5.10/include/linux/iio/ |
H A D | iio.h | 350 * type of value returned by the device. vals pointer 353 * vals pointer can contain. val_len is used to return 354 * length of valid elements in vals. 359 * returned in vals. The type of the vals are returned in 360 * type and the number of vals is returned in length. For 361 * ranges, there are always three vals returned; min, step 406 int *vals, 412 const int **vals, 721 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals); [all...] |
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | bcm-ocotp.c | 121 static const u32 vals[] = OTPC_PROG_EN_SEQ; in enable_ocotp_program() local 127 for (i = 0; i < ARRAY_SIZE(vals); i++) { in enable_ocotp_program() 128 write_cpu_data(base, vals[i]); in enable_ocotp_program()
|