Searched refs:goodix_chip_ids (Results 1 – 1 of 1) sorted by relevance
96 static const struct goodix_chip_id goodix_chip_ids[] = { variable243 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()