Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dintel_menlow.c77 status = acpi_evaluate_integer(handle, MEMORY_GET_BANDWIDTH, in memory_get_max_bandwidth()
103 status = acpi_evaluate_integer(handle, MEMORY_GET_BANDWIDTH, in memory_get_cur_bandwidth()
135 acpi_evaluate_integer(handle, MEMORY_SET_BANDWIDTH, &arg_list, in memory_set_cur_bandwidth()
260 status = acpi_evaluate_integer(handle, index ? GET_AUX1 : GET_AUX0, in sensor_get_auxtrip()
288 status = acpi_evaluate_integer(handle, index ? GET_AUX0 : GET_AUX1, in sensor_set_auxtrip()
296 status = acpi_evaluate_integer(handle, index ? SET_AUX1 : SET_AUX0, in sensor_set_auxtrip()
379 status = acpi_evaluate_integer(NULL, BIOS_ENABLED, NULL, &bios_enabled); in bios_enabled_show()
509 status = acpi_evaluate_integer(NULL, BIOS_ENABLED, NULL, &enable); in intel_menlow_module_init()
Dtoshiba_bluetooth.c75 result = acpi_evaluate_integer(handle, "_STA", NULL, &bt_present); in toshiba_bluetooth_present()
92 result = acpi_evaluate_integer(handle, "BTST", NULL, &status); in toshiba_bluetooth_status()
Dintel-rst.c37 status = acpi_evaluate_integer(acpi->handle, "GFFS", NULL, &value); in irst_show_wakeup_events()
83 status = acpi_evaluate_integer(acpi->handle, "GFTV", NULL, &value); in irst_show_wakeup_time()
Dintel-smartconnect.c31 status = acpi_evaluate_integer(acpi->handle, "GAOS", NULL, &value); in smartconnect_acpi_init()
Dhp_accel.c129 status = acpi_evaluate_integer(dev->handle, "ALRD", &args, &lret); in lis3lv02d_acpi_read()
154 if (acpi_evaluate_integer(dev->handle, "ALWR", &args, &ret) != AE_OK) in lis3lv02d_acpi_write()
270 acpi_evaluate_integer(dev->handle, "ALED", &args, &ret); in hpled_set()
Dpvpanic.c98 status = acpi_evaluate_integer(device->handle, "_STA", NULL, in pvpanic_add()
Dasus-laptop.c447 acpi_evaluate_integer(asus->handle, method, NULL, &val); in pega_acc_axis()
605 rv = acpi_evaluate_integer(asus->handle, METHOD_KBD_LIGHT_GET, in asus_kled_lvl()
774 rv = acpi_evaluate_integer(asus->handle, METHOD_BRIGHTNESS_GET, in asus_read_brightness()
881 rv = acpi_evaluate_integer(asus->handle, "SFUN", NULL, &temp); in infos_show()
893 rv = acpi_evaluate_integer(asus->handle, "HWRS", NULL, &temp); in infos_show()
904 rv = acpi_evaluate_integer(asus->handle, "ASYM", NULL, &temp); in infos_show()
998 rv = acpi_evaluate_integer(asus->handle, METHOD_WL_STATUS, in asus_wireless_status()
1268 rv = acpi_evaluate_integer(asus->handle, METHOD_GPS_STATUS, in asus_gps_status()
1733 acpi_evaluate_integer(asus->handle, "BSTS", NULL, &bsts_result); in asus_laptop_get_info()
Dclassmate-laptop.c715 status = acpi_evaluate_integer(handle, "TCMD", &input, &output); in cmpc_get_tablet()
811 status = acpi_evaluate_integer(handle, "GRDI", &input, &output); in cmpc_get_brightness()
831 status = acpi_evaluate_integer(handle, "GWRI", &input, &output); in cmpc_set_brightness()
883 status = acpi_evaluate_integer(handle, "GRDI", &input, &output); in cmpc_get_rfkill_wlan()
903 status = acpi_evaluate_integer(handle, "GWRI", &input, &output); in cmpc_set_rfkill_wlan()
Dxo15-ebook.c55 status = acpi_evaluate_integer(device->handle, "EBK", NULL, &state); in ebook_send_state()
Dpanasonic-laptop.c261 status = acpi_evaluate_integer(device->handle, METHOD_HKEY_SQTY, in acpi_pcc_get_sqty()
459 rc = acpi_evaluate_integer(pcc->handle, METHOD_HKEY_QUERY, in acpi_pcc_generate_keyinput()
Dtoshiba_haps.c163 status = acpi_evaluate_integer(handle, "_STA", NULL, in toshiba_haps_available()
Dfujitsu-laptop.c236 status = acpi_evaluate_integer(handle, NULL, &arg_list, &value); in call_fext_func()
361 acpi_evaluate_integer(fujitsu->acpi_handle, "GBLL", NULL, &state); in get_lcd_level()
383 acpi_evaluate_integer(fujitsu->acpi_handle, "RBLL", NULL, &state); in get_max_brightness()
Dideapad-laptop.c107 status = acpi_evaluate_integer(handle, (char *)method, NULL, &result); in read_method_int()
129 status = acpi_evaluate_integer(handle, "VPCR", &params, &result); in method_vpcr()
Dapple-gmux.c567 status = acpi_evaluate_integer(gmux_data->dhandle, "GMGP", NULL, &gpe); in gmux_probe()
Deeepc-laptop.c203 status = acpi_evaluate_integer(handle, (char *)method, NULL, &result); in read_acpi_int()
Dtoshiba_acpi.c2455 status = acpi_evaluate_integer(dev->acpi_dev->handle, "INFO", in toshiba_acpi_query_hotkey()
/linux-4.1.27/drivers/acpi/
Dthermal.c211 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp); in acpi_thermal_get_temperature()
230 status = acpi_evaluate_integer(tz->device->handle, "_TZP", NULL, &tmp); in acpi_thermal_get_polling_frequency()
295 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update()
336 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()
371 status = acpi_evaluate_integer( in acpi_thermal_trips_update()
378 status = acpi_evaluate_integer( in acpi_thermal_trips_update()
385 status = acpi_evaluate_integer( in acpi_thermal_trips_update()
428 status = acpi_evaluate_integer(tz->device->handle, in acpi_thermal_trips_update()
1003 acpi_evaluate_integer(handle, "_CRT", NULL, &value); in acpi_thermal_aml_dependency_fix()
[all …]
Dpci_slot.c87 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta); in check_slot()
92 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr); in check_slot()
99 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot()
Dacpi_processor.c176 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()
334 status = acpi_evaluate_integer(pr->handle, "_SUN", NULL, &value); in acpi_processor_get_info()
Dbutton.c126 status = acpi_evaluate_integer(device->handle, "_LID", NULL, &state); in acpi_button_state_seq_show()
244 status = acpi_evaluate_integer(lid_device->handle, "_LID", NULL, in acpi_lid_open()
260 status = acpi_evaluate_integer(device->handle, "_LID", NULL, &state); in acpi_lid_send_state()
Ddock.c237 status = acpi_evaluate_integer(ds->handle, "_STA", NULL, &sta); in dock_present()
350 status = acpi_evaluate_integer(ds->handle, "_DCK", &arg_list, &value); in handle_dock()
560 acpi_status status = acpi_evaluate_integer(dock_station->handle, in show_dock_uid()
Dglue.c91 status = acpi_evaluate_integer(adev->handle, "_STA", NULL, &sta); in find_child_checks()
117 status = acpi_evaluate_integer(adev->handle, METHOD_NAME__ADR, in acpi_find_child_device()
Dpci_root.c324 status = acpi_evaluate_integer(hnd, "_ADR", NULL, &adr); in acpi_get_pci_dev()
537 status = acpi_evaluate_integer(handle, METHOD_NAME__SEG, NULL, in acpi_pci_root_add()
558 status = acpi_evaluate_integer(handle, METHOD_NAME__BBN, in acpi_pci_root_add()
Dprocessor_pdc.c43 status = acpi_evaluate_integer(handle, "_UID", NULL, &tmp); in processor_physically_present()
Ddevice_pm.c95 status = acpi_evaluate_integer(handle, "_PSC", NULL, &psc); in acpi_device_get_power()
530 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state()
563 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state()
Dnuma.c318 status = acpi_evaluate_integer(handle, "_PXM", NULL, &pxm); in acpi_get_pxm()
Dutils.c290 acpi_evaluate_integer(acpi_handle handle, in acpi_evaluate_integer() function
321 EXPORT_SYMBOL(acpi_evaluate_integer);
Dioapic.c113 status = acpi_evaluate_integer(handle, "_GSB", NULL, &gsi_base); in handle_ioapic_add()
Dsbshc.c291 status = acpi_evaluate_integer(device->handle, "_EC", NULL, &val); in acpi_smbus_hc_add()
Dacpi_memhotplug.c157 if (ACPI_FAILURE(acpi_evaluate_integer(mem_device->device->handle, in acpi_memory_check_device()
Dac.c128 status = acpi_evaluate_integer(ac->device->handle, "_PSR", NULL, in acpi_ac_get_state()
Dbus.c100 status = acpi_evaluate_integer(handle, "_STA", NULL, sta); in acpi_bus_get_status_handle()
Dec.c1043 status = acpi_evaluate_integer(handle, "_GPE", NULL, &tmp); in ec_parse_device()
1049 acpi_evaluate_integer(handle, "_GLK", NULL, &tmp); in ec_parse_device()
Dprocessor_perflib.c131 status = acpi_evaluate_integer(pr->handle, "_PPC", NULL, &ppc); in acpi_processor_get_platform_limit()
Dpower.c179 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta); in acpi_power_get_state()
Dscan.c548 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta); in acpi_scan_hot_remove()
836 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in acpi_device_sun_show()
850 status = acpi_evaluate_integer(acpi_dev->handle, "_STA", NULL, &sta); in status_show()
Dvideo.c624 status = acpi_evaluate_integer(device->dev->handle, buf, in acpi_video_device_lcd_get_level_current()
1113 acpi_evaluate_integer(device->handle, "_ADR", NULL, &device_id); in acpi_video_bus_get_one_device()
Dprocessor_throttling.c303 status = acpi_evaluate_integer(pr->handle, "_TPC", NULL, &tpc); in acpi_processor_get_platform_limit()
/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c32 status = acpi_evaluate_integer(d->adev->handle, "_TMP", NULL, &tmp); in int340x_thermal_get_zone_temp()
148 status = acpi_evaluate_integer(d->adev->handle, "GTSH", NULL, &hyst); in int340x_thermal_get_trip_hyst()
171 status = acpi_evaluate_integer(handle, name, NULL, &r); in int340x_thermal_get_trip_config()
202 status = acpi_evaluate_integer(adev->handle, "PATC", NULL, &trip_cnt); in int340x_thermal_zone_add()
Dint3403_thermal.c140 status = acpi_evaluate_integer(priv->adev->handle, "PPPC", NULL, &level); in int3403_get_cur_state()
231 status = acpi_evaluate_integer(priv->adev->handle, "PTYP", in int3403_add()
Dprocessor_thermal_device.c255 status = acpi_evaluate_integer(adev->handle, "_TMP", NULL, &tmp); in proc_thermal_add()
/linux-4.1.27/arch/ia64/sn/kernel/
Dio_acpi_init.c276 status = acpi_evaluate_integer(child, METHOD_NAME__ADR, NULL, &adr); in get_host_devfn()
312 status = acpi_evaluate_integer(handle, METHOD_NAME__ADR, NULL, in find_matching_device()
324 status = acpi_evaluate_integer(parent, METHOD_NAME__BBN, in find_matching_device()
364 status = acpi_evaluate_integer(rootbus_handle, METHOD_NAME__SEG, NULL, in sn_acpi_get_pcidev_info()
/linux-4.1.27/include/xen/
Dacpi.h69 status = acpi_evaluate_integer(handle, "_PXM", NULL, &pxm); in xen_acpi_get_pxm()
/linux-4.1.27/drivers/hwmon/
Dacpi_power_meter.c127 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_GAI", in update_avg_interval()
175 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_PAI", in set_avg_interval()
199 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_GHL", in update_cap()
246 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_SHL", in set_cap()
283 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_PTP", in set_acpi_trip()
335 status = acpi_evaluate_integer(resource->acpi_dev->handle, "_PMM", in update_meter()
Dasus_atk0110.c484 status = acpi_evaluate_integer(method, NULL, &params, value); in atk_read_value_old()
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_glue.c276 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr); in acpiphp_add_context()
342 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context()
595 status = acpi_evaluate_integer(func_to_handle(func), in get_slot_status()
641 status = acpi_evaluate_integer(adev->handle, "_STA", NULL, &sta); in trim_stale_devices()
Dacpi_pcihp.c168 status = acpi_evaluate_integer(handle, "_RMV", NULL, &removable); in pcihp_is_ejectable()
Dsgi_hotplug.c436 ret = acpi_evaluate_integer(chandle, METHOD_NAME__ADR, in enable_slot()
519 ret = acpi_evaluate_integer(chandle, in disable_slot()
Dacpiphp_ibm.c192 stat = acpi_evaluate_integer(ibm_acpi_handle, "APLS", &params, &rc); in ibm_set_attention_status()
/linux-4.1.27/drivers/xen/
Dxen-acpi-cpuhotplug.c68 status = acpi_evaluate_integer(pr->handle, METHOD_NAME__UID, in xen_acpi_processor_enable()
140 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta); in is_processor_present()
Dpci.c93 status = acpi_evaluate_integer(handle, "_PXM", in xen_add_device()
Dxen-acpi-memhotplug.c210 if (ACPI_FAILURE(acpi_evaluate_integer(mem_device->device->handle, in acpi_memory_check_device()
Dxen-acpi-processor.c355 status = acpi_evaluate_integer(handle, "_UID", NULL, &tmp); in read_acpi_id()
/linux-4.1.27/drivers/i2c/busses/
Di2c-designware-baytrail.c143 status = acpi_evaluate_integer(handle, "_SEM", NULL, &shared_host); in i2c_dw_eval_lock_support()
/linux-4.1.27/arch/x86/platform/olpc/
Dolpc-xo15-sci.c155 status = acpi_evaluate_integer(device->handle, "_GPE", NULL, &tmp); in xo15_sci_add()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-platform.c106 status = acpi_evaluate_integer(handle, "_CCA", NULL, &data); in ccp_acpi_support()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c201 status = acpi_evaluate_integer(handle, "_CCA", NULL, &data); in xgbe_acpi_support()
/linux-4.1.27/include/acpi/
Dacpi_bus.h44 acpi_evaluate_integer(acpi_handle handle,
/linux-4.1.27/drivers/pci/
Dpci-acpi.c36 status = acpi_evaluate_integer(handle, METHOD_NAME__CBA, in acpi_pci_root_get_mcfg_addr()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_opregion.c663 acpi_evaluate_integer(acpi_cdev->handle, "_ADR", in intel_didl_outputs()
/linux-4.1.27/arch/x86/kernel/acpi/
Dboot.c798 status = acpi_evaluate_integer(handle, METHOD_NAME__UID, in acpi_register_ioapic()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_si_intf.c2278 status = acpi_evaluate_integer(handle, "_IFT", NULL, &tmp); in ipmi_pnp_probe()
2332 status = acpi_evaluate_integer(handle, "_GPE", NULL, &tmp); in ipmi_pnp_probe()