Lines Matching defs:context
47 void *context;
75 * interrupt context, where we can't do the ioremap().
562 void *context)
584 acpi_irq_context = context;
608 * Running in interpreter thread context, safe to sleep
850 dpc->function(dpc->context);
889 int acpi_debugger_create_thread(acpi_osd_exec_callback function, void *context)
910 ret = func(function, context);
1064 acpi_osd_exec_callback function, void *context)
1072 function, context));
1075 ret = acpi_debugger_create_thread(function, context);
1097 dpc->context = context;