Home
last modified time | relevance | path

Searched defs:goodix_ts_data (Results 1 – 2 of 2) sorted by relevance

/drivers/input/touchscreen/
A Dgoodix.h76 struct goodix_ts_data { struct
77 struct i2c_client *client;
78 struct input_dev *input_dev;
79 struct input_dev *input_pen;
81 const char *firmware_name;
83 unsigned int max_touch_num;
85 struct regulator *avdd28;
86 struct regulator *vddio;
87 struct gpio_desc *gpiod_int;
88 struct gpio_desc *gpiod_rst;
[all …]
/drivers/hid/
A Dhid-goodix-spi.c93 struct goodix_ts_data { struct
112 static void *goodix_get_event_report(struct goodix_ts_data *ts, u32 addr, in goodix_get_event_report() argument

Completed in 7 milliseconds