Home
last modified time | relevance | path

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

/drivers/acpi/
A Dacpi_configfs.c18 struct acpi_table { struct
28 struct acpi_table *table; in acpi_table_aml_write() argument
34 table = container_of(cfg, struct acpi_table, cfg); in acpi_table_aml_write()
51 table = container_of(cfg, struct acpi_table, cfg); in acpi_table_aml_write()
68 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in get_header()
211 struct acpi_table *table; in acpi_table_make_item()
224 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in acpi_table_drop_item()
/drivers/gpu/drm/amd/amdkfd/
A Dkfd_crat.c1876 struct acpi_table_header *acpi_table; in kfd_create_vcrat_image_cpu() local
1901 status = acpi_get_table("DSDT", 0, &acpi_table); in kfd_create_vcrat_image_cpu()
1905 crat_table->oem_revision = acpi_table->revision; in kfd_create_vcrat_image_cpu()
1906 memcpy(crat_table->oem_id, acpi_table->oem_id, in kfd_create_vcrat_image_cpu()
1908 memcpy(crat_table->oem_table_id, acpi_table->oem_table_id, in kfd_create_vcrat_image_cpu()
1910 acpi_put_table(acpi_table); in kfd_create_vcrat_image_cpu()

Completed in 8 milliseconds