Lines Matching defs:context
462 if (adev->wakeup.context.func) {
464 adev->wakeup.context.func,
465 dev_name(adev->wakeup.context.dev));
466 adev->wakeup.context.func(&adev->wakeup.context);
487 void (*func)(struct acpi_device_wakeup_context *context))
507 adev->wakeup.context.dev = dev;
508 adev->wakeup.context.func = func;
537 adev->wakeup.context.func = NULL;
538 adev->wakeup.context.dev = NULL;
738 * @context: Device wakeup context.
740 static void acpi_pm_notify_work_func(struct acpi_device_wakeup_context *context)
742 struct device *dev = context->dev;