Home
last modified time | relevance | path

Searched refs:goodix_chip_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/input/touchscreen/
Dgoodix.c80 struct goodix_chip_data { struct
89 const struct goodix_chip_data *data; argument
97 const struct goodix_chip_data *chip;
127 static const struct goodix_chip_data gt1x_chip_data = {
134 static const struct goodix_chip_data gt911_chip_data = {
141 static const struct goodix_chip_data gt967_chip_data = {
148 static const struct goodix_chip_data gt9x_chip_data = {
321 static const struct goodix_chip_data *goodix_get_chip_data(const char *id) in goodix_get_chip_data()