Searched refs:key_matrix (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/include/ |
D | key_matrix.h | 14 struct key_matrix { struct 56 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key *keys, 71 int key_matrix_decode_fdt(struct udevice *dev, struct key_matrix *config); 82 int key_matrix_init(struct key_matrix *config, int rows, int cols,
|
D | ec_commands.h | 2972 uint8_t key_matrix[13]; member
|
/external/u-boot/drivers/input/ |
D | key_matrix.c | 26 static int has_ghosting(struct key_matrix *config, struct key_matrix_key *keys, in has_ghosting() 54 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key keys[], in key_matrix_decode() 107 static uchar *create_keymap(struct key_matrix *config, const u32 *data, int len, in create_keymap() 140 int key_matrix_decode_fdt(struct udevice *dev, struct key_matrix *config) in key_matrix_decode_fdt() 178 int key_matrix_init(struct key_matrix *config, int rows, int cols, in key_matrix_init()
|
D | Makefile | 8 obj-$(CONFIG_$(SPL_TPL_)OF_CONTROL) += key_matrix.o
|
D | cros_ec_keyb.c | 25 struct key_matrix matrix; /* The key matrix layer */
|
D | tegra-kbc.c | 44 struct key_matrix matrix; /* The key matrix layer */
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lookup_table_op.cc | 395 const auto key_matrix = key.shaped<K, 2>({num_elements, key_size}); in Find() local 411 const uint64 key_hash = HashKey(key_matrix, i); in Find() 413 IsEqualKey(empty_key_matrix, 0, key_matrix, i)) { in Find() 418 IsEqualKey(deleted_key_matrix, 0, key_matrix, i)) { in Find() 425 if (IsEqualKey(key_buckets_matrix, bucket_index, key_matrix, i)) { in Find() 573 const auto key_matrix = key.shaped<K, 2>({num_elements, key_size}); in DoInsert() local 586 const uint64 key_hash = HashKey(key_matrix, i); in DoInsert() 588 IsEqualKey(empty_key_tensor, 0, key_matrix, i)) { in DoInsert() 596 IsEqualKey(deleted_key_tensor, 0, key_matrix, i)) { in DoInsert() 606 if (IsEqualKey(key_buckets_matrix, bucket_index, key_matrix, i)) { in DoInsert() [all …]
|