Searched defs:edt_ft5x06_ts_data (Results 1 – 1 of 1) sorted by relevance
85 struct edt_ft5x06_ts_data { struct86 struct i2c_client *client;87 struct input_dev *input;88 struct touchscreen_properties prop;89 u16 num_x;90 u16 num_y;92 struct gpio_desc *reset_gpio;93 struct gpio_desc *wake_gpio;96 struct dentry *debug_dir;97 u8 *raw_buffer;[all …]