Lines Matching refs:preproc
632 int (*preproc)(struct acpi_resource *, void *);
663 if (c->preproc) {
666 ret = c->preproc(ares, c->preproc_data);
696 int (*preproc)(struct acpi_resource *, void *),
709 c.preproc = preproc;
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)(struct acpi_resource *, void *),
751 return __acpi_dev_get_resources(adev, list, preproc, preproc_data,