Searched refs:end_tag (Results 1 – 6 of 6) sorted by relevance
/drivers/acpi/acpica/ |
D | utresrc.c | 420 u8 end_tag[2] = { 0x79, 0x00 }; in acpi_ut_walk_aml_resources() local 498 (void)acpi_ut_validate_resource(walk_state, end_tag, in acpi_ut_walk_aml_resources() 501 user_function(end_tag, 2, offset, resource_index, context); in acpi_ut_walk_aml_resources() 810 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag) in acpi_ut_get_resource_end_tag() argument 819 *end_tag = obj_desc->buffer.pointer; in acpi_ut_get_resource_end_tag() 827 (void **)end_tag); in acpi_ut_get_resource_end_tag()
|
D | exconcat.c | 380 u8 *end_tag; in acpi_ex_concat_template() local 395 status = acpi_ut_get_resource_end_tag(operand0, &end_tag); in acpi_ex_concat_template() 400 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer); in acpi_ex_concat_template() 404 status = acpi_ut_get_resource_end_tag(operand1, &end_tag); in acpi_ex_concat_template() 409 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer); in acpi_ex_concat_template()
|
D | amlresrc.h | 430 struct aml_resource_end_tag end_tag; member
|
D | acutils.h | 600 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag);
|
/drivers/scsi/smartpqi/ |
D | smartpqi_init.c | 476 u8 end_tag[2]; member 505 buffer->end_tag[0] = 'Z'; in pqi_write_driver_version_to_host_wellness() 506 buffer->end_tag[1] = 'Z'; in pqi_write_driver_version_to_host_wellness() 523 u8 end_tag[2]; member 568 buffer->end_tag[0] = 'Z'; in pqi_write_current_time_to_host_wellness() 569 buffer->end_tag[1] = 'Z'; in pqi_write_current_time_to_host_wellness()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 916 uint8_t end_tag; member
|