Searched defs:ft260_device (Results 1 – 1 of 1) sorted by relevance
227 struct ft260_device { struct228 struct i2c_adapter adap;229 struct hid_device *hdev;230 struct completion wait;231 struct mutex lock;232 u8 write_buf[FT260_REPORT_MAX_LENGTH];233 u8 *read_buf;234 u16 read_idx;235 u16 read_len;236 u16 clock;