Home
last modified time | relevance | path

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

/linux-6.1.9/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.c336 acpi_handle_info(handle, "Invalid _BCL data\n"); in acpi_video_device_lcd_query_levels()
360 acpi_handle_info(device->dev->handle, "_BCM evaluation failed\n"); in acpi_video_device_lcd_set_level()
374 acpi_handle_info(device->dev->handle, "Current brightness invalid\n"); in acpi_video_device_lcd_set_level()
595 acpi_handle_info(device->dev->handle, in acpi_video_device_lcd_get_level_current()
607 acpi_handle_info(device->dev->handle, in acpi_video_device_lcd_get_level_current()
648 acpi_handle_info(device->dev->handle, "Invalid _DDC data\n"); in acpi_video_device_EDID()
834 acpi_handle_info(device->handle, "Invalid data\n"); in acpi_video_get_levels()
871 acpi_handle_info(device->handle, in acpi_video_get_levels()
882 acpi_handle_info(device->handle, in acpi_video_get_levels()
995 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.c92 acpi_handle_info(ac->device->handle, in acpi_ac_get_state()
Dbattery.c462 acpi_handle_info(battery->device->handle, in acpi_battery_get_status()
534 acpi_handle_info(battery->device->handle, in acpi_battery_get_info()
574 acpi_handle_info(battery->device->handle, in acpi_battery_get_state()
Dthermal.c258 acpi_handle_info(tz->device->handle, \
375 acpi_handle_info(tz->device->handle, in acpi_thermal_trips_update()
440 acpi_handle_info(tz->device->handle, in acpi_thermal_trips_update()
Dpower.c688 acpi_handle_info(dev->handle, "_DSW execution failed\n"); in acpi_device_sleep_wake()
696 acpi_handle_info(dev->handle, "_PSW execution failed\n"); in acpi_device_sleep_wake()
Dec.c1639 acpi_handle_info(boot_ec->handle, in acpi_ec_add()
1643 acpi_handle_info(ec->handle, in acpi_ec_add()
1762 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.c861 acpi_handle_info(adev->handle, "Wakeup enable count out of bounds!\n"); in __acpi_device_wakeup_enable()
Dscan.c867 acpi_handle_info(handle, "_PRW evaluation failed: %s\n", in acpi_bus_extract_wakeup_device_power_package()
1899 acpi_handle_info(handle, "The UART device @%pa in SPCR table will be hidden\n", in acpi_device_should_be_hidden()
Dproperty.c581 acpi_handle_info(adev->handle, in acpi_init_properties()
/linux-6.1.9/drivers/acpi/x86/
Dapple.c47 acpi_handle_info(adev->handle, FW_INFO in acpi_extract_apple_properties()
85 acpi_handle_info(adev->handle, FW_INFO in acpi_extract_apple_properties()
Ds2idle.c310 acpi_handle_info(handle, "LPI: Device not power manageable\n"); in lpi_check_constraints()
316 acpi_handle_info(handle, in lpi_check_constraints()
/linux-6.1.9/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-6.1.9/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()
Dthinkpad_acpi.c6861 acpi_handle_info(adev->handle, in tpacpi_evaluate_bcl()
/linux-6.1.9/include/linux/
Dacpi.h1188 #define acpi_handle_info(handle, fmt, ...) \ macro