Home
last modified time | relevance | path

Searched defs:mip4_ts (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dmelfas_mip4.c156 struct mip4_ts { struct
157 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