Searched refs:gDeviceList (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/tools/loadrun/ |
| D | loadrun.c | 126 ISNTDDevice gDeviceList[DEVICE_MAX_NUM]; variable 215 gConnectedDeviceNum = ISNTD_GetDeviceList(&gDeviceList[0], DEVICE_MAX_NUM); in listDevice() 225 switch (gDeviceList[n].type) in listDevice() 228 printf("%3d: [CGBUSB] IS-CGB-EMU(USB) serial:%8d\n", n, gDeviceList[n].serial); in listDevice() 232 gDeviceList[n].host, gDeviceList[n].serial); in listDevice() 235 printf("%3d: [NITROUSB] IS-NITRO-EMULATOR serial:%08d\n", n, gDeviceList[n].serial); in listDevice() 238 printf("%3d: [NITROUIC] IS-NITRO-UIC serial: %08d\n", n, gDeviceList[n].serial); in listDevice() 241 printf("%3d: unknown device %x\n", n, (int)gDeviceList[n].ntdId); in listDevice() 281 && gDeviceTypeSpecified != gDeviceList[n].type) in searchDevice() 288 && gDeviceSerialSpecified != gDeviceList[n].serial) in searchDevice() [all …]
|
| /TwlSDK-5.1.0/build/tools/loadrun.TWL/ |
| D | loadrun.c | 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() [all …]
|