Lines Matching defs:function
57 acpi_osd_exec_callback function;
303 * This function should be used to implement acpi_os_printf() to filter out
343 * This function should be used to implement acpi_os_get_line() to capture
392 acpi_osd_exec_callback function = NULL;
396 if (acpi_aml_io.function) {
398 function = acpi_aml_io.function;
403 if (function)
404 function(context);
419 * @function: the debugger thread callback
422 * This function should be used to implement acpi_os_execute() which is
425 static int acpi_aml_create_thread(acpi_osd_exec_callback function, void *context)
430 acpi_aml_io.function = function;