Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dacpi_power_meter.c96 struct acpi_device **domain_devices; member
205 struct acpi_device *obj = resource->domain_devices[i]; in remove_domain_devices()
215 kfree(resource->domain_devices); in remove_domain_devices()
248 resource->domain_devices = kzalloc_objs(struct acpi_device *, in read_domain_devices()
250 if (!resource->domain_devices) { in read_domain_devices()
274 resource->domain_devices[i] = obj; in read_domain_devices()
282 resource->domain_devices[i] = NULL; in read_domain_devices()
290 kfree(resource->domain_devices); in read_domain_devices()