Searched defs:edt_ft5x06_ts_data (Results 1 – 1 of 1) sorted by relevance
88 struct edt_ft5x06_ts_data { struct89 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;[all …]