Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dacpi_power_meter.c106 struct acpi_device **domain_devices; member
537 struct acpi_device *obj = resource->domain_devices[i]; in remove_domain_devices()
546 kfree(resource->domain_devices); in remove_domain_devices()
578 resource->domain_devices = kzalloc(sizeof(struct acpi_device *) * in read_domain_devices()
580 if (!resource->domain_devices) { in read_domain_devices()
603 resource->domain_devices[i] = NULL; in read_domain_devices()
605 &resource->domain_devices[i])) in read_domain_devices()
608 obj = resource->domain_devices[i]; in read_domain_devices()
615 resource->domain_devices[i] = NULL; in read_domain_devices()
623 kfree(resource->domain_devices); in read_domain_devices()
/linux-4.1.27/arch/arm/mach-shmobile/
Dsetup-r8a7740.c745 static struct pm_domain_device domain_devices[] __initdata = { in r8a7740_add_standard_devices() local
782 rmobile_add_devices_to_domains(domain_devices, in r8a7740_add_standard_devices()
783 ARRAY_SIZE(domain_devices)); in r8a7740_add_standard_devices()
Dboard-armadillo800eva.c1228 static struct pm_domain_device domain_devices[] __initdata = { in eva_init() local
1325 rmobile_add_devices_to_domains(domain_devices, in eva_init()
1326 ARRAY_SIZE(domain_devices)); in eva_init()