Lines Matching full:descriptor
126 * user_function - Called once for each descriptor found. If
152 /* The absolute minimum resource template is one end_tag descriptor */ in acpi_ut_walk_aml_resources()
162 /* Walk the byte list, abort on any invalid descriptor type or length */ in acpi_ut_walk_aml_resources()
172 * Exit on failure. Cannot continue because the descriptor in acpi_ut_walk_aml_resources()
178 /* Get the length of this descriptor */ in acpi_ut_walk_aml_resources()
193 /* An end_tag descriptor terminates this resource template */ in acpi_ut_walk_aml_resources()
227 /* Did not find an end_tag descriptor */ in acpi_ut_walk_aml_resources()
250 * aml - Pointer to the raw AML resource descriptor
256 * DESCRIPTION: Validate an AML resource descriptor by checking the Resource
280 * Byte 0 contains the descriptor name (Resource Type) in acpi_ut_validate_resource()
368 "Invalid/unsupported SerialBus resource descriptor: BusType 0x%2.2X", in acpi_ut_validate_resource()
388 "Invalid/unsupported resource descriptor: Type 0x%2.2X", in acpi_ut_validate_resource()
397 "Invalid resource descriptor length: Type " in acpi_ut_validate_resource()
409 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
412 * Large/Small descriptor bit -- this is left alone)
415 * a resource descriptor.
424 * Byte 0 contains the descriptor name (Resource Type) in acpi_ut_get_resource_type()
443 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
447 * DESCRIPTION: Get the "Resource Length" of a raw AML descriptor. By
448 * definition, this does not include the size of the descriptor
460 * Byte 0 contains the descriptor name (Resource Type) in acpi_ut_get_resource_length()
483 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
485 * RETURN: Length of the AML header (depends on large/small descriptor)
508 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
512 * DESCRIPTION: Get the total byte length of a raw AML descriptor, including the
513 * length of the descriptor header and the length field itself.
514 * Used to walk descriptor lists.
539 * DESCRIPTION: Find the end_tag resource descriptor in an AML resource template