Lines Matching defs:function
44 acpi_osd_exec_callback function;
413 * __acpi_unmap_table() is an __init function, the __ref annotation is needed
632 * ktime_get() to implement this function because this function may get
633 * called after timekeeping has been suspended. Note: calling this function
808 PCI_DEVFN(pci_id->device, pci_id->function),
836 PCI_DEVFN(pci_id->device, pci_id->function),
847 dpc->function(dpc->context);
886 int acpi_debugger_create_thread(acpi_osd_exec_callback function, void *context)
907 ret = func(function, context);
1055 * DESCRIPTION: Depending on type, either queues function for deferred execution or
1056 * immediately executes function on a separate thread.
1061 acpi_osd_exec_callback function, void *context)
1068 "Scheduling function [%p(%p)] for deferred execution.\n",
1069 function, context));
1072 ret = acpi_debugger_create_thread(function, context);
1093 dpc->function = function;
1218 * 'delete_semaphore()' function -- may result in an invalid
1354 acpi_status acpi_os_signal(u32 function, void *info)
1356 switch (function) {