/openbmc/linux/drivers/input/keyboard/ |
H 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 132 struct ipaq_micro_keys *keys = dev_get_drvdata(dev); in micro_key_suspend() local 141 struct ipaq_micro_keys *keys = dev_get_drvdata(dev); in micro_key_resume() local
|
H A D | mtk-pmic-keys.c | 121 struct mtk_pmic_keys *keys; member 133 struct mtk_pmic_keys_info keys[MTK_PMIC_MAX_KEY_COUNT]; member 142 static void mtk_pmic_keys_lp_reset_setup(struct mtk_pmic_keys *keys, in mtk_pmic_keys_lp_reset_setup() 208 static int mtk_pmic_key_setup(struct mtk_pmic_keys *keys, in mtk_pmic_key_setup() 250 struct mtk_pmic_keys *keys = dev_get_drvdata(dev); in mtk_pmic_keys_suspend() local 266 struct mtk_pmic_keys *keys = dev_get_drvdata(dev); in mtk_pmic_keys_resume() local 313 struct mtk_pmic_keys *keys; in mtk_pmic_keys_probe() local
|
H 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
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 75 static __always_inline int export_flow_keys(struct bpf_flow_keys *keys, in export_flow_keys() 118 struct bpf_flow_keys *keys = skb->flow_keys; in parse_eth_proto() local 146 struct bpf_flow_keys *keys = skb->flow_keys; in _dissect() local 167 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ip_proto() local 258 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ipv6_proto() local 278 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 326 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 348 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 366 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 394 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local [all …]
|
/openbmc/linux/Documentation/gpu/ |
H A D | drm-usage-stats.rst | 56 Identification 76 Utilization 124 Memory
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pointer_auth.h | 57 static __always_inline void ptrauth_keys_init_kernel(struct ptrauth_keys_kernel *keys) in ptrauth_keys_init_kernel() 63 static __always_inline void ptrauth_keys_switch_kernel(struct ptrauth_keys_kernel *keys) in ptrauth_keys_switch_kernel() 74 static inline void ptrauth_keys_install_user(struct ptrauth_keys_user *keys) in ptrauth_keys_install_user() 86 static inline void ptrauth_keys_init_user(struct ptrauth_keys_user *keys) in ptrauth_keys_init_user() 136 #define ptrauth_set_enabled_keys(tsk, keys, enabled) (-EINVAL) argument
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fscrypt.rst | 767 FS_IOC_ADD_ENCRYPTION_KEY 882 Legacy method 947 FS_IOC_REMOVE_ENCRYPTION_KEY 1027 FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | lpm_trie_map_batch_ops.c | 23 struct test_lpm_key *keys, int *values) in map_batch_update() 45 struct test_lpm_key *keys, int *values) in map_batch_verify() 69 struct test_lpm_key *keys, key; in test_lpm_trie_map_batch_ops() local
|
H A D | array_map_batch_ops.c | 15 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update() 40 static void map_batch_verify(int *visited, __u32 max_entries, int *keys, in map_batch_verify() 72 int map_fd, *keys, *visited; in __test_map_lookup_and_update_batch() local
|
H A D | htab_map_batch_ops.c | 14 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update() 42 int *keys, void *values, bool is_pcpu) in map_batch_verify() 81 int map_fd, *keys, *visited, key; in __test_map_lookup_and_delete_batch() local
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tcp_fastopen_backup_key.c | 49 static void get_keys(int fd, uint32_t *keys) in get_keys() 67 static void set_keys(int fd, uint32_t *keys) in set_keys() 96 uint32_t keys[8]; in build_rcv_fd() local 215 uint32_t keys[8]; in rotate_key() local
|
/openbmc/linux/arch/arm64/kernel/ |
H 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()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-skeys.c | 59 uint64_t count, uint8_t *keys) in s390_skeys_get() 72 uint64_t count, uint8_t *keys) in s390_skeys_set() 84 static void write_keys(FILE *f, uint8_t *keys, uint64_t startgfn, in write_keys() 264 uint64_t count, uint8_t *keys) in qemu_s390_skeys_set() 285 uint64_t count, uint8_t *keys) in qemu_s390_skeys_get()
|
H A D | s390-skeys-kvm.c | 32 uint64_t count, uint8_t *keys) in kvm_s390_skeys_get() 44 uint64_t count, uint8_t *keys) in kvm_s390_skeys_set()
|
/openbmc/linux/lib/ |
H 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()
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_keyboard.py | 31 def _update_key_state(self, keys): argument 58 def create_array_report(self, keys, reportID=None, application=None): argument 73 def event(self, keys, reportID=None, application=None): argument
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | 1733 static inline void __flow_hash_consistentify(struct flow_keys *keys) in __flow_hash_consistentify() 1765 static inline u32 __flow_hash_from_keys(struct flow_keys *keys, in __flow_hash_from_keys() 1780 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() 1788 struct flow_keys *keys, in ___skb_get_hash() 1828 struct flow_keys keys; in __skb_get_hash_symmetric() local 1851 struct flow_keys keys; in __skb_get_hash() local 1865 struct flow_keys keys; in skb_get_hash_perturb() local 1872 const struct flow_keys_basic *keys, int hlen) in __skb_get_poff() 1933 struct flow_keys_basic keys; in skb_get_poff() local 1942 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys) in __get_hash_from_flowi6()
|
/openbmc/u-boot/drivers/input/ |
H A 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()
|
H A D | cros_ec_keyb.c | 42 static int check_for_keys(struct udevice *dev, struct key_matrix_key *keys, in check_for_keys() 102 struct key_matrix_key keys[KBC_MAX_KEYS]; in cros_ec_kbc_check() local
|
/openbmc/qemu/qga/ |
H A D | commands-posix-ssh.c | 85 write_authkeys(const char *path, const GStrv keys, in write_authkeys() 113 qmp_guest_ssh_add_authorized_keys(const char *username, strList *keys, in qmp_guest_ssh_add_authorized_keys() 163 qmp_guest_ssh_remove_authorized_keys(const char *username, strList *keys, in qmp_guest_ssh_remove_authorized_keys()
|
H A D | commands-windows-ssh.c | 557 GuestAuthorizedKeys *keys = NULL; in qmp_guest_ssh_get_authorized_keys() local 603 void qmp_guest_ssh_add_authorized_keys(const char *username, strList *keys, in qmp_guest_ssh_add_authorized_keys() 665 void qmp_guest_ssh_remove_authorized_keys(const char *username, strList *keys, in qmp_guest_ssh_remove_authorized_keys()
|
H A D | commands-common-ssh.c | 23 bool check_openssh_pub_keys(strList *keys, size_t *nkeys, Error **errp) in check_openssh_pub_keys()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_fsmap.c | 434 const struct xfs_fsmap *keys, in xfs_getfsmap_logdev() 505 const struct xfs_fsmap *keys, in xfs_getfsmap_rtdev_rtbitmap() 585 const struct xfs_fsmap *keys, in __xfs_getfsmap_datadev() 746 const struct xfs_fsmap *keys, in xfs_getfsmap_datadev_rmapbt() 781 const struct xfs_fsmap *keys, in xfs_getfsmap_datadev_bnobt()
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H 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
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 375 uint64_t *keys, void *value_le) in dm_btree_lookup() 471 uint64_t *keys, uint64_t *rkey, void *value_le) in dm_btree_lookup_next() 1227 static bool need_insert(struct btree_node *node, uint64_t *keys, in need_insert() 1235 uint64_t *keys, void *value, dm_block_t *new_root, in insert() 1322 uint64_t *keys, void *value, dm_block_t *new_root) in dm_btree_insert() 1330 uint64_t *keys, void *value, dm_block_t *new_root, in dm_btree_insert_notify() 1422 int (*fn)(void *context, uint64_t *keys, void *leaf), in walk_node() 1429 uint64_t keys; in walk_node() local 1457 int (*fn)(void *context, uint64_t *keys, void *leaf), in dm_btree_walk()
|