Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dresource.c461 int (*preproc)(struct acpi_resource *, void *); member
492 if (c->preproc) { in acpi_dev_process_resource()
495 ret = c->preproc(ares, c->preproc_data); in acpi_dev_process_resource()
548 int (*preproc)(struct acpi_resource *, void *), in acpi_dev_get_resources()
561 c.preproc = preproc; in acpi_dev_get_resources()
/linux-4.1.27/include/linux/
Dacpi.h317 int (*preproc)(struct acpi_resource *, void *),