Home
last modified time | relevance | path

Searched refs:DeviceNode (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Daslmaputils.c247 ACPI_NAMESPACE_NODE *DeviceNode) in MpGetHidValue() argument
254 Status = AcpiNsGetNode (DeviceNode, METHOD_NAME__HID, in MpGetHidValue()
317 ACPI_NAMESPACE_NODE *DeviceNode; in MpGetHidViaNamestring() local
322 &DeviceNode); in MpGetHidViaNamestring()
328 return (MpGetHidValue (DeviceNode)); in MpGetHidViaNamestring()
357 ACPI_NAMESPACE_NODE *DeviceNode; in MpGetParentDeviceHid() local
377 DeviceNode = Op->Asl.Node; in MpGetParentDeviceHid()
378 if (!DeviceNode) in MpGetParentDeviceHid()
384 *ParentDeviceName = AcpiNsGetExternalPathname (DeviceNode); in MpGetParentDeviceHid()
385 return (MpGetHidValue (DeviceNode)); in MpGetParentDeviceHid()
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsinit.c713 ACPI_NAMESPACE_NODE *DeviceNode; in AcpiNsInitOneDevice() local
721 DeviceNode = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, ObjHandle); in AcpiNsInitOneDevice()
722 if ((DeviceNode->Type != ACPI_TYPE_DEVICE) && in AcpiNsInitOneDevice()
723 (DeviceNode->Type != ACPI_TYPE_PROCESSOR) && in AcpiNsInitOneDevice()
724 (DeviceNode->Type != ACPI_TYPE_THERMAL)) in AcpiNsInitOneDevice()
736 if (!(DeviceNode->Flags & ANOBJ_SUBTREE_HAS_INI)) in AcpiNsInitOneDevice()
753 ACPI_TYPE_METHOD, DeviceNode, METHOD_NAME__STA)); in AcpiNsInitOneDevice()
755 Status = AcpiUtExecute_STA (DeviceNode, &Flags); in AcpiNsInitOneDevice()
831 if (!ACPI_COMPARE_NAMESEG (DeviceNode->Name.Ascii, "_SB_") || in AcpiNsInitOneDevice()
832 DeviceNode->Parent != AcpiGbl_RootNode) in AcpiNsInitOneDevice()
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Duteval.c331 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtEvaluateNumericObject() argument
341 Status = AcpiUtEvaluateObject (DeviceNode, ObjectName, in AcpiUtEvaluateNumericObject()
378 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecute_STA() argument
388 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__STA, in AcpiUtExecute_STA()
401 AcpiUtGetNodeName (DeviceNode))); in AcpiUtExecute_STA()
441 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecutePowerMethods() argument
461 Status = AcpiUtEvaluateObject (DeviceNode, in AcpiUtExecutePowerMethods()
483 AcpiUtGetNodeName (DeviceNode), AcpiFormatException (Status))); in AcpiUtExecutePowerMethods()
H A Dutids.c181 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecute_HID() argument
193 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__HID, in AcpiUtExecute_HID()
269 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecute_UID() argument
281 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__UID, in AcpiUtExecute_UID()
362 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecute_CID() argument
382 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__CID, in AcpiUtExecute_CID()
515 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecute_CLS() argument
530 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__CLS, in AcpiUtExecute_CLS()
/dflybsd-src/sys/contrib/dev/acpica/source/components/events/
H A Devxfgpe.c555 ACPI_NAMESPACE_NODE *DeviceNode; in ACPI_EXPORT_SYMBOL() local
579 DeviceNode = AcpiGbl_RootNode; in ACPI_EXPORT_SYMBOL()
583 DeviceNode = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, WakeDevice); in ACPI_EXPORT_SYMBOL()
588 if (DeviceNode->Type != ACPI_TYPE_DEVICE) in ACPI_EXPORT_SYMBOL()
654 if (Notify->DeviceNode == DeviceNode) in ACPI_EXPORT_SYMBOL()
664 NewNotify->DeviceNode = DeviceNode; in ACPI_EXPORT_SYMBOL()
H A Devregion.c168 ACPI_NAMESPACE_NODE *DeviceNode,
1010 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiEvExecuteOrphanRegMethod() argument
1023 if (!DeviceNode) in AcpiEvExecuteOrphanRegMethod()
1034 Status = AcpiGetHandle (DeviceNode, METHOD_NAME__REG, &RegMethod); in AcpiEvExecuteOrphanRegMethod()
1047 NextNode = AcpiNsGetNextNode (DeviceNode, NULL); in AcpiEvExecuteOrphanRegMethod()
1057 NextNode = AcpiNsGetNextNode (DeviceNode, NextNode); in AcpiEvExecuteOrphanRegMethod()
H A Devgpe.c678 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE); in AcpiEvAsynchExecuteGpeMethod()
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dacutils.h680 ACPI_NAMESPACE_NODE *DeviceNode,
685 ACPI_NAMESPACE_NODE *DeviceNode,
690 ACPI_NAMESPACE_NODE *DeviceNode,
701 ACPI_NAMESPACE_NODE *DeviceNode,
706 ACPI_NAMESPACE_NODE *DeviceNode,
711 ACPI_NAMESPACE_NODE *DeviceNode,
716 ACPI_NAMESPACE_NODE *DeviceNode,
H A Damlresrc.h876 ACPI_NAMESPACE_NODE *DeviceNode);
H A Daclocal.h639 ACPI_NAMESPACE_NODE *DeviceNode; /* Device to be notified */ member
/dflybsd-src/lib/libefivar/
H A Defivar-dp-parse.c3591 EFI_DEVICE_PATH_PROTOCOL *DeviceNode; in UefiDevicePathLibConvertTextToDeviceNode() local
3617 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()
3619 DeviceNode = FromText (ParamStr); in UefiDevicePathLibConvertTextToDeviceNode()
3625 return DeviceNode; in UefiDevicePathLibConvertTextToDeviceNode()
3647 EFI_DEVICE_PATH_PROTOCOL *DeviceNode; in UefiDevicePathLibConvertTextToDevicePath() local
3667 DeviceNode = UefiDevicePathLibConvertTextToDeviceNode (DeviceNodeStr); in UefiDevicePathLibConvertTextToDevicePath()
3669 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
3671 FreePool (DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
3675 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *) AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
3676 ASSERT (DeviceNode != NULL); in UefiDevicePathLibConvertTextToDevicePath()
[all …]
H A Defivar-dp-format.c2291 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode, in UefiDevicePathLibConvertDeviceNodeToText() argument
2301 if (DeviceNode == NULL) { in UefiDevicePathLibConvertDeviceNodeToText()
2311 Node = __DECONST(EFI_DEVICE_PATH_PROTOCOL *, DeviceNode); in UefiDevicePathLibConvertDeviceNodeToText()
2314 if (DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type && in UefiDevicePathLibConvertDeviceNodeToText()
2315 DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDeviceNodeToText()
H A Duefi-dplib.h451 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePathToText.h39 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
H A DDevicePathUtilities.h88 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode
/dflybsd-src/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daehandlers.c460 ACPI_NAMESPACE_NODE *DeviceNode = (ACPI_NAMESPACE_NODE *) GpeDevice; in AeGpeHandler() local
465 GpeNumber, GpeDevice ? DeviceNode->Name.Ascii : "FADT"); in AeGpeHandler()
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h522 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,