Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/
Dresource.c500 int (*preproc)(struct acpi_resource *, void *); member
531 if (c->preproc) { in acpi_dev_process_resource()
534 ret = c->preproc(ares, c->preproc_data); in acpi_dev_process_resource()
564 int (*preproc)(struct acpi_resource *, void *), in __acpi_dev_get_resources()
577 c.preproc = preproc; in __acpi_dev_get_resources()
616 int (*preproc)(struct acpi_resource *, void *), in acpi_dev_get_resources()
619 return __acpi_dev_get_resources(adev, list, preproc, preproc_data, in acpi_dev_get_resources()
/Linux-v5.15/include/linux/
Dacpi.h483 int (*preproc)(struct acpi_resource *, void *),