| /kernel/linux/linux-5.10/tools/gpio/ |
| H A D | gpio-utils.c | 179 int gpiotools_set_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_set_values() argument 203 int gpiotools_get_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_get_values() argument 294 gpiotools_gets(const char *device_name, unsigned int *lines, unsigned int num_lines, unsigned int *values) gpiotools_gets() argument 352 gpiotools_sets(const char *device_name, unsigned int *lines, unsigned int num_lines, unsigned int *values) gpiotools_sets() argument [all...] |
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| H A D | sample-parsing.c | 242 struct sample_read_value values[] = {{1, 5}, {9, 3}, {2, 7}, {6, 4},}; in do_test() local
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | phantom.h | 26 __u32 values[8]; member
|
| /kernel/linux/linux-5.10/include/drm/ |
| H A D | drm_property.h | 177 uint64_t *values; global() member [all...] |
| /kernel/linux/linux-6.6/drivers/mmc/core/ |
| H A D | pwrseq_simple.c | 42 unsigned long *values; in mmc_pwrseq_simple_set_gpios_value() local
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| H A D | stmpe-spi.c | 36 static int spi_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in spi_block_read() argument 50 spi_block_write(struct stmpe *stmpe, u8 reg, u8 length, const u8 *values) spi_block_write() argument
|
| H A D | stmpe-i2c.c | 34 static int i2c_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in i2c_block_read() argument 41 i2c_block_write(struct stmpe *stmpe, u8 reg, u8 length, const u8 *values) i2c_block_write() argument
|
| /kernel/linux/linux-6.6/include/linux/iio/common/ |
| H A D | inv_sensors_timestamp.h | 40 uint32_t values[32]; member
|
| /kernel/linux/linux-6.6/include/drm/ |
| H A D | drm_property.h | 184 uint64_t *values; global() member [all...] |
| /kernel/linux/linux-6.6/drivers/soc/rockchip/ |
| H A D | grf.c | 24 const struct rockchip_grf_value *values; member [all...] |
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | phantom.h | 26 __u32 values[8]; member
|
| /kernel/linux/linux-6.6/drivers/i2c/muxes/ |
| H A D | i2c-mux-reg.c | 86 unsigned *values; in i2c_mux_reg_probe_dt() local
|
| /kernel/linux/linux-6.6/rust/macros/ |
| H A D | module.rs | 10 let mut values = Vec::new(); in expect_string_array() variables
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | lwt_len_hist_user.c | 33 uint64_t values[nr_cpus], sum, max_value = 0, data[MAX_INDEX] = {}; in main() local
|
| H A D | tracex3_user.c | 20 __u64 values[nr_cpus]; in clear_stats() local 78 long values[nr_cpus]; in print_hist() local
|
| /kernel/linux/linux-6.6/tools/gpio/ |
| H A D | gpio-utils.c | 111 int gpiotools_set_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_set_values() argument 135 int gpiotools_get_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_get_values() argument 205 gpiotools_gets(const char *device_name, unsigned int *lines, unsigned int num_lines, unsigned int *values) gpiotools_gets() argument 263 gpiotools_sets(const char *device_name, unsigned int *lines, unsigned int num_lines, unsigned int *values) gpiotools_sets() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
| H A D | htab_map_batch_ops.c | 86 void *values; in __test_map_lookup_and_delete_batch() local 14 map_batch_update(int map_fd, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_update() argument 41 map_batch_verify(int *visited, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_verify() argument [all...] |
| H A D | array_map_batch_ops.c | 77 void *values; in __test_map_lookup_and_update_batch() local 15 map_batch_update(int map_fd, __u32 max_entries, int *keys, __s64 *values, bool is_pcpu) map_batch_update() argument 40 map_batch_verify(int *visited, __u32 max_entries, int *keys, __s64 *values, bool is_pcpu) map_batch_verify() argument [all...] |
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | phantom.h | 29 __u32 values[8]; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | phantom.h | 16 __u32 values[8]; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | phantom.h | 29 __u32 values[8]; member
|
| /test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
| H A D | camera_stream_test_v1_2.cpp | 353 uint32_t values[] = { 10, 300, 20, 400, 30, 500 };
in HWTEST_F() local
|
| /test/xts/hats/hdf/display/buffer/unittest/ |
| H A D | display_buffer_ut.cpp | 232 std::vector<uint8_t> values = {1, 2, 3}; in MetadataTest() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | CalendarCache.java | 122 private long[] values = new long[arraySize]; field in CalendarCache
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
| H A D | RecordWriter.java | 17 void boolArray(String name, boolean[] values); in boolArray() argument 19 void characterArray(String name, char[] values); in characterArray() argument 21 void namedIndexArray(String name, String[] names, byte[] values); in namedIndexArray() argument 23 void stringArray(String name, String[] values); in stringArray() argument 24 void stringTable(String name, String[][] values); in stringTable() argument
|