Home
last modified time | relevance | path

Searched refs:acpi_evaluate_object (Results 1 – 25 of 106) sorted by relevance

12345

/Linux-v5.15/drivers/platform/x86/
Dtoshiba_bluetooth.c108 result = acpi_evaluate_object(handle, "AUSB", NULL, NULL); in toshiba_bluetooth_enable()
114 result = acpi_evaluate_object(handle, "BTPO", NULL, NULL); in toshiba_bluetooth_enable()
127 result = acpi_evaluate_object(handle, "BTPF", NULL, NULL); in toshiba_bluetooth_disable()
133 result = acpi_evaluate_object(handle, "DUSB", NULL, NULL); in toshiba_bluetooth_disable()
Dsamsung-q10.c32 status = acpi_evaluate_object(ec_handle, "_Q63", NULL, NULL); in samsungq10_bl_set_intensity()
37 status = acpi_evaluate_object(ec_handle, "_Q64", NULL, NULL); in samsungq10_bl_set_intensity()
Dclassmate-laptop.c89 status = acpi_evaluate_object(handle, "ACMD", &input, NULL); in cmpc_start_accel_v4()
109 status = acpi_evaluate_object(handle, "ACMD", &input, NULL); in cmpc_stop_accel_v4()
128 return acpi_evaluate_object(handle, "ACMD", &input, NULL); in cmpc_accel_set_sensitivity_v4()
146 return acpi_evaluate_object(handle, "ACMD", &input, NULL); in cmpc_accel_set_g_select_v4()
170 status = acpi_evaluate_object(handle, "ACMD", &input, &output); in cmpc_get_accel_v4()
464 status = acpi_evaluate_object(handle, "ACMD", &input, NULL); in cmpc_start_accel()
479 status = acpi_evaluate_object(handle, "ACMD", &input, NULL); in cmpc_stop_accel()
494 return acpi_evaluate_object(handle, "ACMD", &input, NULL); in cmpc_accel_set_sensitivity()
513 status = acpi_evaluate_object(handle, "ACMD", &input, &output); in cmpc_get_accel()
Dpanasonic-laptop.c259 status = acpi_evaluate_object(pcc->handle, METHOD_HKEY_SSET, in acpi_pcc_write_sset()
287 status = acpi_evaluate_object(pcc->handle, METHOD_HKEY_SINF, NULL, in acpi_pcc_retrieve_biosdata()
439 status = acpi_evaluate_object(NULL, "\\_SB.CDDR", NULL, NULL); in set_optd_power_state()
446 status = acpi_evaluate_object(NULL, "\\_SB.FBAY", NULL, NULL); in set_optd_power_state()
609 status = acpi_evaluate_object(NULL, METHOD_ECWR, in eco_mode_store()
Dwmi.c293 status = acpi_evaluate_object(handle, method, &input, out); in wmidev_evaluate_method()
349 status = acpi_evaluate_object(handle, method, &input, out); in __query_block()
446 return acpi_evaluate_object(handle, method, &input, NULL); in wmi_set_block()
623 return acpi_evaluate_object(wblock->acpi_device->handle, in wmi_get_event_data()
1151 status = acpi_evaluate_object(device->handle, "_WDG", NULL, &out); in parse_wdg()
1306 status = acpi_evaluate_object(wblock->acpi_device->handle, in acpi_wmi_notify_handler()
Dlg-laptop.c112 status = acpi_evaluate_object(handle, NULL, &arg, &buffer); in ggov()
154 status = acpi_evaluate_object(handle, NULL, &arg, &buffer); in lg_wmab()
192 status = acpi_evaluate_object(handle, NULL, &arg, &buffer); in lg_wmbb()
/Linux-v5.15/drivers/acpi/
Dutils.c260 status = acpi_evaluate_object(handle, pathname, arguments, &buffer); in acpi_evaluate_integer()
313 status = acpi_evaluate_object(handle, pathname, arguments, &buffer); in acpi_evaluate_reference()
384 status = acpi_evaluate_object(handle, "_PLD", NULL, &buffer); in acpi_get_physical_device_location()
442 return acpi_evaluate_object(handle, "_OST", &arg_list, NULL); in acpi_evaluate_ost()
565 return acpi_evaluate_object(handle, method, &arg_list, NULL); in acpi_execute_simple_method()
633 return acpi_evaluate_object(handle, "_REG", &arg_list, NULL); in acpi_evaluate_reg()
678 ret = acpi_evaluate_object(handle, "_DSM", &input, &buf); in acpi_evaluate_dsm()
Dprocessor_pdc.c35 status = acpi_evaluate_object(handle, NULL, NULL, &buffer); in processor_physically_present()
129 status = acpi_evaluate_object(handle, "_PDC", pdc_in, NULL); in acpi_processor_eval_pdc()
Dfan.c107 status = acpi_evaluate_object(device->handle, "_FST", NULL, &buffer); in fan_get_state_acpi4()
244 status = acpi_evaluate_object(device->handle, "_FIF", NULL, &buffer); in acpi_fan_get_fif()
314 status = acpi_evaluate_object(device->handle, "_FPS", NULL, &buffer); in acpi_fan_get_fps()
Dprocessor_core.c169 if (ACPI_FAILURE(acpi_evaluate_object(handle, "_MAT", NULL, &buffer))) in map_mat_entry()
314 if (ACPI_FAILURE(acpi_evaluate_object(handle, "_MAT", NULL, &buffer))) in parse_mat_ioapic_entry()
Dpower.c368 status = acpi_evaluate_object(handle, "_ON", NULL, NULL); in __acpi_power_on()
426 status = acpi_evaluate_object(handle, "_OFF", NULL, NULL); in __acpi_power_off()
686 status = acpi_evaluate_object(dev->handle, "_DSW", &arg_list, NULL); in acpi_device_sleep_wake()
966 status = acpi_evaluate_object(handle, NULL, NULL, &buffer); in acpi_add_power_resource()
Dprocessor_perflib.c197 status = acpi_evaluate_object(pr->handle, "_PCT", NULL, &buffer); in acpi_processor_get_performance_control()
296 status = acpi_evaluate_object(pr->handle, "_PSS", NULL, &buffer); in acpi_processor_get_performance_states()
514 status = acpi_evaluate_object(handle, "_PSD", NULL, &buffer); in acpi_processor_get_psd()
/Linux-v5.15/drivers/acpi/acpica/
Dnsxfeval.c84 status = acpi_evaluate_object(target_handle, NULL, external_params, in acpi_evaluate_object_typed()
163 acpi_evaluate_object(acpi_handle handle, in ACPI_EXPORT_SYMBOL()
173 ACPI_FUNCTION_TRACE(acpi_evaluate_object); in ACPI_EXPORT_SYMBOL()
450 ACPI_EXPORT_SYMBOL(acpi_evaluate_object) in ACPI_EXPORT_SYMBOL() argument
Ddbcmds.c675 status = acpi_evaluate_object(node, name, NULL, &return_buffer); in acpi_dm_test_resource_conversion()
798 acpi_evaluate_object(prt_node, NULL, NULL, &return_buffer); in acpi_db_device_resources()
828 acpi_evaluate_object(crs_node, NULL, NULL, &return_buffer); in acpi_db_device_resources()
906 acpi_evaluate_object(prs_node, NULL, NULL, &return_buffer); in acpi_db_device_resources()
938 acpi_evaluate_object(aei_node, NULL, NULL, &return_buffer); in acpi_db_device_resources()
Dhwesleep.c45 status = acpi_evaluate_object(NULL, method_pathname, &arg_list, NULL); in acpi_hw_execute_sleep_method()
Ddbtest.c828 status = acpi_evaluate_object(read_handle, NULL, in acpi_db_read_from_object()
911 status = acpi_evaluate_object(write_handle, NULL, &param_objects, NULL); in acpi_db_write_to_object()
1085 status = acpi_evaluate_object(node, NULL, &param_objects, &return_obj); in acpi_db_evaluate_one_predefined_name()
/Linux-v5.15/drivers/cpufreq/
Dpcc-cpufreq.c263 status = acpi_evaluate_object(pr->handle, "PCCP", NULL, &buffer); in pcc_get_offset()
328 status = acpi_evaluate_object(*handle, "_OSC", &input, &output); in pcc_cpufreq_do_osc()
357 status = acpi_evaluate_object(*handle, "_OSC", &input, &output); in pcc_cpufreq_do_osc()
413 status = acpi_evaluate_object(handle, "PCCH", NULL, &output); in pcc_cpufreq_probe()
/Linux-v5.15/drivers/platform/chrome/
Dcros_kbd_led_backlight.c35 status = acpi_evaluate_object(NULL, ACPI_KEYBOARD_BACKLIGHT_WRITE, in keyboard_led_set_brightness()
/Linux-v5.15/drivers/platform/x86/intel/int3472/
Dintel_skl_int3472_common.c18 status = acpi_evaluate_object(handle, id, NULL, &buffer); in skl_int3472_get_acpi_buffer()
/Linux-v5.15/drivers/thermal/intel/int340x_thermal/
Dacpi_thermal_rel.c81 status = acpi_evaluate_object(handle, "_TRT", NULL, &buffer); in acpi_parse_trt()
159 status = acpi_evaluate_object(handle, "_ART", NULL, &buffer); in acpi_parse_art()
Dint3400_thermal.c201 status = acpi_evaluate_object(priv->adev->handle, "IDSP", NULL, &buf); in int3400_thermal_get_uuids()
308 status = acpi_evaluate_object(priv->adev->handle, "ODVP", NULL, &odvp); in evaluate_odvp()
453 status = acpi_evaluate_object(priv->adev->handle, "GDDV", NULL, in int3400_setup_gddv()
/Linux-v5.15/drivers/ata/
Dlibata-acpi.c298 status = acpi_evaluate_object(handle, "_GTM", NULL, &output); in ata_acpi_gtm()
368 status = acpi_evaluate_object(ACPI_HANDLE(&ap->tdev), "_STM", in ata_acpi_stm()
426 status = acpi_evaluate_object(ata_dev_acpi_handle(dev), "_GTF", NULL, in ata_dev_get_GTF()
794 status = acpi_evaluate_object(ata_dev_acpi_handle(dev), "_SDD", &input, in ata_acpi_push_id()
/Linux-v5.15/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c441 acpi_evaluate_object(ACPI_HANDLE(dev), in xgene_enet_configure_clock()
445 acpi_evaluate_object(ACPI_HANDLE(dev), in xgene_enet_configure_clock()
449 acpi_evaluate_object(ACPI_HANDLE(dev), in xgene_enet_configure_clock()
717 status = acpi_evaluate_object(ACPI_HANDLE(&pdata->pdev->dev), in xgene_enet_reset()
720 acpi_evaluate_object(ACPI_HANDLE(&pdata->pdev->dev), in xgene_enet_reset()
/Linux-v5.15/drivers/xen/
Dxen-acpi-pad.c56 if (ACPI_FAILURE(acpi_evaluate_object(handle, "_PUR", NULL, &buffer))) in acpi_pad_pur()
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowacpi.c43 status = acpi_evaluate_object(rom_handle, NULL, &rom_arg, &buffer); in acpi_read_bios()

12345