Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/tools/loadrun.TWL/
Disd_api.c167 int ISTD_GetDeviceList(ISTDDevice * deviceList, int deviceMax) in ISTD_GetDeviceList() argument
190 for (n = 0; n < deviceMax; n++) in ISTD_GetDeviceList()
197 while (ISTD_FindNext(finder, &id) && count < deviceMax) in ISTD_GetDeviceList()
Disd_api.h115 extern int ISTD_GetDeviceList(ISTDDevice * deviceList, int deviceMax);
/TwlSDK-5.4/build/tools/loadrun/
Disd_api.c141 int ISNTD_GetDeviceList(ISNTDDevice * deviceList, int deviceMax) in ISNTD_GetDeviceList() argument
165 for (n = 0; n < deviceMax; n++) in ISNTD_GetDeviceList()
172 while (ISNTD_FindNext(finder, &id) && count < deviceMax) in ISNTD_GetDeviceList()
Disd_api.h138 extern int ISNTD_GetDeviceList(ISNTDDevice * deviceList, int deviceMax);