Searched refs:preproc_data (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/acpi/
H A Dresource.c473 void *preproc_data; member in struct:res_proc_context
506 ret = c->preproc(ares, c->preproc_data); acpi_dev_process_resource()
539 * @preproc_data: Pointer passed to the caller's preprocessing routine.
543 * resource pointer and @preproc_data to it as arguments, for each ACPI resource
560 void *preproc_data) acpi_dev_get_resources()
573 c.preproc_data = preproc_data; acpi_dev_get_resources()
558 acpi_dev_get_resources(struct acpi_device *adev, struct list_head *list, int (*preproc)(struct acpi_resource *, void *), void *preproc_data) acpi_dev_get_resources() argument
/linux-4.4.14/include/linux/
H A Dacpi.h327 void *preproc_data);

Completed in 103 milliseconds