DISPLAY_NAME
if (check_property_type(enumeration, DISPLAY_NAME, ACPI_TYPE_STRING))
enumeration_obj[DISPLAY_NAME].string.pointer);
if (check_property_type(integer, DISPLAY_NAME, ACPI_TYPE_STRING))
integer_obj[DISPLAY_NAME].string.pointer);
if (check_property_type(str, DISPLAY_NAME, ACPI_TYPE_STRING))
str_obj[DISPLAY_NAME].string.pointer);