Lines Matching defs:context
19 static void ACPI_SYSTEM_XFACE acpi_ev_asynch_execute_gpe_method(void *context);
21 static void ACPI_SYSTEM_XFACE acpi_ev_asynch_enable_gpe(void *context);
450 * the control method itself is not executed in the context of
455 static void ACPI_SYSTEM_XFACE acpi_ev_asynch_execute_gpe_method(void *context)
457 struct acpi_gpe_event_info *gpe_event_info = context;
552 static void ACPI_SYSTEM_XFACE acpi_ev_asynch_enable_gpe(void *context)
554 struct acpi_gpe_event_info *gpe_event_info = context;
618 * task and irq context in parallel as long as the process to
718 gpe_handler_info->context);
808 context);