Home
last modified time | relevance | path

Searched refs:vals (Results 226 - 250 of 510) sorted by relevance

12345678910>>...21

/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H A Dnfdk.h68 __le32 vals[2]; member
/kernel/linux/linux-6.6/include/linux/iio/common/
H A Dcros_ec_sensors_core.h116 const int **vals,
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c725 __le32 vals[100]; member
2256 __le32 *vals = stats_rid.vals; in airo_read_stats() local
2266 dev->stats.rx_packets = le32_to_cpu(vals[43]) + le32_to_cpu(vals[44]) + in airo_read_stats()
2267 le32_to_cpu(vals[45]); in airo_read_stats()
2268 dev->stats.tx_packets = le32_to_cpu(vals[39]) + le32_to_cpu(vals[40]) + in airo_read_stats()
2269 le32_to_cpu(vals[41]); in airo_read_stats()
2270 dev->stats.rx_bytes = le32_to_cpu(vals[9 in airo_read_stats()
4767 __le32 *vals = stats.vals; proc_stats_rid_open() local
7758 __le32 *vals = stats_rid.vals; airo_read_wireless_stats() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c724 __le32 vals[100]; member
2256 __le32 *vals = stats_rid.vals; in airo_read_stats() local
2266 dev->stats.rx_packets = le32_to_cpu(vals[43]) + le32_to_cpu(vals[44]) + in airo_read_stats()
2267 le32_to_cpu(vals[45]); in airo_read_stats()
2268 dev->stats.tx_packets = le32_to_cpu(vals[39]) + le32_to_cpu(vals[40]) + in airo_read_stats()
2269 le32_to_cpu(vals[41]); in airo_read_stats()
2270 dev->stats.rx_bytes = le32_to_cpu(vals[9 in airo_read_stats()
4763 __le32 *vals = stats.vals; proc_stats_rid_open() local
7768 __le32 *vals = stats_rid.vals; airo_read_wireless_stats() local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-cdev.c244 DECLARE_BITMAP(vals, GPIOHANDLES_MAX); in linehandle_ioctl_unlocked()
256 NULL, vals); in linehandle_ioctl_unlocked()
262 ghd.values[i] = test_bit(i, vals); in linehandle_ioctl_unlocked()
281 __assign_bit(i, vals, ghd.values[i]); in linehandle_ioctl_unlocked()
289 vals); in linehandle_ioctl_unlocked()
1265 DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); in linereq_get_values()
1297 descs, NULL, vals); in linereq_get_values()
1310 val = test_bit(didx, vals); in linereq_get_values()
1326 DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); in linereq_set_values_unlocked()
1331 bitmap_zero(vals, GPIO_V2_LINES_MA in linereq_set_values_unlocked()
[all...]
/kernel/linux/linux-5.10/drivers/iio/afe/
H A Diio-rescale.c78 const int **vals, int *type, int *length, in rescale_read_avail()
87 vals, length); in rescale_read_avail()
76 rescale_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) rescale_read_avail() argument
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dbma220_spi.c181 const int **vals, int *type, int *length, in bma220_read_avail()
186 *vals = (int *)bma220_scale_table; in bma220_read_avail()
179 bma220_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) bma220_read_avail() argument
H A Dmma8452.c263 static ssize_t mma8452_show_int_plus_micros(char *buf, const int (*vals)[2], in mma8452_show_int_plus_micros() argument
270 vals[n][0], vals[n][1]); in mma8452_show_int_plus_micros()
278 static int mma8452_get_int_plus_micros_index(const int (*vals)[2], int n, in mma8452_get_int_plus_micros_index() argument
282 if (val == vals[n][0] && val2 == vals[n][1]) in mma8452_get_int_plus_micros_index()
/kernel/linux/linux-5.10/drivers/iio/potentiometer/
H A Dmcp4531.c166 const int **vals, int *type, int *length, in mcp4531_read_avail()
174 *vals = data->cfg->avail; in mcp4531_read_avail()
164 mcp4531_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) mcp4531_read_avail() argument
/kernel/linux/linux-5.10/include/linux/
H A Dinput.h125 * @vals: array of values queued in the current frame
199 struct input_value *vals; member
308 const struct input_value *vals, unsigned int count);
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2misc.c332 } else if (credit_charge > conn->vals->max_credits) { in smb2_validate_credit_charge()
451 if ((work->conn->vals->capabilities & SMB2_GLOBAL_CAP_LARGE_MTU) && in ksmbd_smb2_check_message()
/kernel/linux/linux-6.6/include/linux/
H A Dinput.h127 * @vals: array of values queued in the current frame
205 struct input_value *vals; member
316 const struct input_value *vals, unsigned int count);
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dadxl313_core.c237 const int **vals, int *type, int *length, in adxl313_read_freq_avail()
242 *vals = (const int *)adxl313_odr_freqs; in adxl313_read_freq_avail()
235 adxl313_read_freq_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) adxl313_read_freq_avail() argument
H A Dbma220_spi.c181 const int **vals, int *type, int *length, in bma220_read_avail()
186 *vals = (int *)bma220_scale_table; in bma220_read_avail()
179 bma220_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) bma220_read_avail() argument
H A Dmma8452.c263 static ssize_t mma8452_show_int_plus_micros(char *buf, const int (*vals)[2], in mma8452_show_int_plus_micros() argument
270 vals[n][0], vals[n][1]); in mma8452_show_int_plus_micros()
278 static int mma8452_get_int_plus_micros_index(const int (*vals)[2], int n, in mma8452_get_int_plus_micros_index() argument
282 if (val == vals[n][0] && val2 == vals[n][1]) in mma8452_get_int_plus_micros_index()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler.h122 inline int Push(T... vals);
124 // Like Push(vals...), but pushes in reverse order, to support our reversed
131 inline void PushReverse(T... vals);
/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-xsmp.c275 prop_program.vals = &val_program; in pa__init()
284 prop_user.vals = &val_user; in pa__init()
/third_party/python/Lib/test/
H A Dtest_slice.py194 vals = [None, -2**100, -2**30, -53, -7, -1, 0, 1, 7, 53, 2**30, 2**100]
196 for slice_args in itertools.product(vals, repeat=3):
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat-display.c219 char buf[64], *vals, *ends; in print_metric_csv() local
226 ends = vals = skip_spaces(buf); in print_metric_csv()
230 fprintf(out, "%s%s%s%s", config->csv_sep, vals, config->csv_sep, skip_spaces(unit)); in print_metric_csv()
285 char buf[64], *vals, *ends; in print_metric_only_csv() local
292 ends = vals = skip_spaces(buf); in print_metric_only_csv()
296 fprintf(out, "%s%s", vals, config->csv_sep); in print_metric_only_csv()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h533 #define HEADER_SIZE(server) (server->vals->header_size)
534 #define MAX_HEADER_SIZE(server) (server->vals->max_header_size)
613 struct smb_version_values *vals; member
678 struct smb_version_values *vals; member
1070 return ses->server->vals->cap_unix & ses->capabilities; in cap_unix()
2034 return strcmp(server->vals->version_string, SMB1_VERSION_STRING) == 0; in is_smb1_server()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddpp-nfc.py150 vals = dict()
157 vals[name] = value
158 return vals
161 vals = get_status(wpas, extra)
162 if field in vals:
163 return vals[field]
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dcore.c851 u32 *vals; in dwc3_set_incr_burst_type() local
870 vals = kcalloc(ntype, sizeof(u32), GFP_KERNEL); in dwc3_set_incr_burst_type()
871 if (!vals) { in dwc3_set_incr_burst_type()
878 "snps,incr-burst-type-adjustment", vals, ntype); in dwc3_set_incr_burst_type()
880 kfree(vals); in dwc3_set_incr_burst_type()
885 incrx_size = *vals; in dwc3_set_incr_burst_type()
891 if (vals[i] > incrx_size) in dwc3_set_incr_burst_type()
892 incrx_size = vals[i]; in dwc3_set_incr_burst_type()
899 kfree(vals); in dwc3_set_incr_burst_type()
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-video.c469 } vals[] = { in set_h_prescale() local
482 static const int count = ARRAY_SIZE(vals); in set_h_prescale()
486 if (vals[i].xpsc == prescale) in set_h_prescale()
491 saa_writeb(SAA7134_H_PRESCALE(task), vals[i].xpsc); in set_h_prescale()
492 saa_writeb(SAA7134_ACC_LENGTH(task), vals[i].xacl); in set_h_prescale()
494 (vals[i].xc2_1 << 3) | (vals[i].xdcg)); in set_h_prescale()
496 (vals[i].vpfy << 2) | vals[i].vpfy); in set_h_prescale()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dcore.c945 u32 *vals; in dwc3_set_incr_burst_type() local
964 vals = kcalloc(ntype, sizeof(u32), GFP_KERNEL); in dwc3_set_incr_burst_type()
965 if (!vals) in dwc3_set_incr_burst_type()
970 "snps,incr-burst-type-adjustment", vals, ntype); in dwc3_set_incr_burst_type()
972 kfree(vals); in dwc3_set_incr_burst_type()
977 incrx_size = *vals; in dwc3_set_incr_burst_type()
983 if (vals[i] > incrx_size) in dwc3_set_incr_burst_type()
984 incrx_size = vals[i]; in dwc3_set_incr_burst_type()
991 kfree(vals); in dwc3_set_incr_burst_type()
/kernel/linux/linux-6.6/drivers/iio/addac/
H A Dad74115.c1224 const int **vals, int *type, int *length, long info) in ad74115_read_avail()
1229 *vals = ad74115_dac_rate_tbl; in ad74115_read_avail()
1232 *vals = ad74115_adc_conv_rate_tbl; in ad74115_read_avail()
1516 s32 vals[2] = { in ad74115_setup_adc_conv2_range() local
1523 device_property_read_u32_array(dev, prop_name, vals, 2); in ad74115_setup_adc_conv2_range()
1526 if (vals[0] == ad74115_adc_range_tbl[i][0] && in ad74115_setup_adc_conv2_range()
1527 vals[1] == ad74115_adc_range_tbl[i][1]) in ad74115_setup_adc_conv2_range()
1533 vals[0], vals[1], prop_name); in ad74115_setup_adc_conv2_range()
1222 ad74115_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long info) ad74115_read_avail() argument

Completed in 48 milliseconds

12345678910>>...21