Searched defs:cyttsp5_hid_cmd (Results 1 – 1 of 1) sorted by relevance
97 struct cyttsp5_hid_cmd { struct98 u8 opcode;99 u8 report_type;100 union {104 u8 has_data_register;105 size_t write_length;106 u8 *write_buf;107 u8 *read_buf;108 u8 wait_interrupt;109 u8 reset_cmd;[all …]