Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dio_ionsp.h113 #define IS_CMD_STAT_HDR(Byte1) ((Byte1) & IOSP_CMD_STAT_BIT) argument
114 #define IS_DATA_HDR(Byte1) (!IS_CMD_STAT_HDR(Byte1)) argument
116 #define IOSP_GET_HDR_PORT(Byte1) ((__u8) ((Byte1) & IOSP_PORT_MASK)) argument
117 #define IOSP_GET_HDR_DATA_LEN(Byte1, Byte2) ((__u16) (((__u16)((Byte1) & 0x78)) << 5) | (Byte2)) argument
118 #define IOSP_GET_STATUS_CODE(Byte1) ((__u8) (((Byte1) & 0x78) >> 3)) argument
/linux/Documentation/hid/
H A Dhid-alps.rst74 Byte1 Command Byte
94 Byte1 Response Byte
164 Byte1 1 1 1 0 1 SW3 SW2 SW1