Home
last modified time | relevance | path

Searched refs:user_function (Results 1 – 6 of 6) sorted by relevance

/drivers/acpi/
Dpci_slot.c118 acpi_walk_callback user_function; /* only for walk_p2p_bridge */ member
192 acpi_walk_callback user_function; in walk_p2p_bridge() local
200 user_function = parent_context->user_function; in walk_p2p_bridge()
218 child_context.user_function = user_function; in walk_p2p_bridge()
223 user_function, NULL, &child_context, NULL); in walk_p2p_bridge()
243 walk_root_bridge(acpi_handle handle, acpi_walk_callback user_function) in walk_root_bridge() argument
276 context.user_function = user_function; in walk_root_bridge()
281 user_function, NULL, &context, NULL); in walk_root_bridge()
/drivers/acpi/acpica/
Dutresrc.c417 acpi_walk_aml_callback user_function, void **context) in acpi_ut_walk_aml_resources() argument
459 if (user_function) { in acpi_ut_walk_aml_resources()
461 user_function(aml, length, offset, resource_index, in acpi_ut_walk_aml_resources()
482 if (!user_function) { in acpi_ut_walk_aml_resources()
497 if (user_function) { in acpi_ut_walk_aml_resources()
503 user_function(end_tag, 2, offset, resource_index, context); in acpi_ut_walk_aml_resources()
Dnsxfeval.c638 status = info->user_function(obj_handle, nesting_level, info->context, in ACPI_EXPORT_SYMBOL()
670 acpi_walk_callback user_function, in acpi_get_devices() argument
680 if (!user_function) { in acpi_get_devices()
690 info.user_function = user_function; in acpi_get_devices()
Drsxface.c545 acpi_walk_resource_callback user_function, void *context) in acpi_walk_resources() argument
556 if (!device_handle || !user_function || !name || in acpi_walk_resources()
590 status = user_function(resource, context); in acpi_walk_resources()
Dacstruct.h149 acpi_walk_callback user_function; member
Dacutils.h511 acpi_walk_aml_callback user_function,