Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_devtree.c540 static char *touch_setting_names[CY_IC_GRPNUM_NUM] = { variable
633 for (i = 0; (unsigned int)i < ARRAY_SIZE(touch_setting_names); i++) { in create_and_get_core_pdata()
634 if (touch_setting_names[i] == NULL) in create_and_get_core_pdata()
638 touch_setting_names[i]); in create_and_get_core_pdata()
644 touch_setting_names[i]); in create_and_get_core_pdata()
677 for (i = 0; i < ARRAY_SIZE(touch_setting_names); i++) in free_core_pdata()