Searched refs:end_tag (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | utresrc.c | 147 u8 end_tag[2] = { 0x79, 0x00 }; in acpi_ut_walk_aml_resources() local 232 (void)acpi_ut_validate_resource(walk_state, end_tag, in acpi_ut_walk_aml_resources() 235 user_function(end_tag, 2, offset, resource_index, context); in acpi_ut_walk_aml_resources() 544 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag) in acpi_ut_get_resource_end_tag() argument 553 *end_tag = obj_desc->buffer.pointer; in acpi_ut_get_resource_end_tag() 561 (void **)end_tag); in acpi_ut_get_resource_end_tag()
|
| H A D | exconcat.c | 346 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 D | amlresrc.h | 495 struct aml_resource_end_tag end_tag; member
|
| H A D | acutils.h | 597 acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag);
|
| /OK3568_Linux_fs/u-boot/board/raspberrypi/rpi/ |
| H A D | rpi.c | 37 u32 end_tag; member 43 u32 end_tag; member 49 u32 end_tag; member 55 u32 end_tag; member 61 u32 end_tag; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/ |
| H A D | msg.c | 15 u32 end_tag; member 21 u32 end_tag; member 27 u32 end_tag; member 41 u32 end_tag; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/include/mach/ |
| H A D | mbox.h | 82 (_m_)->end_tag = 0; \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/ |
| H A D | rkvi_demo.c | 105 uint16_t end_tag = END_TAG; in capture_raw() local
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | acrestyp.h | 623 struct acpi_resource_end_tag end_tag; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.h | 913 uint8_t end_tag; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/ |
| H A D | smartpqi_init.c | 768 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | number.hpp | 1196 typedef typename end_type::tag_type end_tag; in do_assign_function() typedef 1197 do_assign_function_2(e.left().value(), e.middle_ref(), e.right_ref(), tag_type(), end_tag()); in do_assign_function()
|