Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/acpi/acpica/
Dutresrc.c151 u8 end_tag[2] = { 0x79, 0x00 }; in acpi_ut_walk_aml_resources() local
236 (void)acpi_ut_validate_resource(walk_state, end_tag, in acpi_ut_walk_aml_resources()
239 user_function(end_tag, 2, offset, resource_index, context); in acpi_ut_walk_aml_resources()
552 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag) in acpi_ut_get_resource_end_tag() argument
561 *end_tag = obj_desc->buffer.pointer; in acpi_ut_get_resource_end_tag()
569 (void **)end_tag); in acpi_ut_get_resource_end_tag()
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()
Damlresrc.h530 struct aml_resource_end_tag end_tag; member
Dacutils.h613 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag);
/linux-6.6.21/include/acpi/
Dacrestyp.h648 struct acpi_resource_end_tag end_tag; member
/linux-6.6.21/drivers/scsi/aic7xxx/
Daic79xx.h913 uint8_t end_tag; member
/linux-6.6.21/drivers/scsi/smartpqi/
Dsmartpqi_init.c1018 u8 end_tag[2]; member
1049 buffer->end_tag[0] = 'Z'; in pqi_write_driver_version_to_host_wellness()
1050 buffer->end_tag[1] = 'Z'; in pqi_write_driver_version_to_host_wellness()
1067 u8 end_tag[2]; member
1112 buffer->end_tag[0] = 'Z'; in pqi_write_current_time_to_host_wellness()
1113 buffer->end_tag[1] = 'Z'; in pqi_write_current_time_to_host_wellness()