Home
last modified time | relevance | path

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

/linux/include/linux/surface_aggregator/
H A Dserial_hub.h442 SSH_PACKET_FLAGS_TY_MASK = enumerator
/linux/drivers/platform/surface/aggregator/
H A Dtrace.h38 TRACE_DEFINE_ENUM(SSH_PACKET_FLAGS_TY_MASK);
222 __print_flags(flags & SSH_PACKET_FLAGS_TY_MASK, "", \
H A Dssh_packet_layer.c581 packet->state = type & SSH_PACKET_FLAGS_TY_MASK; in ssh_packet_init()