HomeSort by: relevance | last modified time | path
    Searched refs:ucRecordSize (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser.c 250 !header->ucRecordSize)
254 && sizeof(ATOM_I2C_RECORD) <= header->ucRecordSize) {
262 offset += header->ucRecordSize;
312 offset += header->ucRecordSize;
315 !header->ucRecordSize)
322 if (sizeof(ATOM_CONNECTOR_DEVICE_TAG) > header->ucRecordSize)
891 !header->ucRecordSize)
895 && sizeof(ATOM_HPD_INT_RECORD) <= header->ucRecordSize)
898 offset += header->ucRecordSize;
1530 offset += header->ucRecordSize;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.c 389 while (record->ucRecordSize > 0 &&
400 ((char *)record + record->ucRecordSize);
435 while (record->ucRecordSize > 0 &&
470 ((char *)record + record->ucRecordSize);
498 while (record->ucRecordSize > 0 &&
528 ucRecordSize);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 667 while (record->ucRecordSize > 0 &&
678 ((char *)record + record->ucRecordSize);
716 while (record->ucRecordSize > 0 &&
751 ((char *)record + record->ucRecordSize);
779 while (record->ucRecordSize > 0 &&
809 ucRecordSize);
atombios.h 4175 UCHAR ucRecordSize; //The size of the whole record in byte
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atombios.h 4674 UCHAR ucRecordSize; //The size of the whole record in byte

Completed in 61 milliseconds