Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/apei/
Dapei-base.c398 static int apei_resources_merge(struct apei_resources *resources1, in apei_resources_merge() argument
405 rc = apei_res_add(&resources1->iomem, res->start, in apei_resources_merge()
411 rc = apei_res_add(&resources1->ioport, res->start, in apei_resources_merge()
436 int apei_resources_sub(struct apei_resources *resources1, in apei_resources_sub() argument
441 rc = apei_res_sub(&resources1->iomem, &resources2->iomem); in apei_resources_sub()
444 return apei_res_sub(&resources1->ioport, &resources2->ioport); in apei_resources_sub()
Dapei-internal.h112 int apei_resources_sub(struct apei_resources *resources1,