Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/crypto/
H A Daesp8-ppc.pl773 addi $key_,$key_,0x20
844 addi $key_,$key_,0x20
1008 addi $key_,$key_,0x20
1494 addi $key_,$key_,0x20
1557 addi $key_,$key_,0x20
2528 addi $key_,$key_,0x20
2637 addi $key_,$key_,0x20
2909 addi $key_,$key_,0x20
3054 addi $key_,$key_,0x20
3205 addi $key_,$key_,0x20
[all …]
/linux-6.15/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-6.15/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-6.15/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()