Home
last modified time | relevance | path

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

12345

/linux/drivers/platform/x86/
A 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()
A 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()
A 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()
A 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()
A Dlg-laptop.c111 status = acpi_evaluate_object(handle, NULL, &arg, &buffer); in ggov()
153 status = acpi_evaluate_object(handle, NULL, &arg, &buffer); in lg_wmab()
191 status = acpi_evaluate_object(handle, NULL, &arg, &buffer); in lg_wmbb()
A Dsystem76_acpi.c111 status = acpi_evaluate_object(handle, method, NULL, &buf); in system76_get_object()
144 status = acpi_evaluate_object(handle, method, &obj_list, NULL); in system76_set()
214 status = acpi_evaluate_object(handle, "SBCT", &input, NULL); in battery_set_threshold()
A Dwmi.c240 return acpi_evaluate_object(wblock->acpi_device->handle, "_WED", &input, out); in get_event_data()
337 return acpi_evaluate_object(handle, method, &input, out); in wmidev_evaluate_method()
389 status = acpi_evaluate_object(handle, method, &input, out); in __query_block()
489 return acpi_evaluate_object(handle, method, &input, NULL); in wmi_set_block()
1184 status = acpi_evaluate_object(device->handle, "_WDG", NULL, &out); in parse_wdg()
/linux/drivers/acpi/
A 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()
A 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()
A 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()
A 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()
A Dpower.c367 status = acpi_evaluate_object(handle, "_ON", NULL, NULL); in __acpi_power_on()
425 status = acpi_evaluate_object(handle, "_OFF", NULL, NULL); in __acpi_power_off()
684 status = acpi_evaluate_object(dev->handle, "_DSW", &arg_list, NULL); in acpi_device_sleep_wake()
945 status = acpi_evaluate_object(handle, NULL, NULL, &buffer); in acpi_add_power_resource()
A 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()
A Dacpi_processor.c241 status = acpi_evaluate_object(pr->handle, NULL, NULL, &buffer); in acpi_processor_get_info()
633 status = acpi_evaluate_object(handle, NULL, NULL, &buffer); in acpi_processor_ids_walk()
739 status = acpi_evaluate_object(handle, "_CST", NULL, &buffer); in acpi_processor_evaluate_cst()
/linux/drivers/acpi/acpica/
A 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
A 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()
A 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()
A Dhwesleep.c45 status = acpi_evaluate_object(NULL, method_pathname, &arg_list, NULL); in acpi_hw_execute_sleep_method()
/linux/drivers/cpufreq/
A 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/drivers/net/ethernet/apm/xgene/
A 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/drivers/ata/
A 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/drivers/thermal/intel/int340x_thermal/
A 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()
A Dint3400_thermal.c200 status = acpi_evaluate_object(priv->adev->handle, "IDSP", NULL, &buf); in int3400_thermal_get_uuids()
307 status = acpi_evaluate_object(priv->adev->handle, "ODVP", NULL, &odvp); in evaluate_odvp()
452 status = acpi_evaluate_object(priv->adev->handle, "GDDV", NULL, in int3400_setup_gddv()
/linux/drivers/platform/x86/intel/int3472/
A Dintel_skl_int3472_common.c18 status = acpi_evaluate_object(handle, id, NULL, &buffer); in skl_int3472_get_acpi_buffer()
/linux/drivers/platform/chrome/
A Dcros_kbd_led_backlight.c35 status = acpi_evaluate_object(NULL, ACPI_KEYBOARD_BACKLIGHT_WRITE, in keyboard_led_set_brightness()

Completed in 63 milliseconds

12345