Searched refs:preproc (Results 1 – 2 of 2) sorted by relevance
472 int (*preproc)(struct acpi_resource *, void *); member503 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()
326 int (*preproc)(struct acpi_resource *, void *),