Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/
Dacpi_processor.c501 acpi_handle_info(handle, in acpi_hwp_native_thermal_lvt_osc()
653 acpi_handle_info(handle, "Invalid processor object\n"); in acpi_processor_ids_walk()
784 acpi_handle_info(handle, "_CST C%d type(%x) is not package, skip...\n", in acpi_processor_evaluate_cst()
790 acpi_handle_info(handle, "_CST C%d package count(%d) is not 4, skip...\n", in acpi_processor_evaluate_cst()
798 acpi_handle_info(handle, "_CST C%d package element[0] type(%x) is not buffer, skip...\n", in acpi_processor_evaluate_cst()
807 acpi_handle_info(handle, "_CST C[%d] package element[1] type(%x) is not integer, skip...\n", in acpi_processor_evaluate_cst()
847acpi_handle_info(handle, "_CST C%d declares FIXED_HARDWARE C-state but not supported in hardware, … in acpi_processor_evaluate_cst()
856 acpi_handle_info(handle, "_CST C%d space_id(%x) neither FIXED_HARDWARE nor SYSTEM_IO, skip...\n", in acpi_processor_evaluate_cst()
866 acpi_handle_info(handle, "_CST C%d package element[2] type(%x) not integer, skip...\n", in acpi_processor_evaluate_cst()
875 acpi_handle_info(handle, "_CST C%d package element[3] type(%x) not integer, skip...\n", in acpi_processor_evaluate_cst()
[all …]
Dacpi_video.c330 acpi_handle_info(handle, "Invalid _BCL data\n"); in acpi_video_device_lcd_query_levels()
354 acpi_handle_info(device->dev->handle, "_BCM evaluation failed\n"); in acpi_video_device_lcd_set_level()
368 acpi_handle_info(device->dev->handle, "Current brightness invalid\n"); in acpi_video_device_lcd_set_level()
631 acpi_handle_info(device->dev->handle, in acpi_video_device_lcd_get_level_current()
643 acpi_handle_info(device->dev->handle, in acpi_video_device_lcd_get_level_current()
684 acpi_handle_info(device->dev->handle, "Invalid _DDC data\n"); in acpi_video_device_EDID()
870 acpi_handle_info(device->handle, "Invalid data\n"); in acpi_video_get_levels()
907 acpi_handle_info(device->handle, in acpi_video_get_levels()
918 acpi_handle_info(device->handle, in acpi_video_get_levels()
1031 acpi_handle_info(device->dev->handle, in acpi_video_device_find_cap()
[all …]
Dioapic.c179 acpi_handle_info(handle, "%s at %pR, GSI %u\n", in handle_ioapic_add()
Dac.c99 acpi_handle_info(ac->device->handle, in acpi_ac_get_state()
Dbattery.c464 acpi_handle_info(battery->device->handle, in acpi_battery_get_status()
536 acpi_handle_info(battery->device->handle, in acpi_battery_get_info()
576 acpi_handle_info(battery->device->handle, in acpi_battery_get_state()
Dthermal.c258 acpi_handle_info(tz->device->handle, \
379 acpi_handle_info(tz->device->handle, in acpi_thermal_trips_update()
442 acpi_handle_info(tz->device->handle, in acpi_thermal_trips_update()
Dpower.c690 acpi_handle_info(dev->handle, "_DSW execution failed\n"); in acpi_device_sleep_wake()
698 acpi_handle_info(dev->handle, "_PSW execution failed\n"); in acpi_device_sleep_wake()
Dec.c1617 acpi_handle_info(boot_ec->handle, in acpi_ec_add()
1621 acpi_handle_info(ec->handle, in acpi_ec_add()
1740 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()
Dpci_link.c593 acpi_handle_info(handle, "Enabled at IRQ %d\n", in acpi_pci_link_allocate()
Ddevice_pm.c792 acpi_handle_info(adev->handle, "Wakeup enable count out of bounds!\n"); in __acpi_device_wakeup_enable()
Dscan.c858 acpi_handle_info(handle, "_PRW evaluation failed: %s\n", in acpi_bus_extract_wakeup_device_power_package()
1865 acpi_handle_info(handle, "The UART device @%pa in SPCR table will be hidden\n", in acpi_device_should_be_hidden()
Dproperty.c429 acpi_handle_info(adev->handle, in acpi_init_properties()
/Linux-v5.15/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()
Ds2idle.c307 acpi_handle_info(handle, "LPI: Device not power manageable\n"); in lpi_check_constraints()
313 acpi_handle_info(handle, in lpi_check_constraints()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c90 acpi_handle_info(handle, "failed to evaluate _DSM\n"); in nouveau_optimus_dsm()
142 acpi_handle_info(handle, "failed to evaluate _DSM\n"); in nouveau_dsm()
/Linux-v5.15/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.15/include/linux/
Dacpi.h1091 #define acpi_handle_info(handle, fmt, ...) \ macro