Searched refs:ucRecordSize (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c247 !header->ucRecordSize)
251 && sizeof(ATOM_I2C_RECORD) <= header->ucRecordSize) {
259 offset += header->ucRecordSize;
309 offset += header->ucRecordSize;
312 !header->ucRecordSize)
319 if (sizeof(ATOM_CONNECTOR_DEVICE_TAG) > header->ucRecordSize)
889 !header->ucRecordSize)
893 && sizeof(ATOM_HPD_INT_RECORD) <= header->ucRecordSize)
896 offset += header->ucRecordSize;
1526 offset += header->ucRecordSize;
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c382 while (record->ucRecordSize > 0 &&
393 ((char *)record + record->ucRecordSize);
428 while (record->ucRecordSize > 0 &&
463 ((char *)record + record->ucRecordSize);
491 while (record->ucRecordSize > 0 &&
521 ucRecordSize);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c657 while (record->ucRecordSize > 0 &&
668 ((char *)record + record->ucRecordSize);
706 while (record->ucRecordSize > 0 &&
741 ((char *)record + record->ucRecordSize);
769 while (record->ucRecordSize > 0 &&
799 ucRecordSize);
H A Datombios.h4173 UCHAR ucRecordSize; //The size of the whole record in byte member in struct:_ATOM_COMMON_RECORD_HEADER
/linux-master/drivers/gpu/drm/amd/include/
H A Datombios.h4672 UCHAR ucRecordSize; //The size of the whole record in byte member in struct:_ATOM_COMMON_RECORD_HEADER

Completed in 337 milliseconds