Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dresource.c472 int (*preproc)(struct acpi_resource *, void *); member
503 if (c->preproc) { in acpi_dev_process_resource()
506 ret = c->preproc(ares, c->preproc_data); in acpi_dev_process_resource()
559 int (*preproc)(struct acpi_resource *, void *), in acpi_dev_get_resources()
572 c.preproc = preproc; in acpi_dev_get_resources()
/linux-4.4.14/include/linux/
Dacpi.h326 int (*preproc)(struct acpi_resource *, void *),