Searched refs:acpi_evaluate_integer (Results 1 - 25 of 92) sorted by relevance

1234

/linux-master/drivers/platform/x86/intel/
H A Dsmartconnect.c16 status = acpi_evaluate_integer(acpi->handle, "GAOS", NULL, &value);
H A Drst.c22 status = acpi_evaluate_integer(acpi->handle, "GFFS", NULL, &value);
66 status = acpi_evaluate_integer(acpi->handle, "GFTV", NULL, &value);
/linux-master/drivers/i2c/busses/
H A Di2c-designware-baytrail.c28 status = acpi_evaluate_integer(handle, "_SEM", NULL, &shared_host);
/linux-master/arch/loongarch/power/
H A Dplatform.c47 status = acpi_evaluate_integer(NULL, "\\SADR", NULL, &suspend_addr);
/linux-master/tools/testing/cxl/test/
H A Dmock.h14 acpi_status (*acpi_evaluate_integer)(acpi_handle handle, member in struct:cxl_mock_ops
/linux-master/drivers/acpi/
H A Dpci_slot.c54 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
59 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr);
67 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun);
H A Dthermal.c138 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp);
158 status = acpi_evaluate_integer(tz->device->handle, "_TZP", NULL, &tmp);
389 status = acpi_evaluate_integer(tz->device->handle, "_TC1", NULL, &tmp);
395 status = acpi_evaluate_integer(tz->device->handle, "_TC2", NULL, &tmp);
401 status = acpi_evaluate_integer(tz->device->handle, "_TFP", NULL, &tmp);
407 status = acpi_evaluate_integer(tz->device->handle, "_TSP", NULL, &tmp);
752 acpi_evaluate_integer(handle, "_CRT", NULL, &value);
753 acpi_evaluate_integer(handle, "_HOT", NULL, &value);
754 acpi_evaluate_integer(handle, "_PSV", NULL, &value);
759 status = acpi_evaluate_integer(handl
[all...]
H A Dacpi_tad.c94 status = acpi_evaluate_integer(handle, "_SRT", &arg_list, &retval);
270 status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
318 status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
374 status = acpi_evaluate_integer(handle, "_CWS", &arg_list, &retval);
415 status = acpi_evaluate_integer(handle, "_GWS", &arg_list, &retval);
602 status = acpi_evaluate_integer(handle, "_GCP", NULL, &caps);
H A Dthermal_lib.c30 status = acpi_evaluate_integer(adev->handle, obj_name, NULL, &temp);
H A Dacpi_processor.c196 status = acpi_evaluate_integer(pr->handle, "_STA", NULL, &sta);
270 status = acpi_evaluate_integer(pr->handle, METHOD_NAME__UID,
362 status = acpi_evaluate_integer(pr->handle, "_SUN", NULL, &value);
524 status = acpi_evaluate_integer(handle, METHOD_NAME__UID,
723 status = acpi_evaluate_integer(handle, "_UID", NULL, &uid);
H A Ddock.c213 status = acpi_evaluate_integer(ds->handle, "_STA", NULL, &sta);
328 status = acpi_evaluate_integer(ds->handle, "_DCK", &arg_list, &value);
542 acpi_status status = acpi_evaluate_integer(dock_station->handle,
/linux-master/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c45 status = acpi_evaluate_integer(ec_handle, "HKEY.GSSS", &args, &output);
/linux-master/drivers/platform/chrome/
H A Dchromeos_tbmc.c30 status = acpi_evaluate_integer(adev->handle, "TBMC", NULL, &state);
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dint3403_thermal.c139 status = acpi_evaluate_integer(priv->adev->handle, "PPPC", NULL, &level);
231 status = acpi_evaluate_integer(priv->adev->handle, "_TMP",
234 status = acpi_evaluate_integer(priv->adev->handle, "PTYP",
H A Dint340x_thermal_zone.c21 status = acpi_evaluate_integer(d->adev->handle, "_TMP", NULL, &tmp);
142 status = acpi_evaluate_integer(adev->handle, "PATC", NULL, &trip_cnt);
161 status = acpi_evaluate_integer(adev->handle, "GTSH", NULL, &hyst);
H A Dint3406_thermal.c113 status = acpi_evaluate_integer(d->handle, "DDDL", NULL, &lower_limit);
118 status = acpi_evaluate_integer(d->handle, "DDPC", NULL, &upper_limit);
/linux-master/drivers/platform/x86/hp/
H A Dhp_accel.c107 status = acpi_evaluate_integer(dev->handle, "ALRD", &args, &lret);
134 if (acpi_evaluate_integer(dev->handle, "ALWR", &args, &ret) != AE_OK)
256 acpi_evaluate_integer(dev->handle, "ALED", &args, &ret);
/linux-master/drivers/platform/x86/
H A Dideapad-laptop.h56 status = acpi_evaluate_integer(handle, (char *)name, &params, &result);
H A Dtoshiba_bluetooth.c76 result = acpi_evaluate_integer(handle, "_STA", NULL, &bt_present);
95 result = acpi_evaluate_integer(handle, "BTST", NULL, &status);
H A Dtoshiba_haps.c159 status = acpi_evaluate_integer(handle, "_STA", NULL, &hdd_present);
/linux-master/sound/hda/
H A Dintel-sdw-acpi.c129 status = acpi_evaluate_integer(handle, METHOD_NAME__ADR, NULL, &adr);
/linux-master/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);
/linux-master/drivers/pci/hotplug/
H A Dacpi_pcihp.c153 status = acpi_evaluate_integer(handle, "_RMV", NULL, &removable);
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c151 status = acpi_evaluate_integer(device->handle, "_GPE", NULL, &tmp);
/linux-master/drivers/iio/light/
H A Dacpi-als.c90 status = acpi_evaluate_integer(als->device->handle, prop, NULL,

Completed in 268 milliseconds

1234