Home
last modified time | relevance | path

Searched refs:preproc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
H A Dresource.c632 int (*preproc)(struct acpi_resource *, void *); member
663 if (c->preproc) { in acpi_dev_process_resource()
666 ret = c->preproc(ares, c->preproc_data); in acpi_dev_process_resource()
696 int (*preproc)(struct acpi_resource *, void *), in __acpi_dev_get_resources()
709 c.preproc = preproc; in __acpi_dev_get_resources()
727 * @preproc: The caller's preprocessing routine.
731 * (1) executing the @preproc() rountine provided by the caller, passing the
734 * resource objects if possible. If the return value of @preproc() in step (1)
748 int (*preproc)(struc in acpi_dev_get_resources()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dresource.c783 int (*preproc)(struct acpi_resource *, void *); member
814 if (c->preproc) { in acpi_dev_process_resource()
817 ret = c->preproc(ares, c->preproc_data); in acpi_dev_process_resource()
847 int (*preproc)(struct acpi_resource *, void *), in __acpi_dev_get_resources()
860 c.preproc = preproc; in __acpi_dev_get_resources()
878 * @preproc: The caller's preprocessing routine.
882 * (1) executing the @preproc() routine provided by the caller, passing the
885 * resource objects if possible. If the return value of @preproc() in step (1)
899 int (*preproc)(struc in acpi_dev_get_resources()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dacpi.h486 int (*preproc)(struct acpi_resource *, void *),
/kernel/linux/linux-6.6/include/linux/
H A Dacpi.h497 int (*preproc)(struct acpi_resource *, void *),

Completed in 8 milliseconds