Searched defs:ft260_device (Results 1 – 1 of 1) sorted by relevance
236 struct ft260_device { struct237 struct i2c_adapter adap;238 struct hid_device *hdev;239 struct completion wait;240 struct mutex lock;241 u8 write_buf[FT260_REPORT_MAX_LENGTH];242 unsigned long need_wakeup_at;243 u8 *read_buf;244 u16 read_idx;245 u16 read_len;[all …]