/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/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...] |
/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()
|
H A D | saa717x.c | 815 } vals[] = { in set_h_prescale() local 828 static const int count = ARRAY_SIZE(vals); in set_h_prescale() 833 if (vals[i].xpsc == prescale) in set_h_prescale() 839 saa717x_write(sd, 0x60 + task_shift, vals[i].xpsc); in set_h_prescale() 841 saa717x_write(sd, 0x61 + task_shift, vals[i].xacl); in set_h_prescale() 844 (vals[i].xc2_1 << 3) | vals[i].xdcg); in set_h_prescale() 847 (vals[i].vpfy << 2) | vals[i].vpfy); in set_h_prescale()
|
/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()
|
H A D | saa717x.c | 815 } vals[] = { in set_h_prescale() local 828 static const int count = ARRAY_SIZE(vals); in set_h_prescale() 833 if (vals[i].xpsc == prescale) in set_h_prescale() 839 saa717x_write(sd, 0x60 + task_shift, vals[i].xpsc); in set_h_prescale() 841 saa717x_write(sd, 0x61 + task_shift, vals[i].xacl); in set_h_prescale() 844 (vals[i].xc2_1 << 3) | vals[i].xdcg); in set_h_prescale() 847 (vals[i].vpfy << 2) | vals[i].vpfy); in set_h_prescale()
|
/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()
|
/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/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()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ti-ads1100.c | 188 const int **vals, int *type, int *length, in ads1100_read_avail() 199 *vals = ads1100_data_rate; in ads1100_read_avail() 207 *vals = data->scale_avail; in ads1100_read_avail() 186 ads1100_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) ads1100_read_avail() argument
|
/kernel/linux/linux-6.6/drivers/iio/amplifiers/ |
H A D | ada4250.c | 239 const int **vals, int *type, int *length, in ada4250_read_avail() 244 *vals = calibbias_table; in ada4250_read_avail() 250 *vals = hwgain_table; in ada4250_read_avail() 237 ada4250_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) ada4250_read_avail() argument
|
/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/iio/health/ |
H A D | afe4404.c | 175 int vals[2]; in afe440x_show_register() local 185 vals[0] = afe440x_attr->val_table[reg_val].integer; in afe440x_show_register() 186 vals[1] = afe440x_attr->val_table[reg_val].fract; in afe440x_show_register() 188 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
H A D | afe4403.c | 144 int vals[2]; in afe440x_show_register() local 154 vals[0] = afe440x_attr->val_table[reg_val].integer; in afe440x_show_register() 155 vals[1] = afe440x_attr->val_table[reg_val].fract; in afe440x_show_register() 157 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
/kernel/linux/linux-6.6/drivers/iio/health/ |
H A D | afe4404.c | 175 int vals[2]; in afe440x_show_register() local 185 vals[0] = afe440x_attr->val_table[reg_val].integer; in afe440x_show_register() 186 vals[1] = afe440x_attr->val_table[reg_val].fract; in afe440x_show_register() 188 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
H A D | afe4403.c | 144 int vals[2]; in afe440x_show_register() local 154 vals[0] = afe440x_attr->val_table[reg_val].integer; in afe440x_show_register() 155 vals[1] = afe440x_attr->val_table[reg_val].fract; in afe440x_show_register() 157 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|