/Linux-v6.1/drivers/thermal/intel/ |
D | intel_menlow.c | 62 status = acpi_evaluate_integer(handle, MEMORY_GET_BANDWIDTH, in memory_get_max_bandwidth() 88 status = acpi_evaluate_integer(handle, MEMORY_GET_BANDWIDTH, in memory_get_cur_bandwidth() 120 acpi_evaluate_integer(handle, MEMORY_SET_BANDWIDTH, &arg_list, in memory_set_cur_bandwidth() 249 status = acpi_evaluate_integer(handle, index ? GET_AUX1 : GET_AUX0, in sensor_get_auxtrip() 277 status = acpi_evaluate_integer(handle, index ? GET_AUX0 : GET_AUX1, in sensor_set_auxtrip() 285 status = acpi_evaluate_integer(handle, index ? SET_AUX1 : SET_AUX0, in sensor_set_auxtrip() 365 status = acpi_evaluate_integer(NULL, BIOS_ENABLED, NULL, &bios_enabled); in bios_enabled_show() 495 status = acpi_evaluate_integer(NULL, BIOS_ENABLED, NULL, &enable); in intel_menlow_module_init()
|
/Linux-v6.1/drivers/acpi/ |
D | thermal.c | 192 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp); in acpi_thermal_get_temperature() 212 status = acpi_evaluate_integer(tz->device->handle, "_TZP", NULL, &tmp); in acpi_thermal_get_polling_frequency() 273 status = acpi_evaluate_integer(tz->device->handle, "_CRT", NULL, &tmp); in acpi_thermal_trips_update() 313 status = acpi_evaluate_integer(tz->device->handle, "_HOT", NULL, &tmp); in acpi_thermal_trips_update() 337 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update() 347 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update() 354 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update() 361 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update() 404 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update() 929 acpi_evaluate_integer(handle, "_CRT", NULL, &value); in acpi_thermal_aml_dependency_fix() [all …]
|
D | pci_slot.c | 54 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()
|
D | acpi_tad.c | 94 status = acpi_evaluate_integer(handle, "_SRT", &arg_list, &retval); in acpi_tad_set_real_time() 270 status = acpi_evaluate_integer(handle, method, &arg_list, &retval); in acpi_tad_wake_set() 318 status = acpi_evaluate_integer(handle, method, &arg_list, &retval); in acpi_tad_wake_read() 374 status = acpi_evaluate_integer(handle, "_CWS", &arg_list, &retval); in acpi_tad_clear_status() 415 status = acpi_evaluate_integer(handle, "_GWS", &arg_list, &retval); in acpi_tad_status_read() 596 status = acpi_evaluate_integer(handle, "_GCP", NULL, &caps); in acpi_tad_probe()
|
D | dock.c | 213 status = acpi_evaluate_integer(ds->handle, "_STA", NULL, &sta); in dock_present() 328 status = acpi_evaluate_integer(ds->handle, "_DCK", &arg_list, &value); in handle_dock() 540 acpi_status status = acpi_evaluate_integer(dock_station->handle, in uid_show()
|
D | acpi_processor.c | 180 status = acpi_evaluate_integer(pr->handle, "_STA", NULL, &sta); in acpi_processor_hotadd_init() 254 status = acpi_evaluate_integer(pr->handle, METHOD_NAME__UID, in acpi_processor_get_info() 338 status = acpi_evaluate_integer(pr->handle, "_SUN", NULL, &value); in acpi_processor_get_info() 640 status = acpi_evaluate_integer(handle, "_UID", NULL, &uid); in acpi_processor_ids_walk()
|
D | utils.c | 247 acpi_evaluate_integer(acpi_handle handle, in acpi_evaluate_integer() function 278 EXPORT_SYMBOL(acpi_evaluate_integer); 285 status = acpi_evaluate_integer(handle, METHOD_NAME__ADR, NULL, &adr); in acpi_get_local_address() 873 status = acpi_evaluate_integer(adev->handle, "_HRV", NULL, &hrv); in acpi_dev_match_cb()
|
/Linux-v6.1/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 24 status = acpi_evaluate_integer(d->adev->handle, "_TMP", NULL, &tmp); in int340x_thermal_get_zone_temp() 140 status = acpi_evaluate_integer(d->adev->handle, "GTSH", NULL, &hyst); in int340x_thermal_get_trip_hyst() 169 status = acpi_evaluate_integer(handle, name, NULL, &r); in int340x_thermal_get_trip_config() 236 status = acpi_evaluate_integer(adev->handle, "PATC", NULL, &trip_cnt); in int340x_thermal_zone_add()
|
D | int3403_thermal.c | 139 status = acpi_evaluate_integer(priv->adev->handle, "PPPC", NULL, &level); in int3403_get_cur_state() 231 status = acpi_evaluate_integer(priv->adev->handle, "_TMP", in int3403_add() 234 status = acpi_evaluate_integer(priv->adev->handle, "PTYP", in int3403_add()
|
D | int3406_thermal.c | 113 status = acpi_evaluate_integer(d->handle, "DDDL", NULL, &lower_limit); in int3406_thermal_get_limit() 118 status = acpi_evaluate_integer(d->handle, "DDPC", NULL, &upper_limit); in int3406_thermal_get_limit()
|
/Linux-v6.1/drivers/platform/x86/intel/ |
D | rst.c | 22 status = acpi_evaluate_integer(acpi->handle, "GFFS", NULL, &value); in irst_show_wakeup_events() 66 status = acpi_evaluate_integer(acpi->handle, "GFTV", NULL, &value); in irst_show_wakeup_time()
|
D | smartconnect.c | 16 status = acpi_evaluate_integer(acpi->handle, "GAOS", NULL, &value); in smartconnect_acpi_init()
|
D | vbtn.c | 84 status = acpi_evaluate_integer(handle, "VGBS", NULL, &vgbs); in detect_tablet_mode() 269 status = acpi_evaluate_integer(handle, "VGBS", NULL, &vgbs); in intel_vbtn_has_switches()
|
/Linux-v6.1/drivers/platform/x86/ |
D | hp_accel.c | 107 status = acpi_evaluate_integer(dev->handle, "ALRD", &args, &lret); in lis3lv02d_acpi_read() 134 if (acpi_evaluate_integer(dev->handle, "ALWR", &args, &ret) != AE_OK) in lis3lv02d_acpi_write() 256 acpi_evaluate_integer(dev->handle, "ALED", &args, &ret); in hpled_set()
|
D | toshiba_bluetooth.c | 76 result = acpi_evaluate_integer(handle, "_STA", NULL, &bt_present); in toshiba_bluetooth_present() 95 result = acpi_evaluate_integer(handle, "BTST", NULL, &status); in toshiba_bluetooth_status()
|
D | asus-laptop.c | 433 acpi_evaluate_integer(asus->handle, method, NULL, &val); in pega_acc_axis() 592 rv = acpi_evaluate_integer(asus->handle, METHOD_KBD_LIGHT_GET, in asus_kled_lvl() 754 rv = acpi_evaluate_integer(asus->handle, METHOD_BRIGHTNESS_GET, in asus_read_brightness() 863 rv = acpi_evaluate_integer(asus->handle, "SFUN", NULL, &temp); in infos_show() 875 rv = acpi_evaluate_integer(asus->handle, "HWRS", NULL, &temp); in infos_show() 886 rv = acpi_evaluate_integer(asus->handle, "ASYM", NULL, &temp); in infos_show() 970 rv = acpi_evaluate_integer(asus->handle, METHOD_WL_STATUS, in asus_wireless_status() 1244 rv = acpi_evaluate_integer(asus->handle, METHOD_GPS_STATUS, in asus_gps_status() 1703 acpi_evaluate_integer(asus->handle, "BSTS", NULL, &bsts_result); in asus_laptop_get_info()
|
/Linux-v6.1/drivers/acpi/dptf/ |
D | dptf_power.c | 34 status = acpi_evaluate_integer(acpi_dev->handle, #object,\ 126 status = acpi_evaluate_integer(handle, "PTYP", NULL, &ptype); in dptf_participant_type()
|
/Linux-v6.1/drivers/i2c/busses/ |
D | i2c-designware-baytrail.c | 28 status = acpi_evaluate_integer(handle, "_SEM", NULL, &shared_host); in i2c_dw_baytrail_probe_lock_support()
|
/Linux-v6.1/drivers/hwmon/ |
D | acpi_power_meter.c | 113 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_GAI", in update_avg_interval() 162 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_PAI", in set_avg_interval() 187 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_GHL", in update_cap() 235 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_SHL", in set_cap() 273 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_PTP", in set_acpi_trip() 326 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_PMM", in update_meter()
|
/Linux-v6.1/tools/testing/cxl/test/ |
D | mock.c | 91 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()
|
D | mock.h | 14 acpi_status (*acpi_evaluate_integer)(acpi_handle handle, member
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_privacy_screen_x86.c | 45 status = acpi_evaluate_integer(ec_handle, "HKEY.GSSS", &args, &output); in detect_thinkpad_privacy_screen()
|
/Linux-v6.1/drivers/platform/chrome/ |
D | chromeos_tbmc.c | 30 status = acpi_evaluate_integer(adev->handle, "TBMC", NULL, &state); in chromeos_tbmc_query_switch()
|
/Linux-v6.1/drivers/platform/x86/dell/ |
D | dell-rbtn.c | 38 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-v6.1/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 244 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() 601 status = acpi_evaluate_integer(func_to_handle(func), in get_slot_status() 655 status = acpi_evaluate_integer(adev->handle, "_STA", NULL, &sta); in trim_stale_devices()
|