Home
last modified time | relevance | path

Searched refs:key_ (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/crypto/vmx/
Daesp8-ppc.pl700 my $key_="r11";
761 addi $key_,$sp,$FRAME+15
768 stvx v24,$x00,$key_ # off-load round[1]
771 stvx v25,$x10,$key_ # off-load round[2]
772 addi $key_,$key_,0x20
778 stvx v24,$x00,$key_ # off-load round[3]
781 stvx v25,$x10,$key_ # off-load round[4]
782 addi $key_,$sp,$FRAME+15 # rewind $key_
792 lvx v24,$x00,$key_ # pre-load round[1]
794 lvx v25,$x10,$key_ # pre-load round[2]
[all …]
/linux-6.1.9/net/mac80211/
Ddebugfs_key.c18 static ssize_t key_##name##_read(struct file *file, \
29 static const struct file_operations key_ ##name## _ops = { \
30 .read = key_##name##_read, \
36 static const struct file_operations key_ ##name## _ops = { \
37 .read = key_##name##_read, \
38 .write = key_##name##_write, \
52 static const struct file_operations key_ ##name## _ops = { \
322 key, &key_##name##_ops)
325 key, &key_##name##_ops);
/linux-6.1.9/Documentation/devicetree/bindings/input/
Dbrcm,bcm-keypad.txt95 MATRIX_KEY(0x04, 0x01, KEY_KPASTERISK) /* key_* */
97 MATRIX_KEY(0x04, 0x03, KEY_GRAVE) /* key_# */
/linux-6.1.9/net/openvswitch/
Dactions.c81 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument
89 *key = *key_; in clone_key()