Searched defs:goodix_ts_data (Results 1 – 2 of 2) 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 …]
93 struct goodix_ts_data { struct112 static void *goodix_get_event_report(struct goodix_ts_data *ts, u32 addr, in goodix_get_event_report() argument