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 u16 num_x;92 u16 num_y;94 int reset_pin;95 int irq_pin;96 int wake_pin;99 struct dentry *debug_dir;100 u8 *raw_buffer;[all …]