Searched refs:acpi_handle_err (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/acpi/ |
D | dock.c | 352 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()
|
D | bus.c | 389 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()
|
D | scan.c | 1399 acpi_handle_err(device->handle, in acpi_device_add()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 293 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()
|
D | sgi_hotplug.c | 554 acpi_handle_err(ssdt_hdl, in disable_slot()
|
/linux-4.1.27/include/linux/ |
D | acpi.h | 674 #define acpi_handle_err(handle, fmt, ...) \ macro
|