/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | melfas_mip4.c | 162 u8 node_key; member 329 ts->node_key = buf[6]; in mip4_query_device() 331 "node_x: %d, node_y: %d, node_key: %d\n", in mip4_query_device() 332 ts->node_x, ts->node_y, ts->node_key); in mip4_query_device() 340 if (ts->node_key > 0) in mip4_query_device() 341 ts->key_num = ts->node_key; in mip4_query_device()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | melfas_mip4.c | 162 u8 node_key; member 329 ts->node_key = buf[6]; in mip4_query_device() 331 "node_x: %d, node_y: %d, node_key: %d\n", in mip4_query_device() 332 ts->node_x, ts->node_y, ts->node_key); in mip4_query_device() 340 if (ts->node_key > 0) in mip4_query_device() 341 ts->key_num = ts->node_key; in mip4_query_device()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | backref.h | 371 struct btrfs_key *node_key,
|
H A D | backref.c | 2911 * @node_key: The first key of the tree block 2916 struct btrfs_key *node_key, 3023 ret = handle_indirect_tree_backref(cache, path, &key, node_key, 2913 btrfs_backref_add_tree_node(struct btrfs_backref_cache *cache, struct btrfs_path *path, struct btrfs_backref_iter *iter, struct btrfs_key *node_key, struct btrfs_backref_node *cur) global() argument
|
H A D | relocation.c | 457 struct reloc_control *rc, struct btrfs_key *node_key, in build_backref_tree() 490 ret = btrfs_backref_add_tree_node(cache, path, iter, node_key, in build_backref_tree() 456 build_backref_tree( struct reloc_control *rc, struct btrfs_key *node_key, int level, u64 bytenr) build_backref_tree() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | backref.h | 547 struct btrfs_key *node_key,
|
H A D | backref.c | 3371 * @node_key: The first key of the tree block 3377 struct btrfs_key *node_key, in btrfs_backref_add_tree_node() 3475 &key, node_key, cur); in btrfs_backref_add_tree_node() 3373 btrfs_backref_add_tree_node(struct btrfs_trans_handle *trans, struct btrfs_backref_cache *cache, struct btrfs_path *path, struct btrfs_backref_iter *iter, struct btrfs_key *node_key, struct btrfs_backref_node *cur) btrfs_backref_add_tree_node() argument
|
H A D | relocation.c | 470 struct reloc_control *rc, struct btrfs_key *node_key, in build_backref_tree() 504 node_key, cur); in build_backref_tree() 468 build_backref_tree( struct btrfs_trans_handle *trans, struct reloc_control *rc, struct btrfs_key *node_key, int level, u64 bytenr) build_backref_tree() argument
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc.c | 542 union ubifs_key node_key; in fallible_read_node() local 546 key_read(c, &dent->key, &node_key); in fallible_read_node() 547 if (keys_cmp(c, key, &node_key) != 0) in fallible_read_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc.c | 543 union ubifs_key node_key; in fallible_read_node() local 547 key_read(c, &dent->key, &node_key); in fallible_read_node() 548 if (keys_cmp(c, key, &node_key) != 0) in fallible_read_node()
|