Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwmon/
Dacpi_power_meter.c93 struct acpi_device **domain_devices; member
527 struct acpi_device *obj = resource->domain_devices[i]; in remove_domain_devices()
536 kfree(resource->domain_devices); in remove_domain_devices()
568 resource->domain_devices = kcalloc(pss->package.count, in read_domain_devices()
571 if (!resource->domain_devices) { in read_domain_devices()
594 resource->domain_devices[i] = NULL; in read_domain_devices()
596 &resource->domain_devices[i])) in read_domain_devices()
599 obj = resource->domain_devices[i]; in read_domain_devices()
606 resource->domain_devices[i] = NULL; in read_domain_devices()
614 kfree(resource->domain_devices); in read_domain_devices()