Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser.c245 !header->ucRecordSize) in bios_parser_get_i2c_info()
249 && sizeof(ATOM_I2C_RECORD) <= header->ucRecordSize) { in bios_parser_get_i2c_info()
257 offset += header->ucRecordSize; in bios_parser_get_i2c_info()
307 offset += header->ucRecordSize; in bios_parser_get_device_tag_record()
310 !header->ucRecordSize) in bios_parser_get_device_tag_record()
317 if (sizeof(ATOM_CONNECTOR_DEVICE_TAG) > header->ucRecordSize) in bios_parser_get_device_tag_record()
886 !header->ucRecordSize) in get_hpd_record()
890 && sizeof(ATOM_HPD_INT_RECORD) <= header->ucRecordSize) in get_hpd_record()
893 offset += header->ucRecordSize; in get_hpd_record()
1521 offset += header->ucRecordSize; in get_encoder_cap_record()
[all …]
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.c382 while (record->ucRecordSize > 0 && in amdgpu_atombios_get_connector_info_from_object_table()
393 ((char *)record + record->ucRecordSize); in amdgpu_atombios_get_connector_info_from_object_table()
428 while (record->ucRecordSize > 0 && in amdgpu_atombios_get_connector_info_from_object_table()
463 ((char *)record + record->ucRecordSize); in amdgpu_atombios_get_connector_info_from_object_table()
491 while (record->ucRecordSize > 0 && in amdgpu_atombios_get_connector_info_from_object_table()
521 ucRecordSize); in amdgpu_atombios_get_connector_info_from_object_table()
/linux-5.19.10/drivers/gpu/drm/radeon/
Dradeon_atombios.c656 while (record->ucRecordSize > 0 && in radeon_get_atom_connector_info_from_object_table()
667 ((char *)record + record->ucRecordSize); in radeon_get_atom_connector_info_from_object_table()
705 while (record->ucRecordSize > 0 && in radeon_get_atom_connector_info_from_object_table()
740 ((char *)record + record->ucRecordSize); in radeon_get_atom_connector_info_from_object_table()
768 while (record->ucRecordSize > 0 && in radeon_get_atom_connector_info_from_object_table()
798 ucRecordSize); in radeon_get_atom_connector_info_from_object_table()
Datombios.h4173 UCHAR ucRecordSize; //The size of the whole record in byte member
/linux-5.19.10/drivers/gpu/drm/amd/include/
Datombios.h4672 UCHAR ucRecordSize; //The size of the whole record in byte member