Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dgoodix.c37 struct goodix_chip_data { struct
46 const struct goodix_chip_data *chip; argument
93 static const struct goodix_chip_data gt1x_chip_data = {
99 static const struct goodix_chip_data gt911_chip_data = {
105 static const struct goodix_chip_data gt967_chip_data = {
111 static const struct goodix_chip_data gt9x_chip_data = {
215 static const struct goodix_chip_data *goodix_get_chip_data(u16 id) in goodix_get_chip_data()