Home
last modified time | relevance | path

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

/linux/lib/crypto/powerpc/
H A Daesp8-ppc.pl702 my $key_="r11";
763 addi $key_,$sp,$FRAME+15
770 stvx v24,$x00,$key_ # off-load round[1]
773 stvx v25,$x10,$key_ # off-load round[2]
774 addi $key_,$key_,0x20
780 stvx v24,$x00,$key_ # off-load round[3]
783 stvx v25,$x10,$key_ # off-load round[4]
784 addi $key_,$sp,$FRAME+15 # rewind $key_
794 lvx v24,$x00,$key_ # pre-load round[1]
796 lvx v25,$x10,$key_ # pre-load round[2]
[all …]
/linux/net/mac80211/
H A Ddebugfs_key.c18 static ssize_t key_##name##_read(struct file *file, \
29 static const struct debugfs_short_fops key_ ##name## _ops = { \
30 .read = key_##name##_read, \
35 static const struct debugfs_short_fops key_ ##name## _ops = { \
36 .read = key_##name##_read, \
37 .write = key_##name##_write, \
50 static const struct debugfs_short_fops key_ ##name## _ops = { \
319 key, &key_##name##_ops)
322 key, &key_##name##_ops);
/linux/Documentation/devicetree/bindings/input/
H A Dbrcm,bcm-keypad.txt95 MATRIX_KEY(0x04, 0x01, KEY_KPASTERISK) /* key_* */
97 MATRIX_KEY(0x04, 0x03, KEY_GRAVE) /* key_# */
/linux/net/openvswitch/
H A Dactions.c47 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument
56 *key = *key_; in clone_key()