Home
last modified time | relevance | path

Searched refs:acpi_handle_err (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/acpi/
Ddock.c352 acpi_handle_err(ds->handle, "Failed to execute _DCK (0x%x)\n", in handle_dock()
428 acpi_handle_err(ds->handle, "Unable to undock!\n"); in handle_eject_request()
477 acpi_handle_err(handle, "Unable to dock!\n"); in dock_notify()
665 acpi_handle_err(handle, "%s encountered error %d\n", __func__, ret); in acpi_dock_add()
Dbus.c389 acpi_handle_err(handle, "Device cannot be configured due " in acpi_bus_notify()
394 acpi_handle_err(handle, "Device cannot be configured due " in acpi_bus_notify()
399 acpi_handle_err(handle, "Device has suffered a power fault\n"); in acpi_bus_notify()
Dscan.c1399 acpi_handle_err(device->handle, in acpi_device_add()
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_glue.c293 acpi_handle_err(handle, "No hotplug context\n"); in acpiphp_add_context()
842 acpi_handle_err(handle, "No memory for bridge object\n"); in acpiphp_enumerate_slots()
897 acpi_handle_err(handle, "failed to register slots\n"); in acpiphp_enumerate_slots()
989 acpi_handle_err(handle, "_EJ0 failed\n"); in acpiphp_disable_and_eject_slot()
Dsgi_hotplug.c554 acpi_handle_err(ssdt_hdl, in disable_slot()
/linux-4.1.27/include/linux/
Dacpi.h674 #define acpi_handle_err(handle, fmt, ...) \ macro