Searched refs:keyval (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/m68k/atari/ |
| H A D | atakeyb.c | 222 int keyval, keytyp; in atari_keyboard_interrupt() local 227 keyval = scancode; in atari_keyboard_interrupt() 228 keytyp = KTYP(keyval) - 0xf0; in atari_keyboard_interrupt() 229 keyval = KVAL(keyval); in atari_keyboard_interrupt() 233 if (keyval < ' ') in atari_keyboard_interrupt() 234 pr_cont("('^%c') ", keyval + '@'); in atari_keyboard_interrupt() 236 pr_cont("('%c') ", keyval); in atari_keyboard_interrupt()
|
| /linux/drivers/input/keyboard/ |
| H A D | qt2160.c | 183 int keyval = new_matrix & mask; in qt2160_get_key_matrix() local 185 if ((old_matrix & mask) != keyval) { in qt2160_get_key_matrix() 186 input_report_key(input, qt2160->keycodes[i], keyval); in qt2160_get_key_matrix() 188 i, keyval ? "pressed" : "released"); in qt2160_get_key_matrix()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_cfg.c | 252 struct adf_cfg_key_val *keyval = NULL; in adf_cfg_key_val_get() local 255 keyval = adf_cfg_key_value_find(sec, key_name); in adf_cfg_key_val_get() 256 if (keyval) { in adf_cfg_key_val_get() 257 memcpy(val, keyval->val, ADF_CFG_MAX_VAL_LEN_IN_BYTES); in adf_cfg_key_val_get()
|
| /linux/fs/orangefs/ |
| H A D | upcall.h | 125 struct ORANGEFS_keyval_pair keyval; member
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 1797 const siphash_key_t *keyval) in __flow_hash_consistentify() 1804 flow_keys_hash_length(keys), keyval); in __flow_hash_from_keys() 1819 const siphash_key_t *keyval) 1821 return __flow_hash_from_keys(keys, keyval); in flow_hash_from_keys_seed() 1827 const siphash_key_t *keyval) 1832 return __flow_hash_from_keys(keys, keyval); in ___skb_get_hash() 1800 __flow_hash_from_keys(struct flow_keys * keys,const siphash_key_t * keyval) __flow_hash_from_keys() argument 1822 flow_hash_from_keys_seed(struct flow_keys * keys,const siphash_key_t * keyval) flow_hash_from_keys_seed() argument 1830 ___skb_get_hash(const struct sk_buff * skb,struct flow_keys * keys,const siphash_key_t * keyval) ___skb_get_hash() argument
|
| /linux/include/net/ |
| H A D | flow_dissector.h | 450 const siphash_key_t *keyval);
|
| /linux/fs/unicode/ |
| H A D | mkutf8data.c | 1686 char keyval[4]; in trees_populate() local 1698 keylen = utf8encode(keyval, unichar); in trees_populate() 1702 insert(&trees[i], keyval, keylen, data); in trees_populate()
|
| /linux/scripts/kconfig/ |
| H A D | gconf.c | 812 if (event->keyval == GDK_KEY_space) { in on_treeview2_key_press_event()
|