Home
last modified time | relevance | path

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

1234

/Linux-v5.4/drivers/platform/x86/
Dintel_menlow.c61 status = acpi_evaluate_integer(handle, MEMORY_GET_BANDWIDTH, in memory_get_max_bandwidth()
87 status = acpi_evaluate_integer(handle, MEMORY_GET_BANDWIDTH, in memory_get_cur_bandwidth()
119 acpi_evaluate_integer(handle, MEMORY_SET_BANDWIDTH, &arg_list, in memory_set_cur_bandwidth()
248 status = acpi_evaluate_integer(handle, index ? GET_AUX1 : GET_AUX0, in sensor_get_auxtrip()
276 status = acpi_evaluate_integer(handle, index ? GET_AUX0 : GET_AUX1, in sensor_set_auxtrip()
284 status = acpi_evaluate_integer(handle, index ? SET_AUX1 : SET_AUX0, in sensor_set_auxtrip()
362 status = acpi_evaluate_integer(NULL, BIOS_ENABLED, NULL, &bios_enabled); in bios_enabled_show()
492 status = acpi_evaluate_integer(NULL, BIOS_ENABLED, NULL, &enable); in intel_menlow_module_init()
Dintel-rst.c22 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()
Dhp_accel.c116 status = acpi_evaluate_integer(dev->handle, "ALRD", &args, &lret); in lis3lv02d_acpi_read()
143 if (acpi_evaluate_integer(dev->handle, "ALWR", &args, &ret) != AE_OK) in lis3lv02d_acpi_write()
265 acpi_evaluate_integer(dev->handle, "ALED", &args, &ret); in hpled_set()
Dintel-smartconnect.c16 status = acpi_evaluate_integer(acpi->handle, "GAOS", NULL, &value); in smartconnect_acpi_init()
Dtoshiba_bluetooth.c76 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()
Dasus-laptop.c434 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()
761 rv = acpi_evaluate_integer(asus->handle, METHOD_BRIGHTNESS_GET, in asus_read_brightness()
870 rv = acpi_evaluate_integer(asus->handle, "SFUN", NULL, &temp); in infos_show()
882 rv = acpi_evaluate_integer(asus->handle, "HWRS", NULL, &temp); in infos_show()
893 rv = acpi_evaluate_integer(asus->handle, "ASYM", NULL, &temp); in infos_show()
977 rv = acpi_evaluate_integer(asus->handle, METHOD_WL_STATUS, in asus_wireless_status()
1251 rv = acpi_evaluate_integer(asus->handle, METHOD_GPS_STATUS, in asus_gps_status()
1711 acpi_evaluate_integer(asus->handle, "BSTS", NULL, &bsts_result); in asus_laptop_get_info()
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-v5.4/drivers/acpi/
Dpci_slot.c57 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta); in check_slot()
62 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr); in check_slot()
70 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot()
Dthermal.c193 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, in acpi_thermal_trips_update()
314 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update()
339 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update()
349 status = acpi_evaluate_integer( in acpi_thermal_trips_update()
356 status = acpi_evaluate_integer( in acpi_thermal_trips_update()
363 status = acpi_evaluate_integer( in acpi_thermal_trips_update()
406 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update()
984 acpi_evaluate_integer(handle, "_CRT", NULL, &value); in acpi_thermal_aml_dependency_fix()
[all …]
Dacpi_tad.c94 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()
Dacpi_processor.c192 status = acpi_evaluate_integer(pr->handle, "_STA", NULL, &sta); in acpi_processor_hotadd_init()
269 status = acpi_evaluate_integer(pr->handle, METHOD_NAME__UID, in acpi_processor_get_info()
353 status = acpi_evaluate_integer(pr->handle, "_SUN", NULL, &value); in acpi_processor_get_info()
658 status = acpi_evaluate_integer(handle, "_UID", NULL, &uid); in acpi_processor_ids_walk()
Ddock.c215 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()
539 acpi_status status = acpi_evaluate_integer(dock_station->handle, in show_dock_uid()
Dglue.c94 status = acpi_evaluate_integer(adev->handle, "_STA", NULL, &sta); in find_child_checks()
128 status = acpi_evaluate_integer(adev->handle, METHOD_NAME__ADR, in acpi_find_child_device()
Ddevice_sysfs.c472 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in acpi_device_sun_show()
487 status = acpi_evaluate_integer(acpi_dev->handle, "_HRV", NULL, &hrv); in acpi_device_hrv_show()
501 status = acpi_evaluate_integer(acpi_dev->handle, "_STA", NULL, &sta); in status_show()
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c23 status = acpi_evaluate_integer(d->adev->handle, "_TMP", NULL, &tmp); in int340x_thermal_get_zone_temp()
139 status = acpi_evaluate_integer(d->adev->handle, "GTSH", NULL, &hyst); in int340x_thermal_get_trip_hyst()
162 status = acpi_evaluate_integer(handle, name, NULL, &r); in int340x_thermal_get_trip_config()
229 status = acpi_evaluate_integer(adev->handle, "PATC", NULL, &trip_cnt); in int340x_thermal_zone_add()
Dint3403_thermal.c139 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()
Dint3406_thermal.c113 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-v5.4/drivers/acpi/dptf/
Ddptf_power.c29 status = acpi_evaluate_integer(acpi_dev->handle, #object,\
74 status = acpi_evaluate_integer(acpi_dev->handle, "PTYP", NULL, &ptype); in dptf_power_add()
/Linux-v5.4/drivers/i2c/busses/
Di2c-designware-baytrail.c28 status = acpi_evaluate_integer(handle, "_SEM", NULL, &shared_host); in i2c_dw_probe_lock_support()
/Linux-v5.4/drivers/hwmon/
Dacpi_power_meter.c114 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()
186 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_GHL", in update_cap()
233 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_SHL", in set_cap()
270 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_PTP", in set_acpi_trip()
322 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_PMM", in update_meter()
/Linux-v5.4/include/xen/
Dacpi.h69 status = acpi_evaluate_integer(handle, "_PXM", NULL, &pxm); in xen_acpi_get_pxm()
/Linux-v5.4/drivers/platform/chrome/
Dcros_kbd_led_backlight.c48 status = acpi_evaluate_integer(NULL, ACPI_KEYBOARD_BACKLIGHT_READ, in keyboard_led_get_brightness()
Dchromeos_tbmc.c30 status = acpi_evaluate_integer(adev->handle, "TBMC", NULL, &state); in chromeos_tbmc_query_switch()
/Linux-v5.4/drivers/xen/
Dxen-acpi-cpuhotplug.c52 status = acpi_evaluate_integer(pr->handle, METHOD_NAME__UID, in xen_acpi_processor_enable()
124 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta); in is_processor_present()
/Linux-v5.4/drivers/pci/hotplug/
Dacpiphp_glue.c233 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr); in acpiphp_add_context()
300 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context()
592 status = acpi_evaluate_integer(func_to_handle(func), in get_slot_status()
646 status = acpi_evaluate_integer(adev->handle, "_STA", NULL, &sta); in trim_stale_devices()

1234