Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.c134 u32 ctype_entries = sizeof(ctype) / sizeof(struct ft_chip_t); in fts_get_chip_types() local
142 for (i = 0; i < ctype_entries; i++) { in fts_get_chip_types()
157 if(ctype_entries >= 2) in fts_get_chip_types()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.c200 u32 ctype_entries = sizeof(ctype) / sizeof(struct ft_chip_t); in fts_get_chip_types() local
208 for (i = 0; i < ctype_entries; i++) { in fts_get_chip_types()
220 if (i >= ctype_entries) { in fts_get_chip_types()