Searched defs:edt_ft5x06_ts_data (Results 1 – 1 of 1) sorted by relevance
108 struct edt_ft5x06_ts_data { struct109 struct i2c_client *client;110 struct input_dev *input;111 struct touchscreen_properties prop;112 u16 num_x;113 u16 num_y;114 struct regulator *vcc;115 struct regulator *iovcc;117 struct gpio_desc *reset_gpio;118 struct gpio_desc *wake_gpio;[all …]