Searched defs:goodix_ts_data (Results 1 – 1 of 1) sorted by relevance
43 struct goodix_ts_data { struct44 struct i2c_client *client;45 struct input_dev *input_dev;46 const struct goodix_chip_data *chip;47 struct touchscreen_properties prop;48 unsigned int max_touch_num;49 unsigned int int_trigger_type;50 struct gpio_desc *gpiod_int;51 struct gpio_desc *gpiod_rst;52 u16 id;[all …]