Searched refs:nhlt (Results 1 – 4 of 4) sorted by relevance
110 void* nhlt = (void*)(vaddr + page_offset); in nhlt_publish_metadata() local117 status = device_publish_metadata(dev, path, *(uint32_t*)MD_KEY_NHLT, nhlt, size); in nhlt_publish_metadata()
41 $(LOCAL_DIR)/nhlt.c \
196 nhlt_table_t* nhlt = reinterpret_cast<nhlt_table_t*>(nhlt_buf_); in ParseNhlt() local199 if (size < sizeof(*nhlt)) { in ParseNhlt()204 static_assert(sizeof(nhlt->header.signature) >= ACPI_NAME_SIZE, ""); in ParseNhlt()207 if (memcmp(nhlt->header.signature, ACPI_NHLT_SIGNATURE, ACPI_NAME_SIZE)) { in ParseNhlt()212 uint8_t count = nhlt->endpoint_desc_count; in ParseNhlt()222 size_t desc_offset = reinterpret_cast<uint8_t*>(nhlt->endpoints) - nhlt_buf_; in ParseNhlt()
118 void DumpNhlt(const nhlt_table_t* nhlt, size_t length);
Completed in 6 milliseconds