Searched refs:acpi_handle_debug (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/acpi/ |
D | bus.c | 149 acpi_handle_debug(handle, "Error attaching device data\n"); in acpi_bus_attach_private_data() 166 acpi_handle_debug(handle, "No context for object\n"); in acpi_bus_get_private_data() 365 acpi_handle_debug(handle, "ACPI_NOTIFY_BUS_CHECK event\n"); in acpi_bus_notify() 370 acpi_handle_debug(handle, "ACPI_NOTIFY_DEVICE_CHECK event\n"); in acpi_bus_notify() 375 acpi_handle_debug(handle, "ACPI_NOTIFY_DEVICE_WAKE event\n"); in acpi_bus_notify() 379 acpi_handle_debug(handle, "ACPI_NOTIFY_EJECT_REQUEST event\n"); in acpi_bus_notify() 384 acpi_handle_debug(handle, "ACPI_NOTIFY_DEVICE_CHECK_LIGHT event\n"); in acpi_bus_notify() 403 acpi_handle_debug(handle, "Unknown event type 0x%x\n", type); in acpi_bus_notify()
|
D | acpi_processor.c | 268 acpi_handle_debug(pr->handle, "failed to get CPU physical ID.\n"); in acpi_processor_get_info()
|
/linux-4.1.27/include/linux/ |
D | acpi.h | 684 #define acpi_handle_debug(handle, fmt, ...) \ macro 688 #define acpi_handle_debug(handle, fmt, ...) \ macro 696 #define acpi_handle_debug(handle, fmt, ...) \ macro
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 770 acpi_handle_debug(handle, "Bus check in %s()\n", __func__); in hotplug_event() 780 acpi_handle_debug(handle, "Device check in %s()\n", __func__); in hotplug_event() 795 acpi_handle_debug(handle, "Eject request in %s()\n", __func__); in hotplug_event()
|