Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/x86/
Dapple.c49 acpi_handle_info(adev->handle, FW_INFO in acpi_extract_apple_properties()
87 acpi_handle_info(adev->handle, FW_INFO in acpi_extract_apple_properties()
/Linux-v4.19/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-v4.19/drivers/platform/x86/
Dfujitsu-laptop.c437 acpi_handle_info(device->handle, "unsupported event [0x%x]\n", in acpi_fujitsu_bl_notify()
830 acpi_handle_info(device->handle, "BTNI: [0x%x]\n", in acpi_fujitsu_laptop_add()
915 acpi_handle_info(device->handle, "Unsupported event [0x%x]\n", in acpi_fujitsu_laptop_notify()
934 acpi_handle_info(device->handle, in acpi_fujitsu_laptop_notify()
/Linux-v4.19/drivers/acpi/
Dsleep.c882 acpi_handle_info(handle, "LPI: Device not power manageable\n"); in lpi_check_constraints()
888 acpi_handle_info(handle, in lpi_check_constraints()
918 acpi_handle_info(adev->handle, in lps0_device_attach()
Dacpi_processor.c518 acpi_handle_info(handle, in acpi_hwp_native_thermal_lvt_osc()
669 acpi_handle_info(handle, "Invalid processor object\n"); in acpi_processor_ids_walk()
Dioapic.c182 acpi_handle_info(handle, "%s at %pR, GSI %u\n", in handle_ioapic_add()
Dec.c1521 acpi_handle_info(first_ec->handle, "Used as first EC\n"); in acpi_ec_setup()
1524 acpi_handle_info(ec->handle, in acpi_ec_setup()
1566 acpi_handle_info(boot_ec->handle, in acpi_config_boot_ec()
Ddock.c334 acpi_handle_info(ds->handle, "%s\n", dock ? "docking" : "undocking"); in handle_dock()
Dproperty.c376 acpi_handle_info(adev->handle, in acpi_init_properties()
Dscan.c1683 acpi_handle_info(handle, "The UART device @%pa in SPCR table will be hidden\n", in acpi_device_should_be_hidden()
/Linux-v4.19/include/linux/
Dacpi.h974 #define acpi_handle_info(handle, fmt, ...) \ macro