Home
last modified time | relevance | path

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

/linux/arch/powerpc/crypto/
H A Daesp8-ppc.pl701 my $key_="r11";
762 addi $key_,$sp,$FRAME+15
769 stvx v24,$x00,$key_ # off-load round[1]
772 stvx v25,$x10,$key_ # off-load round[2]
773 addi $key_,$key_,0x20
779 stvx v24,$x00,$key_ # off-load round[3]
782 stvx v25,$x10,$key_ # off-load round[4]
783 addi $key_,$sp,$FRAME+15 # rewind $key_
793 lvx v24,$x00,$key_ # pre-load round[1]
795 lvx v25,$x10,$key_ # pre-load round[2]
[all …]
/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.c88 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument
96 *key = *key_; in clone_key()