Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dacpi_memhotplug.c63 struct acpi_memory_device *mem_device = context; in acpi_memory_get_resource() local
73 list_for_each_entry(info, &mem_device->res_list, list) { in acpi_memory_get_resource()
92 list_add_tail(&new->list, &mem_device->res_list); in acpi_memory_get_resource()
98 acpi_memory_free_device_resources(struct acpi_memory_device *mem_device) in acpi_memory_free_device_resources() argument
102 list_for_each_entry_safe(info, n, &mem_device->res_list, list) in acpi_memory_free_device_resources()
104 INIT_LIST_HEAD(&mem_device->res_list); in acpi_memory_free_device_resources()
108 acpi_memory_get_device_resources(struct acpi_memory_device *mem_device) in acpi_memory_get_device_resources() argument
112 if (!list_empty(&mem_device->res_list)) in acpi_memory_get_device_resources()
115 status = acpi_walk_resources(mem_device->device->handle, METHOD_NAME__CRS, in acpi_memory_get_device_resources()
116 acpi_memory_get_resource, mem_device); in acpi_memory_get_device_resources()
[all …]