Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/apei/
Dapei-base.c402 static int apei_resources_merge(struct apei_resources *resources1, in apei_resources_merge() argument
409 rc = apei_res_add(&resources1->iomem, res->start, in apei_resources_merge()
415 rc = apei_res_add(&resources1->ioport, res->start, in apei_resources_merge()
440 int apei_resources_sub(struct apei_resources *resources1, in apei_resources_sub() argument
445 rc = apei_res_sub(&resources1->iomem, &resources2->iomem); in apei_resources_sub()
448 return apei_res_sub(&resources1->ioport, &resources2->ioport); in apei_resources_sub()
Dapei-internal.h112 int apei_resources_sub(struct apei_resources *resources1,