Home
last modified time | relevance | path

Searched refs:deviceList (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
172 ISTDDevice *p = deviceList; in ISTD_GetDeviceList()
175 if (!deviceList) in ISTD_GetDeviceList()
192 deviceList[n].type = ISTD_DEVICE_NONE; 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
146 ISNTDDevice *p = deviceList; in ISNTD_GetDeviceList()
150 if (!deviceList) in ISNTD_GetDeviceList()
167 deviceList[n].type = ISNTD_DEVICE_NONE; in ISNTD_GetDeviceList()
Disd_api.h138 extern int ISNTD_GetDeviceList(ISNTDDevice * deviceList, int deviceMax);