/drivers/tty/ |
D | sysrq.c | 84 static void sysrq_handle_loglevel(int key) in sysrq_handle_loglevel() 101 static void sysrq_handle_SAK(int key) in sysrq_handle_SAK() 117 static void sysrq_handle_unraw(int key) in sysrq_handle_unraw() 132 static void sysrq_handle_crash(int key) in sysrq_handle_crash() 153 static void sysrq_handle_reboot(int key) in sysrq_handle_reboot() 166 static void sysrq_handle_sync(int key) in sysrq_handle_sync() 177 static void sysrq_handle_show_timers(int key) in sysrq_handle_show_timers() 188 static void sysrq_handle_mountro(int key) in sysrq_handle_mountro() 200 static void sysrq_handle_showlocks(int key) in sysrq_handle_showlocks() 238 static void sysrq_handle_showallcpus(int key) in sysrq_handle_showallcpus() [all …]
|
/drivers/input/ |
D | sparse-keymap.c | 29 struct key_entry *key; in sparse_keymap_get_key_index() local 46 struct key_entry *key; in sparse_keymap_entry_by_index() local 68 struct key_entry *key; in sparse_keymap_entry_from_scancode() local 89 struct key_entry *key; in sparse_keymap_entry_from_keycode() local 102 struct key_entry *key; in sparse_keymap_locate() local 118 const struct key_entry *key; in sparse_keymap_getkeycode() local 140 struct key_entry *key; in sparse_keymap_setkeycode() local
|
D | matrix-keymap.c | 32 unsigned int row_shift, unsigned int key) in matrix_keypad_map_key() 110 unsigned int key = be32_to_cpup(prop + i); in matrix_keypad_parse_of_keymap() local 188 unsigned int key = keymap_data->keymap[i]; in matrix_keypad_build_keymap() local
|
/drivers/crypto/caam/ |
D | caampkc.c | 38 struct caam_rsa_key *key = &ctx->key; in rsa_pub_unmap() local 50 struct caam_rsa_key *key = &ctx->key; in rsa_priv_f1_unmap() local 177 struct caam_rsa_key *key = &ctx->key; in set_rsa_pub_pdb() local 222 struct caam_rsa_key *key = &ctx->key; in set_rsa_priv_f1_pdb() local 265 struct caam_rsa_key *key = &ctx->key; in caam_rsa_enc() local 308 struct caam_rsa_key *key = &ctx->key; in caam_rsa_dec() local 347 static void caam_rsa_free_key(struct caam_rsa_key *key) in caam_rsa_free_key() 394 static int caam_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, in caam_rsa_set_pub_key() 440 static int caam_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, in caam_rsa_set_priv_key() 496 struct caam_rsa_key *key = &ctx->key; in caam_rsa_max_size() local [all …]
|
/drivers/gpu/drm/ |
D | drm_hashtab.c | 59 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list() 74 unsigned long key) in drm_ht_find_key() 92 unsigned long key) in drm_ht_find_key_rcu() 115 unsigned long key = item->key; in drm_ht_insert_item() local 165 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item() 179 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key()
|
/drivers/power/supply/ |
D | test_power.c | 251 char const *key; member 294 static int map_get_value(struct battery_property_map *map, const char *key, in map_get_value() 337 static int param_set_ac_online(const char *key, const struct kernel_param *kp) in param_set_ac_online() 350 static int param_set_usb_online(const char *key, const struct kernel_param *kp) in param_set_usb_online() 363 static int param_set_battery_status(const char *key, in param_set_battery_status() 377 static int param_set_battery_health(const char *key, in param_set_battery_health() 391 static int param_set_battery_present(const char *key, in param_set_battery_present() 406 static int param_set_battery_technology(const char *key, in param_set_battery_technology() 423 static int param_set_battery_capacity(const char *key, in param_set_battery_capacity() 438 static int param_set_battery_voltage(const char *key, in param_set_battery_voltage()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 177 struct flow_dissector_key_control *key = in parse_cls_flower() local 185 struct flow_dissector_key_basic *key = in parse_cls_flower() local 207 struct flow_dissector_key_eth_addrs *key = in parse_cls_flower() local 232 struct flow_dissector_key_vlan *key = in parse_cls_flower() local 253 struct flow_dissector_key_ipv4_addrs *key = in parse_cls_flower() local 277 struct flow_dissector_key_ipv6_addrs *key = in parse_cls_flower() local 302 struct flow_dissector_key_ports *key = in parse_cls_flower() local
|
/drivers/crypto/ |
D | padlock-aes.c | 108 const __le32 *key = (const __le32 *)in_key; in aes_set_key() local 190 static inline void rep_xcrypt_ecb(const u8 *input, u8 *output, void *key, in rep_xcrypt_ecb() 198 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, in rep_xcrypt_cbc() 207 static void ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, in ecb_crypt_copy() 221 static u8 *cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, in cbc_crypt_copy() 235 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, in ecb_crypt() 249 static inline u8 *cbc_crypt(const u8 *in, u8 *out, u32 *key, in cbc_crypt() 259 static inline void padlock_xcrypt_ecb(const u8 *input, u8 *output, void *key, in padlock_xcrypt_ecb() 279 static inline u8 *padlock_xcrypt_cbc(const u8 *input, u8 *output, void *key, in padlock_xcrypt_cbc()
|
/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 27 u8 key[WEP_KEY_LEN + 1]; member 93 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() local 173 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() local 232 static int prism2_wep_set_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_set_key() 246 static int prism2_wep_get_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_get_key()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 32 u8 key[WEP_KEY_LEN + 1]; member 89 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() local 167 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() local 228 static int prism2_wep_set_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_set_key() 242 static int prism2_wep_get_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_get_key()
|
/drivers/scsi/ |
D | scsi_devinfo.c | 32 int key; /* unique numeric identifier */ member 275 static struct scsi_dev_info_list_table *scsi_devinfo_lookup_by_key(int key) in scsi_devinfo_lookup_by_key() 364 char *strflags, int flags, int key) in scsi_dev_info_list_add_keyed() 415 const char *model, int key) in scsi_dev_info_list_find() 494 int scsi_dev_info_list_del_keyed(char *vendor, char *model, int key) in scsi_dev_info_list_del_keyed() 596 int key) in scsi_get_device_flags_keyed() 778 int scsi_dev_info_add_list(int key, const char *name) in scsi_dev_info_add_list() 810 int scsi_dev_info_remove_list(int key) in scsi_dev_info_remove_list()
|
/drivers/staging/lustre/lnet/libcfs/ |
D | hash.c | 477 unsigned int bits, const void *key, struct cfs_hash_bd *bd) in cfs_hash_bd_from_key() 488 cfs_hash_bd_get(struct cfs_hash *hs, const void *key, struct cfs_hash_bd *bd) in cfs_hash_bd_get() 625 const void *key, struct hlist_node *hnode, in cfs_hash_bd_lookup_intent() 667 const void *key) in cfs_hash_bd_lookup_locked() 676 const void *key) in cfs_hash_bd_peek_locked() 722 unsigned n, const void *key) in cfs_hash_multi_bd_lookup_locked() 738 unsigned n, const void *key, in cfs_hash_multi_bd_findadd_locked() 769 unsigned n, const void *key, in cfs_hash_multi_bd_finddel_locked() 806 cfs_hash_dual_bd_get(struct cfs_hash *hs, const void *key, in cfs_hash_dual_bd_get() 839 const void *key) in cfs_hash_dual_bd_lookup_locked() [all …]
|
/drivers/sfi/ |
D | sfi_core.c | 200 struct sfi_table_key *key) in sfi_table_check_key() 231 __ref sfi_check_table(u64 pa, struct sfi_table_key *key) in sfi_check_table() 259 struct sfi_table_header *sfi_get_table(struct sfi_table_key *key) in sfi_get_table() 284 struct sfi_table_key key; in sfi_table_parse() local 313 struct sfi_table_key key = SFI_ANY_KEY; in sfi_parse_syst() local 396 struct sfi_table_key key; in sfi_table_show() local
|
D | sfi_acpi.c | 99 struct sfi_table_key key = SFI_ANY_KEY; in sfi_acpi_parse_xsdt() local 127 static struct acpi_table_header *sfi_acpi_get_table(struct sfi_table_key *key) in sfi_acpi_get_table() 156 struct sfi_table_key key; in sfi_acpi_table_parse() local 182 struct sfi_table_key key; in sfi_acpi_table_show() local
|
/drivers/firewire/ |
D | core-device.c | 54 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) in fw_csr_iterator_next() 66 int last_key = 0, key, value; in search_leaf() local 123 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string() 136 int key, value; in get_ids() local 258 u32 key; member 268 int key, value, ret = -ENOENT; in show_immediate() local 290 #define IMMEDIATE_ATTR(name, key) \ argument 332 #define TEXT_LEAF_ATTR(name, key) \ argument 437 int key, value; in units_sprintf() local 461 int key, value, i = 0; in units_show() local [all …]
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 117 struct lu_context_key *key) in osc_key_init() 128 struct lu_context_key *key, void *data) in osc_key_fini() 142 struct lu_context_key *key) in osc_session_init() 153 struct lu_context_key *key, void *data) in osc_session_fini()
|
/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 665 char *key, in iscsi_find_param_from_key() 685 int iscsi_extract_key_value(char *textbuf, char **key, char **value) in iscsi_extract_key_value() 717 char *key, in iscsi_add_notunderstood_response() 746 static int iscsi_check_for_auth_key(char *key) in iscsi_check_for_auth_key() 1197 char *key, in __iscsi_check_key() 1231 char *key, in iscsi_check_key() 1380 char *key, *value; in iscsi_decode_text_input() local 1518 char *key = NULL, *value = NULL; in iscsi_change_param_value() local
|
/drivers/infiniband/hw/mthca/ |
D | mthca_mr.c | 53 __be32 key; member 390 static inline u32 tavor_key_to_hw_index(u32 key) in tavor_key_to_hw_index() 400 static inline u32 arbel_key_to_hw_index(u32 key) in arbel_key_to_hw_index() 413 static inline u32 key_to_hw_index(struct mthca_dev *dev, u32 key) in key_to_hw_index() 421 static inline u32 adjust_key(struct mthca_dev *dev, u32 key) in adjust_key() 434 u32 key; in mthca_mr_alloc() local 573 u32 key, idx; in mthca_fmr_alloc() local 723 u32 key; in mthca_tavor_map_phys_fmr() local 763 u32 key; in mthca_arbel_map_phys_fmr() local
|
/drivers/hwmon/ |
D | applesmc.c | 122 char key[5]; /* four-letter key code */ member 221 static int send_argument(const char *key) in send_argument() 231 static int read_smc(u8 cmd, const char *key, u8 *buffer, u8 len) in read_smc() 269 static int write_smc(u8 cmd, const char *key, const u8 *buffer, u8 len) in write_smc() 343 u8 key[4], info[6]; in applesmc_get_entry_by_index() local 375 static int applesmc_get_lower_bound(unsigned int *lo, const char *key) in applesmc_get_lower_bound() 397 static int applesmc_get_upper_bound(unsigned int *hi, const char *key) in applesmc_get_upper_bound() 419 static const struct applesmc_entry *applesmc_get_entry_by_key(const char *key) in applesmc_get_entry_by_key() 436 static int applesmc_read_key(const char *key, u8 *buffer, u8 len) in applesmc_read_key() 447 static int applesmc_write_key(const char *key, const u8 *buffer, u8 len) in applesmc_write_key() [all …]
|
/drivers/staging/wlan-ng/ |
D | p80211wep.c | 122 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen) in wep_change_key() 150 u8 s[256], key[64], c_crc[4]; in wep_decrypt() local 224 u8 s[256], key[64]; in wep_encrypt() local
|
/drivers/staging/speakup/ |
D | keyhelp.c | 61 u_short *p_key = key_data, key; in build_key_data() local 109 static void say_key(int key) in say_key() 141 int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key) in spk_handle_help()
|
/drivers/tee/optee/ |
D | rpc.c | 27 u32 key; member 61 static struct wq_entry *wq_entry_get(struct optee_wait_queue *wq, u32 key) in wq_entry_get() 82 static void wq_sleep(struct optee_wait_queue *wq, u32 key) in wq_sleep() 95 static void wq_wakeup(struct optee_wait_queue *wq, u32 key) in wq_wakeup()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 473 struct lu_cdebug_data *key; in lu_cdebug_printer() local 913 const void *key, unsigned mask) in lu_obj_hop_hash() 944 static int lu_obj_hop_keycmp(const void *key, struct hlist_node *hnode) in lu_obj_hop_keycmp() 1326 int lu_context_key_register(struct lu_context_key *key) in lu_context_key_register() 1356 struct lu_context_key *key; in key_fini() local 1378 void lu_context_key_degister(struct lu_context_key *key) in lu_context_key_degister() 1406 struct lu_context_key *key = k; in lu_context_key_register_many() local 1485 const struct lu_context_key *key) in lu_context_key_get() 1504 void lu_context_key_quiesce(struct lu_context_key *key) in lu_context_key_quiesce() 1525 void lu_context_key_revive(struct lu_context_key *key) in lu_context_key_revive() [all …]
|
/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 88 DBT key; in symbol_delete() local 149 DBT key; in symtable_close() local 170 DBT key; in symtable_get() local 479 DBT key; in symtable_dump() local
|
/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 448 const uint8_t *key, unsigned int keylen) in qat_alg_ablkcipher_init_com() 468 int alg, const uint8_t *key, in qat_alg_ablkcipher_init_enc() 481 int alg, const uint8_t *key, in qat_alg_ablkcipher_init_dec() 530 static int qat_alg_aead_init_sessions(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_init_sessions() 557 const uint8_t *key, in qat_alg_ablkcipher_init_sessions() 574 static int qat_alg_aead_setkey(struct crypto_aead *tfm, const uint8_t *key, in qat_alg_aead_setkey() 902 const u8 *key, unsigned int keylen, in qat_alg_ablkcipher_setkey() 963 const u8 *key, unsigned int keylen) in qat_alg_ablkcipher_cbc_setkey() 970 const u8 *key, unsigned int keylen) in qat_alg_ablkcipher_ctr_setkey() 977 const u8 *key, unsigned int keylen) in qat_alg_ablkcipher_xts_setkey()
|