Lines Matching defs:function
46 acpi_osd_exec_callback function;
415 * __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
811 PCI_DEVFN(pci_id->device, pci_id->function),
839 PCI_DEVFN(pci_id->device, pci_id->function),
850 dpc->function(dpc->context);
889 int acpi_debugger_create_thread(acpi_osd_exec_callback function, void *context)
910 ret = func(function, context);
1058 * DESCRIPTION: Depending on type, either queues function for deferred execution or
1059 * immediately executes function on a separate thread.
1064 acpi_osd_exec_callback function, void *context)
1071 "Scheduling function [%p(%p)] for deferred execution.\n",
1072 function, context));
1075 ret = acpi_debugger_create_thread(function, context);
1096 dpc->function = function;
1220 * 'delete_semaphore()' function -- may result in an invalid
1356 acpi_status acpi_os_signal(u32 function, void *info)
1358 switch (function) {