Searched defs:edt_ft5x06_ts_data (Results 1 – 1 of 1) sorted by relevance
97 struct edt_ft5x06_ts_data { struct98 struct i2c_client *client;99 struct input_dev *input;100 struct touchscreen_properties prop;101 u16 num_x;102 u16 num_y;103 struct regulator *vcc;105 struct gpio_desc *reset_gpio;106 struct gpio_desc *wake_gpio;109 struct dentry *debug_dir;[all …]