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