Home
last modified time | relevance | path

Searched refs:usSize (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_dpm.c1069 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V2) && in r600_parse_extended_power_table()
1131 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V3) && in r600_parse_extended_power_table()
1167 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V4) && in r600_parse_extended_power_table()
1194 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V5) && in r600_parse_extended_power_table()
1225 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V6) && in r600_parse_extended_power_table()
1252 if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V7) && in r600_parse_extended_power_table()
Dpptable.h109 USHORT usSize; member
Datombios.h4020 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member
4029 USHORT usSize; //the size of ATOM_DISPLAY_OBJECT_PATH member
4569 USHORT usSize; //Size of Object member
4664 USHORT usSize; member
6576 USHORT usSize; // size of ATOM_VRAM_MODULE_V3 member
7348 USHORT usSize; member
7354 USHORT usSize; member
7361 USHORT usSize; member
7368 USHORT usSize; member
Dradeon_atombios.c565 path_size += le16_to_cpu(path->usSize); in radeon_get_atom_connector_info_from_object_table()
645 for (j = 0; j < ((le16_to_cpu(path->usSize) - 8) / 2); j++) { in radeon_get_atom_connector_info_from_object_table()
3425 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize); in atom_lookup_voltage_object_v3()
3834 if (le16_to_cpu(vram_module->usSize) == 0) in radeon_atom_get_memory_info()
3837 ((u8 *)vram_module + le16_to_cpu(vram_module->usSize)); in radeon_atom_get_memory_info()