Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwmon/
H A Dacpi_power_meter.c94 struct acpi_device **domain_devices; member
203 struct acpi_device *obj = resource->domain_devices[i]; in remove_domain_devices()
213 kfree(resource->domain_devices); in remove_domain_devices()
246 resource->domain_devices = kcalloc(pss->package.count, in read_domain_devices()
249 if (!resource->domain_devices) { in read_domain_devices()
273 resource->domain_devices[i] = obj; in read_domain_devices()
281 resource->domain_devices[i] = NULL; in read_domain_devices()
289 kfree(resource->domain_devices); in read_domain_devices()