Searched refs:end_tag (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/acpi/acpica/ |
| H A D | utresrc.c | 96 ACPI_FIXED_LENGTH, /* 0F end_tag */ 130 * NULL, a pointer to the end_tag is returned 151 u8 end_tag[2] = { 0x79, 0x00 }; in acpi_ut_walk_aml_resources() local 155 /* The absolute minimum resource template is one end_tag descriptor */ in acpi_ut_walk_aml_resources() 226 /* An end_tag descriptor terminates this resource template */ in acpi_ut_walk_aml_resources() 232 * the 2nd byte of the end_tag in acpi_ut_walk_aml_resources() 245 /* Return the pointer to the end_tag if requested */ in acpi_ut_walk_aml_resources() 260 /* Did not find an end_tag descriptor */ 264 /* Insert an end_tag anyway. acpi_rs_get_list_length always leaves room */ 266 (void)acpi_ut_validate_resource(walk_state, end_tag, in acpi_ut_validate_resource() 548 acpi_ut_get_resource_end_tag(union acpi_operand_object * obj_desc,u8 ** end_tag) acpi_ut_get_resource_end_tag() argument [all...] |
| H A D | exconcat.c | 346 u8 *end_tag; in acpi_ex_concat_template() local 354 * Find the end_tag descriptor in each resource template. in acpi_ex_concat_template() 355 * Note1: returned pointers point TO the end_tag, not past it. in acpi_ex_concat_template() 356 * Note2: zero-length buffers are allowed; treated like one end_tag in acpi_ex_concat_template() 361 status = acpi_ut_get_resource_end_tag(operand0, &end_tag); in acpi_ex_concat_template() 366 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer); in acpi_ex_concat_template() 370 status = acpi_ut_get_resource_end_tag(operand1, &end_tag); in acpi_ex_concat_template() 375 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer); in acpi_ex_concat_template() 377 /* Combine both lengths, minimum size will be 2 for end_tag */ in acpi_ex_concat_template() 381 /* Create a new buffer object for the result (with one end_tag) */ in acpi_ex_concat_template() [all...] |
| H A D | amlresrc.h | 526 struct aml_resource_end_tag end_tag; member
|
| H A D | acutils.h | 613 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag);
|
| /linux/include/acpi/ |
| H A D | acrestyp.h | 649 struct acpi_resource_end_tag end_tag; 648 struct acpi_resource_end_tag end_tag; global() member
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.h | 913 uint8_t end_tag; member
|