Searched defs:mip4_ts (Results 1 – 1 of 1) sorted by relevance
147 struct mip4_ts { struct148 struct i2c_client *client;149 struct input_dev *input;150 struct gpio_desc *gpio_ce;152 char phys[32];153 char product_name[16];154 u16 product_id;155 char ic_name[4];179 static int mip4_i2c_xfer(struct mip4_ts *ts, in mip4_i2c_xfer() argument