Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dapplespi.c319 #define MSG_HEADER_SIZE 8 macro
856 packet->length = cpu_to_le16(MSG_HEADER_SIZE + msg_len); in applespi_send_cmd_msg()
1479 if (le16_to_cpu(message->length) != msg_len - MSG_HEADER_SIZE - 2) { in applespi_got_data()
1483 msg_len - MSG_HEADER_SIZE - 2); in applespi_got_data()