Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/acpi/
Dresource.c618 int (*preproc)(struct acpi_resource *, void *); member
649 if (c->preproc) { in acpi_dev_process_resource()
652 ret = c->preproc(ares, c->preproc_data); in acpi_dev_process_resource()
682 int (*preproc)(struct acpi_resource *, void *), in __acpi_dev_get_resources()
695 c.preproc = preproc; in __acpi_dev_get_resources()
734 int (*preproc)(struct acpi_resource *, void *), in acpi_dev_get_resources()
737 return __acpi_dev_get_resources(adev, list, preproc, preproc_data, in acpi_dev_get_resources()
/Linux-v6.1/include/linux/
Dacpi.h508 int (*preproc)(struct acpi_resource *, void *),