Home
last modified time | relevance | path

Searched refs:add_key (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/linux/drivers/accessibility/speakup/
H A Dmakemapdata.c64 add_key("shift", 1, is_shift); in main()
65 add_key("altgr", 2, is_shift); in main()
66 add_key("ctrl", 4, is_shift); in main()
67 add_key("alt", 8, is_shift); in main()
68 add_key("spk", 16, is_shift); in main()
69 add_key("double", 32, is_shift); in main()
77 add_key(def_name, value, is_input); in main()
86 add_key(def_name, value, is_input); in main()
112 add_key(def_name, value, is_spk); in main()
H A Dutils.h83 static inline struct st_key *add_key(char *name, int value, int shift) in add_key() function
H A Dgenmap.c71 add_key(p_init->name, p_init->value, p_init->shift); in main()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-secret.c141 int32_t key = add_key("user", DESCRIPTION, PAYLOAD, in test_secret_keyring_good()
169 int32_t key = add_key("user", DESCRIPTION, PAYLOAD, in test_secret_keyring_revoked_key()
194 int32_t key = add_key("user", DESCRIPTION, PAYLOAD, in test_secret_keyring_expired_key()
250 int32_t key = add_key("user", DESCRIPTION, PAYLOAD, in test_secret_keyring_bad_key_access_right()
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dstring3 add_key
/openbmc/linux/net/mac802154/
H A Dmac_cmd.c124 .add_key = mac802154_add_key,
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc281 [ 280] = 5, /* add_key */
/openbmc/linux/kernel/
H A Dsys_ni.c164 COND_SYSCALL(add_key);
/openbmc/linux/include/net/
H A Dieee802154_netdev.h396 int (*add_key)(struct net_device *dev, member
/openbmc/qemu/backends/
H A Dcryptodev-lkcf.c334 key_id = add_key(KCTL_KEY_TYPE_PKEY, "lkcf-backend-priv-key", in cryptodev_lkcf_execute_task()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c543 static int add_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in add_key() function
1716 .add_key = add_key,
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl250 239 n64 add_key sys_add_key
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl250 239 n64 add_key sys_add_key
H A Dsyscall_n32.tbl254 243 n32 add_key sys_add_key
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl259 247 common add_key sys_add_key
/openbmc/linux/drivers/staging/wlan-ng/
H A Dcfg80211.c659 .add_key = prism2_add_key,
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl250 239 n64 add_key sys_add_key
H A Dsyscall_n32.tbl254 243 n32 add_key sys_add_key
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl259 248 common add_key sys_add_key
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl259 248 common add_key sys_add_key
/openbmc/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl278 256 common add_key sys_add_key
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl278 256 common add_key sys_add_key
/openbmc/qemu/linux-user/riscv/
H A Dsyscall.tbl261 217 common add_key sys_add_key
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall.tbl261 217 common add_key sys_add_key
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl260 248 common add_key sys_add_key

1234