Home
last modified time | relevance | path

Searched refs:acpi_table (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/acpi/
Dacpi_configfs.c20 struct acpi_table { struct
30 struct acpi_table *table; in acpi_table_aml_write() argument
33 table = container_of(cfg, struct acpi_table, cfg); in acpi_table_aml_write()
50 table = container_of(cfg, struct acpi_table, cfg); in acpi_table_aml_write()
67 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in get_header()
210 struct acpi_table *table; in acpi_table_make_item()
223 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in acpi_table_drop_item()
/Linux-v5.4/arch/x86/boot/compressed/
Dacpi.c304 unsigned long root_table, acpi_table; in get_acpi_srat_table() local
350 acpi_table = *(u32 *)entry; in get_acpi_srat_table()
352 acpi_table = *(u64 *)entry; in get_acpi_srat_table()
354 if (acpi_table) { in get_acpi_srat_table()
355 header = (struct acpi_table_header *)acpi_table; in get_acpi_srat_table()
358 return acpi_table; in get_acpi_srat_table()
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.c932 struct acpi_table_header *acpi_table; in kfd_create_vcrat_image_cpu() local
957 status = acpi_get_table("DSDT", 0, &acpi_table); in kfd_create_vcrat_image_cpu()
961 crat_table->oem_revision = acpi_table->revision; in kfd_create_vcrat_image_cpu()
962 memcpy(crat_table->oem_id, acpi_table->oem_id, in kfd_create_vcrat_image_cpu()
964 memcpy(crat_table->oem_table_id, acpi_table->oem_table_id, in kfd_create_vcrat_image_cpu()