Searched refs:user_function (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/acpi/acpica/ |
A D | utresrc.c | 141 acpi_walk_aml_callback user_function, void **context) in acpi_ut_walk_aml_resources() argument 184 if (user_function) { in acpi_ut_walk_aml_resources() 186 user_function(aml, length, offset, resource_index, in acpi_ut_walk_aml_resources() 214 if (!user_function) { in acpi_ut_walk_aml_resources() 229 if (user_function) { in acpi_ut_walk_aml_resources() 236 user_function(end_tag, 2, offset, resource_index, context); in acpi_ut_walk_aml_resources()
|
A D | rsxface.c | 507 acpi_walk_resource_callback user_function, in acpi_walk_resource_buffer() argument 518 if (!buffer || !buffer->pointer || !user_function) { in acpi_walk_resource_buffer() 547 status = user_function(resource, context); in acpi_walk_resource_buffer() 596 acpi_walk_resource_callback user_function, void *context) in ACPI_EXPORT_SYMBOL() 605 if (!device_handle || !user_function || !name || in ACPI_EXPORT_SYMBOL() 623 status = acpi_walk_resource_buffer(&buffer, user_function, context); in ACPI_EXPORT_SYMBOL()
|
A D | nsxfeval.c | 740 status = info->user_function(obj_handle, nesting_level, in ACPI_EXPORT_SYMBOL() 772 acpi_walk_callback user_function, in acpi_get_devices() argument 782 if (!user_function) { in acpi_get_devices() 792 info.user_function = user_function; in acpi_get_devices()
|
A D | acstruct.h | 117 acpi_walk_callback user_function; member
|
A D | acutils.h | 582 acpi_walk_aml_callback user_function,
|
/linux/include/acpi/ |
A D | acpixf.h | 519 acpi_walk_callback user_function, 802 user_function, 807 user_function, void *context))
|
Completed in 13 milliseconds