Searched defs:taos_data (Results 1 – 1 of 1) sorted by relevance
32 struct taos_data { struct33 struct i2c_adapter adapter;34 struct i2c_client *client;35 int state;36 u8 addr; /* last used address */37 unsigned char buffer[TAOS_BUFFER_SIZE];38 unsigned int pos; /* position inside the buffer */