Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dsamsung-keypad.txt60 key_1 {
H A Dbrcm,bcm-keypad.txt80 MATRIX_KEY(0x01, 0x01, KEY_1) /* key_1 */
/freebsd/sys/netinet/
H A Dsctp_auth.c353 uint8_t *key_1, *key_2; in sctp_compare_key() local
371 key_1 = key1->key; in sctp_compare_key()
376 val1 = (i < (maxlen - key1len)) ? 0 : *(key_1++); in sctp_compare_key()