Searched defs:goodix_ts_data (Results 1 – 1 of 1) sorted by relevance
76 struct goodix_ts_data { struct77 struct i2c_client *client;78 struct input_dev *input_dev;79 struct input_dev *input_pen;80 const struct goodix_chip_data *chip;81 const char *firmware_name;82 struct touchscreen_properties prop;83 unsigned int max_touch_num;84 unsigned int int_trigger_type;85 struct regulator *avdd28;[all …]