Searched defs:edt_ft5x06_ts_data (Results 1 – 1 of 1) sorted by relevance
103 struct edt_ft5x06_ts_data { struct104 struct i2c_client *client;105 struct input_dev *input;106 struct touchscreen_properties prop;107 u16 num_x;108 u16 num_y;109 struct regulator *vcc;110 struct regulator *iovcc;112 struct gpio_desc *reset_gpio;113 struct gpio_desc *wake_gpio;[all …]