Home
last modified time | relevance | path

Searched refs:acpi_evaluate_integer (Results 1 – 25 of 77) sorted by relevance

1234

/linux/drivers/acpi/
H A Dthermal.c138 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp); in acpi_thermal_get_temperature()
158 status = acpi_evaluate_integer(tz->device->handle, "_TZP", NULL, &tmp); in acpi_thermal_get_polling_frequency()
395 status = acpi_evaluate_integer(tz->device->handle, "_TC1", NULL, &tmp); in passive_trip_params_init()
401 status = acpi_evaluate_integer(tz->device->handle, "_TC2", NULL, &tmp); in passive_trip_params_init()
407 status = acpi_evaluate_integer(tz->device->handle, "_TFP", NULL, &tmp); in passive_trip_params_init()
413 status = acpi_evaluate_integer(tz->device->handle, "_TSP", NULL, &tmp); in passive_trip_params_init()
712 acpi_evaluate_integer(handle, "_CRT", NULL, &value); in acpi_thermal_aml_dependency_fix()
713 acpi_evaluate_integer(handle, "_HOT", NULL, &value); in acpi_thermal_aml_dependency_fix()
714 acpi_evaluate_integer(handle, "_PSV", NULL, &value); in acpi_thermal_aml_dependency_fix()
719 status = acpi_evaluate_integer(handle, name, NULL, &value); in acpi_thermal_aml_dependency_fix()
[all …]
H A Dpci_slot.c54 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta); in check_slot()
59 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr); in check_slot()
67 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot()
H A Dacpi_tad.c95 status = acpi_evaluate_integer(handle, "_SRT", &arg_list, &retval); in acpi_tad_set_real_time()
271 status = acpi_evaluate_integer(handle, method, &arg_list, &retval); in acpi_tad_wake_set()
319 status = acpi_evaluate_integer(handle, method, &arg_list, &retval); in acpi_tad_wake_read()
375 status = acpi_evaluate_integer(handle, "_CWS", &arg_list, &retval); in acpi_tad_clear_status()
416 status = acpi_evaluate_integer(handle, "_GWS", &arg_list, &retval); in acpi_tad_status_read()
603 status = acpi_evaluate_integer(handle, "_GCP", NULL, &caps); in acpi_tad_probe()
H A Dacpi_processor.c314 status = acpi_evaluate_integer(pr->handle, METHOD_NAME__UID, in acpi_processor_get_info()
406 status = acpi_evaluate_integer(pr->handle, "_SUN", NULL, &value); in acpi_processor_get_info()
545 status = acpi_evaluate_integer(handle, METHOD_NAME__UID, in processor_physically_present()
744 status = acpi_evaluate_integer(handle, "_UID", NULL, &uid); in acpi_processor_ids_walk()
H A Ddock.c199 status = acpi_evaluate_integer(ds->handle, "_STA", NULL, &sta); in dock_present()
314 status = acpi_evaluate_integer(ds->handle, "_DCK", &arg_list, &value); in handle_dock()
528 acpi_status status = acpi_evaluate_integer(dock_station->handle, in uid_show()
H A Ddevice_sysfs.c481 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in sun_show()
497 status = acpi_evaluate_integer(acpi_dev->handle, "_HRV", NULL, &hrv); in hrv_show()
512 status = acpi_evaluate_integer(acpi_dev->handle, "_STA", NULL, &sta); in status_show()
H A Dthermal_lib.c30 status = acpi_evaluate_integer(adev->handle, obj_name, NULL, &temp); in acpi_trip_temp()
H A Ddevice_pm.c53 status = acpi_evaluate_integer(device->handle, "_PSC", NULL, &psc); in acpi_dev_pm_explicit_get()
512 status = acpi_evaluate_integer(adev->handle, "_S0W", NULL, &state); in acpi_dev_power_state_for_wake()
699 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state()
750 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3403_thermal.c128 status = acpi_evaluate_integer(priv->adev->handle, "PPPC", NULL, &level); in int3403_get_cur_state()
220 status = acpi_evaluate_integer(priv->adev->handle, "_TMP", in int3403_add()
223 status = acpi_evaluate_integer(priv->adev->handle, "PTYP", in int3403_add()
/linux/drivers/platform/x86/intel/
H A Drst.c23 status = acpi_evaluate_integer(acpi->handle, "GFFS", NULL, &value); in irst_show_wakeup_events()
67 status = acpi_evaluate_integer(acpi->handle, "GFTV", NULL, &value); in irst_show_wakeup_time()
H A Dsmartconnect.c17 status = acpi_evaluate_integer(acpi->handle, "GAOS", NULL, &value); in smartconnect_acpi_init()
/linux/drivers/acpi/dptf/
H A Ddptf_power.c34 status = acpi_evaluate_integer(acpi_dev->handle, #object,\
126 status = acpi_evaluate_integer(handle, "PTYP", NULL, &ptype); in dptf_participant_type()
/linux/drivers/i2c/busses/
H A Di2c-designware-baytrail.c28 status = acpi_evaluate_integer(handle, "_SEM", NULL, &shared_host); in i2c_dw_baytrail_probe_lock_support()
/linux/drivers/platform/x86/
H A Dtoshiba_bluetooth.c75 result = acpi_evaluate_integer(handle, "_STA", NULL, &bt_present); in toshiba_bluetooth_present()
94 result = acpi_evaluate_integer(handle, "BTST", NULL, &status); in toshiba_bluetooth_status()
H A Dasus-laptop.c434 status = acpi_evaluate_integer(asus->handle, method, NULL, &val); in pega_acc_axis()
594 rv = acpi_evaluate_integer(asus->handle, METHOD_KBD_LIGHT_GET, in asus_kled_lvl()
756 rv = acpi_evaluate_integer(asus->handle, METHOD_BRIGHTNESS_GET, in asus_read_brightness()
865 rv = acpi_evaluate_integer(asus->handle, "SFUN", NULL, &temp); in infos_show()
877 rv = acpi_evaluate_integer(asus->handle, "HWRS", NULL, &temp); in infos_show()
888 rv = acpi_evaluate_integer(asus->handle, "ASYM", NULL, &temp); in infos_show()
972 rv = acpi_evaluate_integer(asus->handle, METHOD_WL_STATUS, in asus_wireless_status()
1246 rv = acpi_evaluate_integer(asus->handle, METHOD_GPS_STATUS, in asus_gps_status()
1705 acpi_evaluate_integer(asus->handle, "BSTS", NULL, &bsts_result); in asus_laptop_get_info()
H A Ddasharo-acpi.c89 status = acpi_evaluate_integer(handle, "GFCP", &obj_list, &count); in dasharo_get_feature_cap_count()
118 status = acpi_evaluate_integer(handle, method, &obj_list, &val); in dasharo_read_channel()
H A Dsystem76_acpi.c83 status = acpi_evaluate_integer(handle, method, NULL, &ret); in system76_get()
104 status = acpi_evaluate_integer(handle, method, &obj_list, &ret); in system76_get_index()
183 status = acpi_evaluate_integer(handle, "GBCT", &input, &ret); in battery_get_threshold()
H A Dxo15-ebook.c49 status = acpi_evaluate_integer(device->handle, "EBK", NULL, &state); in ebook_send_state()
/linux/tools/testing/cxl/test/
H A Dmock.h14 acpi_status (*acpi_evaluate_integer)(acpi_handle handle, member
H A Dmock.c91 status = ops->acpi_evaluate_integer(handle, pathname, arguments, in __wrap_acpi_evaluate_integer()
94 status = acpi_evaluate_integer(handle, pathname, arguments, in __wrap_acpi_evaluate_integer()
/linux/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c45 status = acpi_evaluate_integer(ec_handle, "HKEY.GSSS", &args, &output); in detect_thinkpad_privacy_screen()
/linux/drivers/platform/x86/dell/
H A Ddell-rbtn.c38 status = acpi_evaluate_integer(device->handle, "CRBT", NULL, &output); in rbtn_check()
59 status = acpi_evaluate_integer(device->handle, "GRBT", NULL, &output); in rbtn_get()
/linux/drivers/pci/hotplug/
H A Dacpiphp_glue.c244 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr); in acpiphp_add_context()
309 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context()
609 status = acpi_evaluate_integer(func_to_handle(func), in get_slot_status()
663 status = acpi_evaluate_integer(adev->handle, "_STA", NULL, &sta); in trim_stale_devices()
/linux/drivers/platform/chrome/
H A Dchromeos_tbmc.c30 status = acpi_evaluate_integer(adev->handle, "TBMC", NULL, &state); in chromeos_tbmc_query_switch()
/linux/drivers/char/ipmi/
H A Dipmi_si_platform.c331 status = acpi_evaluate_integer(handle, "_IFT", NULL, &tmp); in acpi_ipmi_probe()
363 status = acpi_evaluate_integer(handle, "_GPE", NULL, &tmp); in acpi_ipmi_probe()

1234