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

/linux-master/drivers/acpi/acpica/
H A Dutresrc.c96 ACPI_FIXED_LENGTH, /* 0F end_tag */
130 * NULL, a pointer to the end_tag is returned
151 u8 end_tag[2] = { 0x79, 0x00 }; local
155 /* The absolute minimum resource template is one end_tag descriptor */
196 /* An end_tag descriptor terminates this resource template */
202 * the 2nd byte of the end_tag
215 /* Return the pointer to the end_tag if requested */
230 /* Did not find an end_tag descriptor */
234 /* Insert an end_tag anyway. acpi_rs_get_list_length always leaves room */
236 (void)acpi_ut_validate_resource(walk_state, end_tag,
552 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag) argument
[all...]
H A Dexconcat.c346 u8 *end_tag; local
354 * Find the end_tag descriptor in each resource template.
355 * Note1: returned pointers point TO the end_tag, not past it.
356 * Note2: zero-length buffers are allowed; treated like one end_tag
361 status = acpi_ut_get_resource_end_tag(operand0, &end_tag);
366 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer);
370 status = acpi_ut_get_resource_end_tag(operand1, &end_tag);
375 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer);
377 /* Combine both lengths, minimum size will be 2 for end_tag */
381 /* Create a new buffer object for the result (with one end_tag) */
[all...]
H A Damlresrc.h530 struct aml_resource_end_tag end_tag; member in union:aml_resource
H A Dacutils.h613 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag);
/linux-master/include/acpi/
H A Dacrestyp.h648 struct acpi_resource_end_tag end_tag; member in union:acpi_resource_data
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.h913 uint8_t end_tag; member in struct:vpd_config
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1018 u8 end_tag[2]; member in struct:bmic_host_wellness_driver_version
1049 buffer->end_tag[0] = 'Z';
1050 buffer->end_tag[1] = 'Z';
1067 u8 end_tag[2]; member in struct:bmic_host_wellness_time
1112 buffer->end_tag[0] = 'Z';
1113 buffer->end_tag[1] = 'Z';

Completed in 379 milliseconds