Lines Matching refs:gDeviceList
137 ISTDDevice gDeviceList[DEVICE_MAX_NUM]; variable
236 gConnectedDeviceNum = ISTD_GetDeviceList(&gDeviceList[0], DEVICE_MAX_NUM); in listDevice()
246 switch (gDeviceList[n].type) in listDevice()
249 printf("%3d: [IS-TWL-DEBUGGER] serial:%8d\n", n, gDeviceList[n].serial); in listDevice()
252 printf("%3d: [%s] serial:%8d\n", n, DEBUGGER_NAME, gDeviceList[n].serial); in listDevice()
255 …printf("%3d: unknown device %x:%x\n", n, (int)gDeviceList[n].id.eType, (int)gDeviceList[n].id.nSer… in listDevice()
305 … if (gDeviceTypeSpecified != ISTD_DEVICE_NONE && gDeviceTypeSpecified != gDeviceList[n].type) in searchDevice()
314 if ( gDeviceSerialSpecified == gDeviceList[n].serial ) in searchDevice()
321 sprintf( tmpStr, "%d", gDeviceList[n].serial ); in searchDevice()
349 || gDeviceList[gCurrentDevice].type == ISTD_DEVICE_NONE in searchDevice()
350 || gDeviceList[gCurrentDevice].type == ISTD_DEVICE_UNKNOWN) in searchDevice()
744 if ((gDeviceHandle = ISTD_OpenEx(gDeviceList[gCurrentDevice].id)) == NULL) in loadFile()
1201 gConnectedDeviceNum = ISTD_GetDeviceList(&gDeviceList[0], DEVICE_MAX_NUM); in main()