Lines Matching defs:event
355 acpi_handle_debug(handle, "ACPI_NOTIFY_BUS_CHECK event\n");
360 acpi_handle_debug(handle, "ACPI_NOTIFY_DEVICE_CHECK event\n");
365 acpi_handle_debug(handle, "ACPI_NOTIFY_DEVICE_WAKE event\n");
369 acpi_handle_debug(handle, "ACPI_NOTIFY_EJECT_REQUEST event\n");
374 acpi_handle_debug(handle, "ACPI_NOTIFY_DEVICE_CHECK_LIGHT event\n");
393 acpi_handle_debug(handle, "Unknown event type 0x%x\n", type);
420 static void acpi_device_notify(acpi_handle handle, u32 event, void *data)
424 device->driver->ops.notify(device, event);
504 static void acpi_sb_notify(acpi_handle handle, u32 event, void *data)
508 if (event == ACPI_SB_NOTIFY_SHUTDOWN_REQUEST) {
512 pr_warn("event %x is not supported by \\_SB device\n", event);
1121 static acpi_status acpi_bus_table_handler(u32 event, void *table, void *context)
1123 acpi_scan_table_handler(event, table, context);
1125 return acpi_sysfs_table_handler(event, table, context);