Searched refs:deviceLength (Results 1 – 2 of 2) sorted by relevance
359 bit32 deviceLength; // the length of tdDeviceInfoIOCTL_t array member
311 if (MaxDeviceCount > pIoctlPayload->deviceLength ) in agtiapi_getdevlist()313 …MaxDeviceCount: %d > Requested device length: %d\n", MaxDeviceCount, pIoctlPayload->deviceLength ); in agtiapi_getdevlist()314 MaxDeviceCount = pIoctlPayload->deviceLength; in agtiapi_getdevlist()317 …MaxDeviceCount: %d > Requested device length: %d\n", MaxDeviceCount, pIoctlPayload->deviceLength ); in agtiapi_getdevlist()350 if (total > pIoctlPayload->deviceLength) in agtiapi_getdevlist()352 total = pIoctlPayload->deviceLength; in agtiapi_getdevlist()574 …load->datasize =load->datasize - sizeof(tdDeviceInfoIOCTL_t) * (pDeviceList->deviceLength - pDevic… in agtiapi_CharIoctl()