Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
A Dutresrc.c148 u8 end_tag[2] = { 0x79, 0x00 }; in acpi_ut_walk_aml_resources() local
233 (void)acpi_ut_validate_resource(walk_state, end_tag, in acpi_ut_walk_aml_resources()
236 user_function(end_tag, 2, offset, resource_index, context); in acpi_ut_walk_aml_resources()
545 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag) in acpi_ut_get_resource_end_tag() argument
554 *end_tag = obj_desc->buffer.pointer; in acpi_ut_get_resource_end_tag()
562 (void **)end_tag); in acpi_ut_get_resource_end_tag()
A Dexconcat.c346 u8 *end_tag; in acpi_ex_concat_template() local
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()
A Damlresrc.h511 struct aml_resource_end_tag end_tag; member
A Dacutils.h598 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag);
/linux/include/acpi/
A Dacrestyp.h629 struct acpi_resource_end_tag end_tag; member
/linux/drivers/scsi/aic7xxx/
A Daic79xx.h913 uint8_t end_tag; member
/linux/drivers/scsi/smartpqi/
A Dsmartpqi_init.c937 u8 end_tag[2]; member
968 buffer->end_tag[0] = 'Z'; in pqi_write_driver_version_to_host_wellness()
969 buffer->end_tag[1] = 'Z'; in pqi_write_driver_version_to_host_wellness()
986 u8 end_tag[2]; member
1031 buffer->end_tag[0] = 'Z'; in pqi_write_current_time_to_host_wellness()
1032 buffer->end_tag[1] = 'Z'; in pqi_write_current_time_to_host_wellness()

Completed in 38 milliseconds