Lines Matching defs:edt_ft5x06_ts_data
88 struct edt_ft5x06_ts_data { struct
89 struct i2c_client *client;
90 struct input_dev *input;
91 struct touchscreen_properties prop;
92 u16 num_x;
93 u16 num_y;
95 struct gpio_desc *reset_gpio;
96 struct gpio_desc *wake_gpio;
99 struct dentry *debug_dir;
100 u8 *raw_buffer;
101 size_t raw_bufsize;
104 struct mutex mutex;
105 bool factory_mode;
106 int threshold;
107 int gain;
108 int offset;
109 int report_rate;
110 int max_support_points;
112 char name[EDT_NAME_LEN];
114 struct edt_reg_addr reg_addr;
115 enum edt_ver version;