Searched refs:end_tag (Results 1 - 5 of 5) sorted by relevance

/drivers/acpi/acpica/
H A Dutresrc.c365 ACPI_FIXED_LENGTH, /* 0_f end_tag */
404 * NULL, a pointer to the end_tag is returned
424 u8 end_tag[2] = { 0x79, 0x00 }; local
428 /* The absolute minimum resource template is one end_tag descriptor */
468 /* An end_tag descriptor terminates this resource template */
474 * the 2nd byte of the end_tag
480 /* Return the pointer to the end_tag if requested */
495 /* Did not find an end_tag descriptor */
499 /* Insert an end_tag anyway. acpi_rs_get_list_length always leaves room */
501 (void)acpi_ut_validate_resource(end_tag,
803 acpi_ut_get_resource_end_tag(union acpi_operand_object * obj_desc, u8 ** end_tag) argument
[all...]
H A Dexmisc.c167 u8 *end_tag; local
175 * Find the end_tag descriptor in each resource template.
176 * Note1: returned pointers point TO the end_tag, not past it.
177 * Note2: zero-length buffers are allowed; treated like one end_tag
182 status = acpi_ut_get_resource_end_tag(operand0, &end_tag);
187 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer);
191 status = acpi_ut_get_resource_end_tag(operand1, &end_tag);
196 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer);
198 /* Combine both lengths, minimum size will be 2 for end_tag */
202 /* Create a new buffer object for the result (with one end_tag) */
[all...]
H A Damlresrc.h419 struct aml_resource_end_tag end_tag; member in union:aml_resource
H A Dacutils.h526 u8 ** end_tag);
/drivers/scsi/aic7xxx/
H A Daic79xx.h916 uint8_t end_tag; member in struct:vpd_config

Completed in 357 milliseconds