Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Ddock.c348 acpi_handle_err(ds->handle, "Failed to execute _DCK (0x%x)\n", in handle_dock()
424 acpi_handle_err(ds->handle, "Unable to undock!\n"); in handle_eject_request()
473 acpi_handle_err(handle, "Unable to dock!\n"); in dock_notify()
661 acpi_handle_err(handle, "%s encountered error %d\n", __func__, ret); in acpi_dock_add()
Dbus.c381 acpi_handle_err(handle, "Device cannot be configured due " in acpi_bus_notify()
386 acpi_handle_err(handle, "Device cannot be configured due " in acpi_bus_notify()
391 acpi_handle_err(handle, "Device has suffered a power fault\n"); in acpi_bus_notify()
Ddevice_sysfs.c109 acpi_handle_err(dn->handle, "Failed to expose (%d)\n", ret); in acpi_expose_nondev_subnodes()
Dscan.c615 acpi_handle_err(device->handle, in acpi_device_add()
/linux-4.4.14/drivers/pci/hotplug/
Dacpiphp_glue.c293 acpi_handle_err(handle, "No hotplug context\n"); in acpiphp_add_context()
841 acpi_handle_err(handle, "No memory for bridge object\n"); in acpiphp_enumerate_slots()
896 acpi_handle_err(handle, "failed to register slots\n"); in acpiphp_enumerate_slots()
988 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.4.14/include/linux/
Dacpi.h714 #define acpi_handle_err(handle, fmt, ...) \ macro