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()
376 "Invalid/unsupported SerialBus resource descriptor: BusType 0x%2.2X", in acpi_ut_validate_resource()
395 "Invalid/unsupported resource descriptor: Type 0x%2.2X", in acpi_ut_validate_resource()
404 "Invalid resource descriptor length: Type " in acpi_ut_validate_resource()
416 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
419 * Large/Small descriptor bit -- this is left alone)
422 * a resource descriptor.
431 * Byte 0 contains the descriptor name (Resource Type) in acpi_ut_get_resource_type()
450 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
454 * DESCRIPTION: Get the "Resource Length" of a raw AML descriptor. By
455 * definition, this does not include the size of the descriptor
467 * Byte 0 contains the descriptor name (Resource Type) in acpi_ut_get_resource_length()
490 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
492 * RETURN: Length of the AML header (depends on large/small descriptor)
515 * PARAMETERS: aml - Pointer to the raw AML resource descriptor
519 * DESCRIPTION: Get the total byte length of a raw AML descriptor, including the
520 * length of the descriptor header and the length field itself.
521 * Used to walk descriptor lists.
546 * DESCRIPTION: Find the end_tag resource descriptor in an AML resource template