Searched refs:deviceLength (Results 1 – 2 of 2) sorted by relevance
358 bit32 deviceLength; // the length of tdDeviceInfoIOCTL_t array member
310 if (MaxDeviceCount > pIoctlPayload->deviceLength ) in agtiapi_getdevlist()312 …MaxDeviceCount: %d > Requested device length: %d\n", MaxDeviceCount, pIoctlPayload->deviceLength ); in agtiapi_getdevlist()313 MaxDeviceCount = pIoctlPayload->deviceLength; in agtiapi_getdevlist()316 …MaxDeviceCount: %d > Requested device length: %d\n", MaxDeviceCount, pIoctlPayload->deviceLength ); in agtiapi_getdevlist()342 if (total > pIoctlPayload->deviceLength) in agtiapi_getdevlist()344 total = pIoctlPayload->deviceLength; in agtiapi_getdevlist()567 …load->datasize =load->datasize - sizeof(tdDeviceInfoIOCTL_t) * (pDeviceList->deviceLength - pDevic… in agtiapi_CharIoctl()