Home
last modified time | relevance | path

Searched refs:SSH_MSG_SYN (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/surface/aggregator/
H A Dssh_msgb.h86 msgb_push_u16(msgb, SSH_MSG_SYN); in msgb_push_syn()
/linux/include/linux/surface_aggregator/
H A Dserial_hub.h177 * SSH_MSG_SYN - SSH message synchronization (SYN) bytes as u16.
179 #define SSH_MSG_SYN ((u16)0x55aa) macro