Lines Matching refs:preproc
783 int (*preproc)(struct acpi_resource *, void *);
814 if (c->preproc) {
817 ret = c->preproc(ares, c->preproc_data);
847 int (*preproc)(struct acpi_resource *, void *),
860 c.preproc = preproc;
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)(struct acpi_resource *, void *),
902 return __acpi_dev_get_resources(adev, list, preproc, preproc_data,