Searched refs:user_function (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/acpi/acpica/ |
H A D | utresrc.c | 144 acpi_walk_aml_callback user_function, void **context) in acpi_ut_walk_aml_resources() argument 187 if (user_function) { in acpi_ut_walk_aml_resources() 189 user_function(aml, length, offset, resource_index, in acpi_ut_walk_aml_resources() 217 if (!user_function) { in acpi_ut_walk_aml_resources() 232 if (user_function) { in acpi_ut_walk_aml_resources() 239 user_function(end_tag, 2, offset, resource_index, context); in acpi_ut_walk_aml_resources()
|
H 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()
|
H 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()
|
H A D | acstruct.h | 117 acpi_walk_callback user_function; member
|
H A D | acutils.h | 597 acpi_walk_aml_callback user_function,
|
/linux/include/acpi/ |
H A D | acpixf.h | 521 acpi_walk_callback user_function, 816 user_function, 821 user_function, void *context))
|