Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A 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()
H 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()
H A Damlresrc.h530 struct aml_resource_end_tag end_tag; member
H A Dacutils.h613 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag);
/openbmc/u-boot/board/raspberrypi/rpi/
H A Drpi.c37 u32 end_tag; member
43 u32 end_tag; member
49 u32 end_tag; member
55 u32 end_tag; member
61 u32 end_tag; member
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c14 u32 end_tag; member
20 u32 end_tag; member
26 u32 end_tag; member
40 u32 end_tag; member
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.h81 (_m_)->end_tag = 0; \
/openbmc/linux/include/acpi/
H A Dacrestyp.h648 struct acpi_resource_end_tag end_tag; member
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h913 uint8_t end_tag; member
/openbmc/linux/drivers/scsi/smartpqi/
H A 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()