Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dgoodix.c96 static const struct goodix_chip_id goodix_chip_ids[] = { variable
243 for (i = 0; goodix_chip_ids[i].id; i++) { in goodix_get_chip_data()
244 if (!strcmp(goodix_chip_ids[i].id, id)) in goodix_get_chip_data()
245 return goodix_chip_ids[i].data; in goodix_get_chip_data()