Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_configfs.c21 struct acpi_table { struct
31 struct acpi_table *table; in acpi_table_aml_write() argument
37 table = container_of(cfg, struct acpi_table, cfg); in acpi_table_aml_write()
54 table = container_of(cfg, struct acpi_table, cfg); in acpi_table_aml_write()
71 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in get_header()
214 struct acpi_table *table; in acpi_table_make_item()
227 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in acpi_table_drop_item()
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dacpi.c304 unsigned long root_table, acpi_table; in get_acpi_srat_table() local
349 acpi_table = *(u32 *)entry; in get_acpi_srat_table()
351 acpi_table = *(u64 *)entry; in get_acpi_srat_table()
353 if (acpi_table) { in get_acpi_srat_table()
354 header = (struct acpi_table_header *)acpi_table; in get_acpi_srat_table()
357 return acpi_table; in get_acpi_srat_table()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c961 struct acpi_table_header *acpi_table; in kfd_create_vcrat_image_cpu() local
986 status = acpi_get_table("DSDT", 0, &acpi_table); in kfd_create_vcrat_image_cpu()
990 crat_table->oem_revision = acpi_table->revision; in kfd_create_vcrat_image_cpu()
991 memcpy(crat_table->oem_id, acpi_table->oem_id, in kfd_create_vcrat_image_cpu()
993 memcpy(crat_table->oem_table_id, acpi_table->oem_table_id, in kfd_create_vcrat_image_cpu()
995 acpi_put_table(acpi_table); in kfd_create_vcrat_image_cpu()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A DMakefile43 obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi_table.o