Home
last modified time | relevance | path

Searched refs:end_tag (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutresrc.c93 ACPI_FIXED_LENGTH, /* 0F end_tag */
126 * NULL, a pointer to the end_tag is returned
147 u8 end_tag[2] = { 0x79, 0x00 }; in acpi_ut_walk_aml_resources() local
151 /* The absolute minimum resource template is one end_tag descriptor */ in acpi_ut_walk_aml_resources()
192 /* An end_tag descriptor terminates this resource template */ in acpi_ut_walk_aml_resources()
198 * the 2nd byte of the end_tag in acpi_ut_walk_aml_resources()
211 /* Return the pointer to the end_tag if requested */ in acpi_ut_walk_aml_resources()
226 /* Did not find an end_tag descriptor */ in acpi_ut_walk_aml_resources()
230 /* Insert an end_tag anyway. acpi_rs_get_list_length always leaves room */ in acpi_ut_walk_aml_resources()
232 (void)acpi_ut_validate_resource(walk_state, end_tag, in acpi_ut_walk_aml_resources()
544 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag) acpi_ut_get_resource_end_tag() argument
[all...]
H A Dexconcat.c346 u8 *end_tag; in acpi_ex_concat_template() local
354 * Find the end_tag descriptor in each resource template. in acpi_ex_concat_template()
355 * Note1: returned pointers point TO the end_tag, not past it. in acpi_ex_concat_template()
356 * Note2: zero-length buffers are allowed; treated like one end_tag in acpi_ex_concat_template()
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()
377 /* Combine both lengths, minimum size will be 2 for end_tag */ in acpi_ex_concat_template()
381 /* Create a new buffer object for the result (with one end_tag) */ in acpi_ex_concat_template()
[all...]
H A Damlresrc.h495 struct aml_resource_end_tag end_tag; member
H A Dacutils.h597 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag);
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutresrc.c96 ACPI_FIXED_LENGTH, /* 0F end_tag */
130 * NULL, a pointer to the end_tag is returned
151 u8 end_tag[2] = { 0x79, 0x00 }; in acpi_ut_walk_aml_resources() local
155 /* The absolute minimum resource template is one end_tag descriptor */ in acpi_ut_walk_aml_resources()
196 /* An end_tag descriptor terminates this resource template */ in acpi_ut_walk_aml_resources()
202 * the 2nd byte of the end_tag in acpi_ut_walk_aml_resources()
215 /* Return the pointer to the end_tag if requested */ in acpi_ut_walk_aml_resources()
230 /* Did not find an end_tag descriptor */ in acpi_ut_walk_aml_resources()
234 /* Insert an end_tag anyway. acpi_rs_get_list_length always leaves room */ in acpi_ut_walk_aml_resources()
236 (void)acpi_ut_validate_resource(walk_state, end_tag, in acpi_ut_walk_aml_resources()
552 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag) acpi_ut_get_resource_end_tag() argument
[all...]
H A Dexconcat.c346 u8 *end_tag; in acpi_ex_concat_template() local
354 * Find the end_tag descriptor in each resource template. in acpi_ex_concat_template()
355 * Note1: returned pointers point TO the end_tag, not past it. in acpi_ex_concat_template()
356 * Note2: zero-length buffers are allowed; treated like one end_tag in acpi_ex_concat_template()
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()
377 /* Combine both lengths, minimum size will be 2 for end_tag */ in acpi_ex_concat_template()
381 /* Create a new buffer object for the result (with one end_tag) */ in acpi_ex_concat_template()
[all...]
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);
/kernel/linux/linux-5.10/include/acpi/
H A Dacrestyp.h623 struct acpi_resource_end_tag end_tag; member
/kernel/linux/linux-6.6/include/acpi/
H A Dacrestyp.h648 struct acpi_resource_end_tag end_tag; member
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx.h913 uint8_t end_tag; member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx.h913 uint8_t end_tag; member
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c768 u8 end_tag[2]; member
799 buffer->end_tag[0] = 'Z'; in pqi_write_driver_version_to_host_wellness()
800 buffer->end_tag[1] = 'Z'; in pqi_write_driver_version_to_host_wellness()
817 u8 end_tag[2]; member
862 buffer->end_tag[0] = 'Z'; in pqi_write_current_time_to_host_wellness()
863 buffer->end_tag[1] = 'Z'; in pqi_write_current_time_to_host_wellness()
/kernel/linux/linux-6.6/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()

Completed in 34 milliseconds