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