Searched refs:key_ (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 700 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-v4.19/net/mac80211/ |
D | debugfs_key.c | 20 static ssize_t key_##name##_read(struct file *file, \ 32 static const struct file_operations key_ ##name## _ops = { \ 33 .read = key_##name##_read, \ 39 static const struct file_operations key_ ##name## _ops = { \ 40 .read = key_##name##_read, \ 41 .write = key_##name##_write, \ 55 static const struct file_operations key_ ##name## _ops = { \ 325 key, &key_##name##_ops); 328 key, &key_##name##_ops);
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | brcm,bcm-keypad.txt | 95 MATRIX_KEY(0x04, 0x01, KEY_KPASTERISK) /* key_* */ 97 MATRIX_KEY(0x04, 0x03, KEY_GRAVE) /* key_# */
|
/Linux-v4.19/net/openvswitch/ |
D | actions.c | 94 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument 102 *key = *key_; in clone_key()
|