Searched defs:acpi_nfit_desc (Results 1 – 1 of 1) sorted by relevance
97 struct acpi_nfit_desc { struct98 struct nvdimm_bus_descriptor nd_desc;99 struct acpi_table_header acpi_header;100 struct acpi_nfit_header *nfit;101 struct mutex spa_map_mutex;102 struct mutex init_mutex;103 struct list_head spa_maps;104 struct list_head memdevs;105 struct list_head flushes;106 struct list_head dimms;[all …]