Lines Matching full:descriptor

129  *              user_function       - Called once for each descriptor found. If
155 /* The absolute minimum resource template is one end_tag descriptor */ in acpi_ut_walk_aml_resources()
165 /* Walk the byte list, abort on any invalid descriptor type or length */ in acpi_ut_walk_aml_resources()
175 * Exit on failure. Cannot continue because the descriptor in acpi_ut_walk_aml_resources()
181 /* Get the length of this descriptor */ in acpi_ut_walk_aml_resources()
196 /* An end_tag descriptor terminates this resource template */ in acpi_ut_walk_aml_resources()
230 /* Did not find an end_tag descriptor */ in acpi_ut_walk_aml_resources()
253 * aml - Pointer to the raw AML resource descriptor
259 * DESCRIPTION: Validate an AML resource descriptor by checking the Resource
283 * Byte 0 contains the descriptor name (Resource Type) in acpi_ut_validate_resource()
371 "Invalid/unsupported SerialBus resource descriptor: BusType 0x%2.2X", in acpi_ut_validate_resource()
391 "Invalid/unsupported resource descriptor: Type 0x%2.2X", in acpi_ut_validate_resource()
400 "Invalid resource descriptor length: Type " in acpi_ut_validate_resource()
412 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
415 * Large/Small descriptor bit -- this is left alone)
418 * a resource descriptor.
427 * Byte 0 contains the descriptor name (Resource Type) in acpi_ut_get_resource_type()
446 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
450 * DESCRIPTION: Get the "Resource Length" of a raw AML descriptor. By
451 * definition, this does not include the size of the descriptor
463 * Byte 0 contains the descriptor name (Resource Type) in acpi_ut_get_resource_length()
486 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
488 * RETURN: Length of the AML header (depends on large/small descriptor)
511 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
515 * DESCRIPTION: Get the total byte length of a raw AML descriptor, including the
516 * length of the descriptor header and the length field itself.
517 * Used to walk descriptor lists.
542 * DESCRIPTION: Find the end_tag resource descriptor in an AML resource template