/linux/drivers/input/keyboard/ |
A D | ipaq-micro-keys.c | 43 struct ipaq_micro_keys *keys = data; in micro_key_receive() local 55 static void micro_key_start(struct ipaq_micro_keys *keys) in micro_key_start() 63 static void micro_key_stop(struct ipaq_micro_keys *keys) in micro_key_stop() 73 struct ipaq_micro_keys *keys = input_get_drvdata(input); in micro_key_open() local 82 struct ipaq_micro_keys *keys = input_get_drvdata(input); in micro_key_close() local 89 struct ipaq_micro_keys *keys; in micro_key_probe() local 129 struct ipaq_micro_keys *keys = dev_get_drvdata(dev); in micro_key_suspend() local 138 struct ipaq_micro_keys *keys = dev_get_drvdata(dev); in micro_key_resume() local
|
A D | mtk-pmic-keys.c | 78 struct mtk_pmic_keys *keys; member 89 struct mtk_pmic_keys_info keys[MTK_PMIC_MAX_KEY_COUNT]; member 98 static void mtk_pmic_keys_lp_reset_setup(struct mtk_pmic_keys *keys, in mtk_pmic_keys_lp_reset_setup() 168 static int mtk_pmic_key_setup(struct mtk_pmic_keys *keys, in mtk_pmic_key_setup() 198 struct mtk_pmic_keys *keys = dev_get_drvdata(dev); in mtk_pmic_keys_suspend() local 211 struct mtk_pmic_keys *keys = dev_get_drvdata(dev); in mtk_pmic_keys_resume() local 244 struct mtk_pmic_keys *keys; in mtk_pmic_keys_probe() local
|
A D | omap4-keypad.c | 84 u64 keys; member 114 u64 keys, bool down) in omap4_keypad_report_keys() 141 static void omap4_keypad_scan_keys(struct omap4_keypad *keypad_data, u64 keys) in omap4_keypad_scan_keys() 180 u64 keys; in omap4_keypad_irq_thread_fn() local
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | bpf_flow.c | 73 static __always_inline int export_flow_keys(struct bpf_flow_keys *keys, in export_flow_keys() 116 struct bpf_flow_keys *keys = skb->flow_keys; in parse_eth_proto() local 144 struct bpf_flow_keys *keys = skb->flow_keys; in _dissect() local 152 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ip_proto() local 243 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ipv6_proto() local 263 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 311 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 333 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 351 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 379 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local [all …]
|
/linux/arch/arm64/include/asm/ |
A D | pointer_auth.h | 50 static __always_inline void ptrauth_keys_init_kernel(struct ptrauth_keys_kernel *keys) in ptrauth_keys_init_kernel() 56 static __always_inline void ptrauth_keys_switch_kernel(struct ptrauth_keys_kernel *keys) in ptrauth_keys_switch_kernel() 67 static inline void ptrauth_keys_install_user(struct ptrauth_keys_user *keys) in ptrauth_keys_install_user() 79 static inline void ptrauth_keys_init_user(struct ptrauth_keys_user *keys) in ptrauth_keys_init_user() 134 #define ptrauth_set_enabled_keys(tsk, keys, enabled) (-EINVAL) argument
|
/linux/Documentation/filesystems/ |
A D | fscrypt.rst | 674 FS_IOC_ADD_ENCRYPTION_KEY 789 Legacy method 854 FS_IOC_REMOVE_ENCRYPTION_KEY 934 FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS
|
/linux/tools/testing/selftests/bpf/map_tests/ |
A D | lpm_trie_map_batch_ops.c | 22 struct test_lpm_key *keys, int *values) in map_batch_update() 44 struct test_lpm_key *keys, int *values) in map_batch_verify() 74 struct test_lpm_key *keys, key; in test_lpm_trie_map_batch_ops() local
|
A D | array_map_batch_ops.c | 14 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update() 39 static void map_batch_verify(int *visited, __u32 max_entries, int *keys, in map_batch_verify() 78 int map_fd, *keys, *visited; in __test_map_lookup_and_update_batch() local
|
A D | htab_map_batch_ops.c | 13 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update() 41 int *keys, void *values, bool is_pcpu) in map_batch_verify() 80 int map_fd, *keys, *visited, key; in __test_map_lookup_and_delete_batch() local
|
/linux/tools/testing/selftests/net/ |
A D | tcp_fastopen_backup_key.c | 51 static void get_keys(int fd, uint32_t *keys) in get_keys() 69 static void set_keys(int fd, uint32_t *keys) in set_keys() 98 uint32_t keys[8]; in build_rcv_fd() local 217 uint32_t keys[8]; in rotate_key() local
|
/linux/arch/arm64/kernel/ |
A D | pointer_auth.c | 13 struct ptrauth_keys_user *keys = &tsk->thread.keys_user; in ptrauth_prctl_reset_keys() local 67 int ptrauth_set_enabled_keys(struct task_struct *tsk, unsigned long keys, in ptrauth_set_enabled_keys()
|
A D | ptrace.c | 966 const struct ptrauth_keys_user *keys) in pac_address_keys_to_user() 974 static void pac_address_keys_from_user(struct ptrauth_keys_user *keys, in pac_address_keys_from_user() 987 struct ptrauth_keys_user *keys = &target->thread.keys_user; in pac_address_keys_get() local 1003 struct ptrauth_keys_user *keys = &target->thread.keys_user; in pac_address_keys_set() local 1021 const struct ptrauth_keys_user *keys) in pac_generic_keys_to_user() 1026 static void pac_generic_keys_from_user(struct ptrauth_keys_user *keys, in pac_generic_keys_from_user() 1036 struct ptrauth_keys_user *keys = &target->thread.keys_user; in pac_generic_keys_get() local 1052 struct ptrauth_keys_user *keys = &target->thread.keys_user; in pac_generic_keys_set() local
|
/linux/drivers/input/misc/ |
A D | dm355evm_keys.c | 102 struct dm355evm_keys *keys = _keys; in dm355evm_keys_irq() local 172 struct dm355evm_keys *keys; in dm355evm_keys_probe() local
|
/linux/net/core/ |
A D | flow_dissector.c | 1529 static inline void __flow_hash_consistentify(struct flow_keys *keys) in __flow_hash_consistentify() 1562 static inline u32 __flow_hash_from_keys(struct flow_keys *keys, in __flow_hash_from_keys() 1577 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() 1585 struct flow_keys *keys, in ___skb_get_hash() 1625 struct flow_keys keys; in __skb_get_hash_symmetric() local 1649 struct flow_keys keys; in __skb_get_hash() local 1663 struct flow_keys keys; in skb_get_hash_perturb() local 1670 const struct flow_keys_basic *keys, int hlen) in __skb_get_poff() 1731 struct flow_keys_basic keys; in skb_get_poff() local 1740 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys) in __get_hash_from_flowi6()
|
/linux/fs/xfs/ |
A D | xfs_fsmap.c | 407 const struct xfs_fsmap *keys, in xfs_getfsmap_logdev() 476 const struct xfs_fsmap *keys, in __xfs_getfsmap_rtdev() 562 const struct xfs_fsmap *keys, in xfs_getfsmap_rtdev_rtbitmap() 575 const struct xfs_fsmap *keys, in __xfs_getfsmap_datadev() 725 const struct xfs_fsmap *keys, in xfs_getfsmap_datadev_rmapbt() 760 const struct xfs_fsmap *keys, in xfs_getfsmap_datadev_bnobt()
|
/linux/lib/ |
A D | test_static_keys.c | 55 static void invert_keys(struct test_key *keys, int size) in invert_keys() 68 static int verify_keys(struct test_key *keys, int size, bool invert) in verify_keys()
|
/linux/Documentation/admin-guide/laptops/ |
A D | thinkpad-acpi.rst | 234 procfs notes 255 sysfs notes 368 input layer notes
|
/linux/drivers/net/ethernet/cisco/enic/ |
A D | enic_clsf.c | 21 int enic_addfltr_5t(struct enic *enic, struct flow_keys *keys, u16 rq) in enic_addfltr_5t() 174 struct flow_keys keys; in enic_rx_flow_steer() local
|
/linux/drivers/md/persistent-data/ |
A D | dm-btree.c | 370 uint64_t *keys, void *value_le) in dm_btree_lookup() 466 uint64_t *keys, uint64_t *rkey, void *value_le) in dm_btree_lookup_next() 1214 static bool need_insert(struct btree_node *node, uint64_t *keys, in need_insert() 1222 uint64_t *keys, void *value, dm_block_t *new_root, in insert() 1309 uint64_t *keys, void *value, dm_block_t *new_root) in dm_btree_insert() 1317 uint64_t *keys, void *value, dm_block_t *new_root, in dm_btree_insert_notify() 1409 int (*fn)(void *context, uint64_t *keys, void *leaf), in walk_node() 1416 uint64_t keys; in walk_node() local 1444 int (*fn)(void *context, uint64_t *keys, void *leaf), in dm_btree_walk()
|
/linux/drivers/md/bcache/ |
A D | journal.c | 352 int ret = 0, keys = 0, entries = 0; in bch_journal_replay() local 909 struct keylist *keys, in bch_journal() 948 struct keylist keys; in bch_journal_meta() local
|
/linux/scripts/kconfig/ |
A D | mconf.c | 358 int *keys; member 433 int keys[JUMP_NB + 1], i; in search_conf() local 753 *keys, int *vscroll, int *hscroll, update_text_fn in show_textbox_ext()
|
/linux/arch/arm64/boot/dts/rockchip/ |
A D | rk3368-evb.dtsi | 74 keys: gpio-keys { label
|
/linux/tools/kvm/kvm_stat/ |
A D | kvm_stat | 1502 def __init__(self, keys): argument 1510 def get_statline(self, keys, s): argument 1518 def __init__(self, keys): argument 1526 def get_statline(self, keys, s): argument 1531 def log(stats, opts, frmt, keys): argument
|
/linux/tools/testing/selftests/bpf/ |
A D | flow_dissector_load.h | 17 struct bpf_map *prog_array, *keys; in bpf_flow_load() local
|
/linux/drivers/mfd/ |
A D | ucb1x00-assabet.c | 41 struct gpio_keys_platform_data keys; in ucb1x00_assabet_add() local
|