Home
last modified time | relevance | path

Searched refs:AcpiEvaluateObject (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_usbport.c122 if (ACPI_FAILURE(AcpiEvaluateObject(hdl, "_ADR", NULL, &buf))) { in acpidev_usbport_filter_cb()
200 if (ACPI_FAILURE(AcpiEvaluateObject(infop->awi_hdl, "_ADR", in acpidev_usbport_init()
229 if (ACPI_SUCCESS(AcpiEvaluateObject(infop->awi_hdl, "_PLD", NULL, in acpidev_usbport_init()
246 if (ACPI_SUCCESS(AcpiEvaluateObject(infop->awi_hdl, "_UPC", NULL, in acpidev_usbport_init()
H A Dacpidev_util.c871 rc = AcpiEvaluateObject(hdl, ACPIDEV_METHOD_NAME_OST, &arglist, NULL); in acpidev_eval_ost()
898 rc = AcpiEvaluateObject(hdl, ACPIDEV_METHOD_NAME_EJ0, &arglist, NULL); in acpidev_eval_ej0()
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsxfeval.c241 Status = AcpiEvaluateObject (TargetHandle, NULL, ExternalParams, in AcpiEvaluateObjectTyped()
325 AcpiEvaluateObject ( in ACPI_EXPORT_SYMBOL()
337 ACPI_FUNCTION_TRACE (AcpiEvaluateObject); in ACPI_EXPORT_SYMBOL()
634 ACPI_EXPORT_SYMBOL (AcpiEvaluateObject) in ACPI_EXPORT_SYMBOL() argument
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c611 status = AcpiEvaluateObject(devhdl, "_PRW", NULL, &prw_buf); in acpica_init_PRW()
687 if (ACPI_FAILURE(status = AcpiEvaluateObject(devobj, "_DSW", in acpica_ddi_setwake()
695 if (ACPI_FAILURE(status = AcpiEvaluateObject(devobj, in acpica_ddi_setwake()
716 status = AcpiEvaluateObject(devobj, "_PRW", NULL, &prw_buf); in acpica_ddi_setwake()
H A Dacpica_ec.c363 (void) AcpiEvaluateObject(ec.ec_dev_hdl, query_str, NULL, NULL); in ec_gpe_callback()
537 status = AcpiEvaluateObject(dev_hdl, "_GPE", NULL, &buf); in ec_probe_ns()
H A Dacpi_enum.c915 if (AcpiEvaluateObject(ObjHandle, "_CID", NULL, &rb) == AE_OK && in isa_acpi_callback()
H A Dosl.c1537 if (AcpiEvaluateObject(dev, method, NULL, &rb) == AE_OK && in acpica_eval_hid()
H A Dchanges.txt2548 AcpiEvaluateObject. This ensures that ACPI-related device drivers are
3728 parameters to external interfaces such as AcpiEvaluateObject. Was
7030 object from a call to AcpiEvaluateObject. Any Index or RefOf references
7065 to AcpiEvaluateObject.
7388 AcpiEvaluateObject. Now emit an error if too few arguments, warning if
7442 AcpiEvaluateObject interface correctly. The element was simply ignored
7473 All Reference Objects returned via the AcpiEvaluateObject interface are
7538 control method via the external AcpiEvaluateObject interface could cause
7961 arguments to the external AcpiEvaluateObject interface. Previously, this
11207 value from methods that are invoked externally via the AcpiEvaluateObject
[all …]
/illumos-gate/usr/src/common/acpica/hardware/
H A Dhwesleep.c194 Status = AcpiEvaluateObject (NULL, MethodPathname, &ArgList, NULL); in AcpiHwExecuteSleepMethod()
H A Dhwxfsleep.c477 Status = AcpiEvaluateObject (NULL, METHOD_PATHNAME__PTS, &ArgList, NULL); in AcpiEnterSleepStatePrep()
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c596 status = AcpiEvaluateObject(acpi_p->slot_dev_obj, "_PS0", NULL, NULL); in pciehpc_acpi_power_on_slot()
634 status = AcpiEvaluateObject(acpi_p->slot_dev_obj, "_EJ0", NULL, NULL); in pciehpc_acpi_power_off_slot()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c603 astatus = AcpiEvaluateObject(handle->cs_handle, in cpu_acpi_cache_present_capabilities()
1009 astatus = AcpiEvaluateObject(handle->cs_handle, "_PDC", &list, NULL); in cpu_acpi_write_pdc()
/illumos-gate/usr/src/common/acpica/events/
H A Devregion.c1026 Status = AcpiEvaluateObject (RegMethod, NULL, &Args, NULL); in AcpiEvOrphanEcRegMethod()
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c622 status = AcpiEvaluateObject( in tzmon_set_power_device()
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c533 status = AcpiEvaluateObject(NULL, "\\_PIC", &arglist, NULL); in uppc_acpi_enter_picmode()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpixf.h805 AcpiEvaluateObject (
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c166 status = AcpiEvaluateObject(vidsp->dev.hdl, ACPI_METHOD_DOS, in acpi_video_set_dos()
H A Dacpi_drv.c2066 return (AcpiEvaluateObject(dev, method, &al, NULL)); in acpi_drv_set_int()
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S1051 NO_UNLOAD_STUB(acpica, AcpiEvaluateObject, nomod_minus_one) ;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c2335 status = AcpiEvaluateObject(NULL, "\\_PIC", &arglist, NULL); in apic_acpi_enter_apicmode()