Searched refs:goodix_chip_ids (Results 1 – 1 of 1) sorted by relevance
95 static const struct goodix_chip_id goodix_chip_ids[] = { variable233 for (i = 0; goodix_chip_ids[i].id; i++) { in goodix_get_chip_data()234 if (!strcmp(goodix_chip_ids[i].id, id)) in goodix_get_chip_data()235 return goodix_chip_ids[i].data; in goodix_get_chip_data()
Completed in 5 milliseconds