Searched refs:acpi_table (Results 1 – 4 of 4) sorted by relevance
18 struct acpi_table { struct28 struct acpi_table *table; in acpi_table_aml_write() argument34 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()
200 unsigned long root_table, acpi_table; in get_acpi_srat_table() local245 acpi_table = *(u32 *)entry; in get_acpi_srat_table()247 acpi_table = *(u64 *)entry; in get_acpi_srat_table()249 if (acpi_table) { in get_acpi_srat_table()250 header = (struct acpi_table_header *)acpi_table; in get_acpi_srat_table()253 return acpi_table; in get_acpi_srat_table()
44 let acpi_table = match T::ACPI_ID_TABLE { in register() localVariable55 (*pdrv.get()).driver.acpi_match_table = acpi_table; in register()
120 let acpi_table = match T::ACPI_ID_TABLE { in register() localVariable133 (*idrv.get()).driver.acpi_match_table = acpi_table; in register()