Searched refs:acpi_handle_err (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/acpi/ |
D | dock.c | 348 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()
|
D | bus.c | 381 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()
|
D | device_sysfs.c | 109 acpi_handle_err(dn->handle, "Failed to expose (%d)\n", ret); in acpi_expose_nondev_subnodes()
|
D | scan.c | 615 acpi_handle_err(device->handle, in acpi_device_add()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 293 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()
|
D | sgi_hotplug.c | 554 acpi_handle_err(ssdt_hdl, in disable_slot()
|
/linux-4.4.14/include/linux/ |
D | acpi.h | 714 #define acpi_handle_err(handle, fmt, ...) \ macro
|