/Linux-v4.19/drivers/acpi/ |
D | sleep.c | 764 acpi_handle_debug(lps0_device_handle, "_DSM function 1 eval %s\n", in lpi_device_get_constraints() 776 acpi_handle_debug(lps0_device_handle, "LPI: constraints list begin:\n"); in lpi_device_get_constraints() 815 acpi_handle_debug(lps0_device_handle, in lpi_device_get_constraints() 840 acpi_handle_debug(lps0_device_handle, in lpi_device_get_constraints() 851 acpi_handle_debug(lps0_device_handle, in lpi_device_get_constraints() 859 acpi_handle_debug(lps0_device_handle, "LPI: constraints list end\n"); in lpi_device_get_constraints() 876 acpi_handle_debug(handle, in lpi_check_constraints() 905 acpi_handle_debug(lps0_device_handle, "_DSM function %u evaluation %s\n", in acpi_sleep_run_lps0_dsm() 941 acpi_handle_debug(adev->handle, "_DSM function mask: 0x%x\n", in lps0_device_attach() 944 acpi_handle_debug(adev->handle, in lps0_device_attach()
|
D | bus.c | 157 acpi_handle_debug(handle, "Error attaching device data\n"); in acpi_bus_attach_private_data() 174 acpi_handle_debug(handle, "No context for object\n"); in acpi_bus_get_private_data() 193 acpi_handle_debug(handle, "(%s): %s\n", context->uuid_str, error); in acpi_print_osc_error() 364 acpi_handle_debug(handle, "ACPI_NOTIFY_BUS_CHECK event\n"); in acpi_bus_notify() 369 acpi_handle_debug(handle, "ACPI_NOTIFY_DEVICE_CHECK event\n"); in acpi_bus_notify() 374 acpi_handle_debug(handle, "ACPI_NOTIFY_DEVICE_WAKE event\n"); in acpi_bus_notify() 378 acpi_handle_debug(handle, "ACPI_NOTIFY_EJECT_REQUEST event\n"); in acpi_bus_notify() 383 acpi_handle_debug(handle, "ACPI_NOTIFY_DEVICE_CHECK_LIGHT event\n"); in acpi_bus_notify() 402 acpi_handle_debug(handle, "Unknown event type 0x%x\n", type); in acpi_bus_notify()
|
D | device_pm.c | 405 acpi_handle_debug(handle, "Wake notify\n"); in acpi_pm_notify_handler() 416 acpi_handle_debug(handle, "Running %pF for %s\n", in acpi_pm_notify_handler()
|
D | acpi_processor.c | 294 acpi_handle_debug(pr->handle, "failed to get CPU physical ID.\n"); in acpi_processor_get_info()
|
D | button.c | 231 acpi_handle_debug(device->handle, "ACPI LID %s\n", in acpi_lid_notify_state()
|
D | property.c | 91 acpi_handle_debug(handle, "Invalid properties/subnodes data, skipping\n"); in acpi_nondev_subnode_extract() 370 acpi_handle_debug(adev->handle, "Invalid _DSD data, skipping\n"); in acpi_init_properties()
|
D | pci_link.c | 176 acpi_handle_debug(link->device->handle, "_PRS not present or invalid"); in acpi_pci_link_get_possible()
|
D | ec.c | 1636 acpi_handle_debug(ec->handle, "duplicated.\n"); in acpi_ec_add() 1657 acpi_handle_debug(ec->handle, "enumerated.\n"); in acpi_ec_add()
|
D | processor_idle.c | 1070 acpi_handle_debug(handle, "Found %d power states\n", state_idx); in acpi_processor_evaluate_lpi()
|
D | scan.c | 1508 acpi_handle_debug(adev->handle, in acpi_init_coherency()
|
/Linux-v4.19/drivers/platform/x86/ |
D | fujitsu-laptop.c | 174 acpi_handle_debug(device->handle, in call_fext_func() 203 acpi_handle_debug(device->handle, "set lcd level via %s [%d]\n", method, in set_lcd_level() 227 acpi_handle_debug(device->handle, "get lcd level via GBLL\n"); in get_lcd_level() 244 acpi_handle_debug(device->handle, "get max lcd level via RBLL\n"); in get_max_brightness() 447 acpi_handle_debug(device->handle, in acpi_fujitsu_bl_notify() 814 acpi_handle_debug(device->handle, "Discarded %i ringbuffer entries\n", in acpi_fujitsu_laptop_add()
|
D | asus-wireless.c | 62 acpi_handle_debug(handle, "Evaluating method %s, parameter %#x\n", in asus_wireless_method() 75 acpi_handle_debug(handle, "%s returned %#llx\n", method, *ret); in asus_wireless_method()
|
D | intel-hid.c | 158 acpi_handle_debug(handle, "Exec DSM Fn code: %d[%s] success\n", in intel_hid_execute_method() 194 acpi_handle_debug(handle, in intel_hid_evaluate_method() 222 acpi_handle_debug(handle, "intel_hid_dsm_fn_mask = %llx\n", in intel_hid_init_dsm()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-scmi.c | 206 acpi_handle_debug(smbus_cmi->handle, "%s return status: %i\n", method, in acpi_smbus_cmi_access() 335 acpi_handle_debug(handle, "SMBus CMI Version %x\n", in acpi_smbus_cmi_add_cap() 345 acpi_handle_debug(handle, "Unsupported CMI method: %s\n", name); in acpi_smbus_cmi_add_cap()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 785 acpi_handle_debug(handle, "Bus check in %s()\n", __func__); in hotplug_event() 795 acpi_handle_debug(handle, "Device check in %s()\n", __func__); in hotplug_event() 810 acpi_handle_debug(handle, "Eject request in %s()\n", __func__); in hotplug_event()
|
/Linux-v4.19/include/linux/ |
D | acpi.h | 978 #define acpi_handle_debug(handle, fmt, ...) \ macro 982 #define acpi_handle_debug(handle, fmt, ...) \ macro 990 #define acpi_handle_debug(handle, fmt, ...) \ macro
|