Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/acpica/
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()
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.h511 struct aml_resource_end_tag end_tag; member
Dacutils.h598 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag);
/linux-5.19.10/include/acpi/
Dacrestyp.h629 struct acpi_resource_end_tag end_tag; member
/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx.h913 uint8_t end_tag; member
/linux-5.19.10/drivers/scsi/smartpqi/
Dsmartpqi_init.c947 u8 end_tag[2]; member
978 buffer->end_tag[0] = 'Z'; in pqi_write_driver_version_to_host_wellness()
979 buffer->end_tag[1] = 'Z'; in pqi_write_driver_version_to_host_wellness()
996 u8 end_tag[2]; member
1041 buffer->end_tag[0] = 'Z'; in pqi_write_current_time_to_host_wellness()
1042 buffer->end_tag[1] = 'Z'; in pqi_write_current_time_to_host_wellness()