Home
last modified time | relevance | path

Searched refs:acpi_handle_info (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/acpi/x86/
Dapple.c46 acpi_handle_info(adev->handle, FW_INFO in acpi_extract_apple_properties()
84 acpi_handle_info(adev->handle, FW_INFO in acpi_extract_apple_properties()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c91 acpi_handle_info(handle, "failed to evaluate _DSM\n"); in nouveau_optimus_dsm()
143 acpi_handle_info(handle, "failed to evaluate _DSM\n"); in nouveau_dsm()
/Linux-v5.4/drivers/platform/x86/
Dfujitsu-laptop.c424 acpi_handle_info(device->handle, "unsupported event [0x%x]\n", in acpi_fujitsu_bl_notify()
817 acpi_handle_info(device->handle, "BTNI: [0x%x]\n", in acpi_fujitsu_laptop_add()
902 acpi_handle_info(device->handle, "Unsupported event [0x%x]\n", in acpi_fujitsu_laptop_notify()
921 acpi_handle_info(device->handle, in acpi_fujitsu_laptop_notify()
/Linux-v5.4/drivers/acpi/
Dacpi_processor.c519 acpi_handle_info(handle, in acpi_hwp_native_thermal_lvt_osc()
671 acpi_handle_info(handle, "Invalid processor object\n"); in acpi_processor_ids_walk()
Dioapic.c179 acpi_handle_info(handle, "%s at %pR, GSI %u\n", in handle_ioapic_add()
Dsleep.c863 acpi_handle_info(handle, "LPI: Device not power manageable\n"); in lpi_check_constraints()
869 acpi_handle_info(handle, in lpi_check_constraints()
Dec.c1530 acpi_handle_info(first_ec->handle, "Used as first EC\n"); in acpi_ec_setup()
1533 acpi_handle_info(ec->handle, in acpi_ec_setup()
1604 acpi_handle_info(boot_ec->handle, in acpi_ec_add()
1727 acpi_handle_info(ec->handle, in acpi_ec_dsdt_probe()
Ddock.c321 acpi_handle_info(ds->handle, "%s\n", dock ? "docking" : "undocking"); in handle_dock()
Dproperty.c426 acpi_handle_info(adev->handle, in acpi_init_properties()
Dscan.c1679 acpi_handle_info(handle, "The UART device @%pa in SPCR table will be hidden\n", in acpi_device_should_be_hidden()
/Linux-v5.4/include/linux/
Dacpi.h986 #define acpi_handle_info(handle, fmt, ...) \ macro