Searched defs:mip4_ts (Results 1 – 1 of 1) sorted by relevance
156 struct mip4_ts { struct157 struct i2c_client *client;158 struct input_dev *input;159 struct gpio_desc *gpio_ce;161 char phys[32];162 char product_name[16];163 u16 product_id;164 char ic_name[4];188 static int mip4_i2c_xfer(struct mip4_ts *ts, in mip4_i2c_xfer() argument