Searched refs:g_touchDriverList (Results 1 – 1 of 1) sorted by relevance
42 static TouchDriver *g_touchDriverList[MAX_TOUCH_DEVICE]; variable675 if ((g_touchDriverList[i] != NULL) && g_touchDriverList[i]->initedFlag) { in DeviceBindDriver()676 ret = ChipMatchCheck(chipDev, g_touchDriverList[i]); in DeviceBindDriver()678 driver = g_touchDriverList[i]; in DeviceBindDriver()1041 if (g_touchDriverList[i] == NULL) { in AddTouchDriver()1042 g_touchDriverList[i] = driver; in AddTouchDriver()1205 if (g_touchDriverList[i] == driver) { in HdfTouchDriverRelease()1223 g_touchDriverList[i] = NULL; in HdfTouchDriverRelease()