Searched refs:DeviceNode (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslmaputils.c234 * PARAMETERS: DeviceNode - Node for parent device
247 ACPI_NAMESPACE_NODE *DeviceNode)
254 Status = AcpiNsGetNode (DeviceNode, METHOD_NAME__HID,
317 ACPI_NAMESPACE_NODE *DeviceNode; local
322 &DeviceNode);
328 return (MpGetHidValue (DeviceNode));
357 ACPI_NAMESPACE_NODE *DeviceNode; local
377 DeviceNode = Op->Asl.Node;
378 if (!DeviceNode)
384 *ParentDeviceName = AcpiNsGetExternalPathname (DeviceNode);
246 MpGetHidValue( ACPI_NAMESPACE_NODE *DeviceNode) argument
409 ACPI_NAMESPACE_NODE *DeviceNode; local
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
H A Duteval.c316 * DeviceNode - Node for the device
331 ACPI_NAMESPACE_NODE *DeviceNode,
341 Status = AcpiUtEvaluateObject (DeviceNode, ObjectName,
363 * PARAMETERS: DeviceNode - Node for the device
378 ACPI_NAMESPACE_NODE *DeviceNode,
388 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__STA,
401 AcpiUtGetNodeName (DeviceNode)));
425 * PARAMETERS: DeviceNode - Node for the device
441 ACPI_NAMESPACE_NODE *DeviceNode,
461 Status = AcpiUtEvaluateObject (DeviceNode,
329 AcpiUtEvaluateNumericObject( const char *ObjectName, ACPI_NAMESPACE_NODE *DeviceNode, UINT64 *Value) argument
377 AcpiUtExecute_STA( ACPI_NAMESPACE_NODE *DeviceNode, UINT32 *Flags) argument
440 AcpiUtExecutePowerMethods( ACPI_NAMESPACE_NODE *DeviceNode, const char **MethodNames, UINT8 MethodCount, UINT8 *OutValues) argument
[all...]
H A Dutids.c165 * PARAMETERS: DeviceNode - Node for the device
181 ACPI_NAMESPACE_NODE *DeviceNode,
193 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__HID,
253 * PARAMETERS: DeviceNode - Node for the device
269 ACPI_NAMESPACE_NODE *DeviceNode,
281 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__UID,
341 * PARAMETERS: DeviceNode - Node for the device
362 ACPI_NAMESPACE_NODE *DeviceNode,
382 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__CID,
498 * PARAMETERS: DeviceNode
180 AcpiUtExecute_HID( ACPI_NAMESPACE_NODE *DeviceNode, ACPI_PNP_DEVICE_ID **ReturnId) argument
268 AcpiUtExecute_UID( ACPI_NAMESPACE_NODE *DeviceNode, ACPI_PNP_DEVICE_ID **ReturnId) argument
361 AcpiUtExecute_CID( ACPI_NAMESPACE_NODE *DeviceNode, ACPI_PNP_DEVICE_ID_LIST **ReturnCidList) argument
514 AcpiUtExecute_CLS( ACPI_NAMESPACE_NODE *DeviceNode, ACPI_PNP_DEVICE_ID **ReturnId) argument
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsinit.c713 ACPI_NAMESPACE_NODE *DeviceNode; local
721 DeviceNode = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, ObjHandle);
722 if ((DeviceNode->Type != ACPI_TYPE_DEVICE) &&
723 (DeviceNode->Type != ACPI_TYPE_PROCESSOR) &&
724 (DeviceNode->Type != ACPI_TYPE_THERMAL))
736 if (!(DeviceNode->Flags & ANOBJ_SUBTREE_HAS_INI))
753 ACPI_TYPE_METHOD, DeviceNode, METHOD_NAME__STA));
755 Status = AcpiUtExecute_STA (DeviceNode, &Flags);
831 if (!ACPI_COMPARE_NAMESEG (DeviceNode->Name.Ascii, "_SB_") ||
832 DeviceNode
[all...]
/freebsd-12-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePathToText.h30 @param DeviceNode Points to the device node to be converted.
39 @retval NULL if DeviceNode is NULL or there was insufficient memory.
45 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
H A DDevicePathUtilities.h80 If DeviceNode is NULL then a copy of DevicePath is returned.
81 If DevicePath is NULL then a copy of DeviceNode, followed by an end-of-device path device node is returned.
82 If both DeviceNode and DevicePath are NULL then a copy of an end-of-device-path device node is returned.
85 @param DeviceNode Points to the device node.
95 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode
/freebsd-12-stable/sys/contrib/dev/acpica/components/events/
H A Devxfgpe.c555 ACPI_NAMESPACE_NODE *DeviceNode; local
579 DeviceNode = AcpiGbl_RootNode;
583 DeviceNode = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, WakeDevice);
588 if (DeviceNode->Type != ACPI_TYPE_DEVICE)
654 if (Notify->DeviceNode == DeviceNode)
664 NewNotify->DeviceNode = DeviceNode;
H A Devgpe.c678 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE);
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacutils.h679 ACPI_NAMESPACE_NODE *DeviceNode,
684 ACPI_NAMESPACE_NODE *DeviceNode,
689 ACPI_NAMESPACE_NODE *DeviceNode,
700 ACPI_NAMESPACE_NODE *DeviceNode,
705 ACPI_NAMESPACE_NODE *DeviceNode,
710 ACPI_NAMESPACE_NODE *DeviceNode,
715 ACPI_NAMESPACE_NODE *DeviceNode,
H A Damlresrc.h855 ACPI_NAMESPACE_NODE *DeviceNode);
H A Daclocal.h639 ACPI_NAMESPACE_NODE *DeviceNode; /* Device to be notified */ member in struct:acpi_gpe_notify_info
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h498 NULL if DeviceNode is NULL or there was insufficient memory.
512 @param DeviceNode A Pointer to the device node to be converted.
520 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
527 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-parse.c3592 EFI_DEVICE_PATH_PROTOCOL *DeviceNode; local
3618 DeviceNode = FromText (DeviceNodeStr);
3620 DeviceNode = FromText (ParamStr);
3626 return DeviceNode;
3648 EFI_DEVICE_PATH_PROTOCOL *DeviceNode; local
3668 DeviceNode = UefiDevicePathLibConvertTextToDeviceNode (DeviceNodeStr);
3670 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode);
3672 FreePool (DeviceNode);
3676 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *) AllocatePool (END_DEVICE_PATH_LENGTH);
3677 ASSERT (DeviceNode !
[all...]
H A Defivar-dp-format.c2277 @param DeviceNode A Pointer to the device node to be converted.
2285 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
2292 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
2302 if (DeviceNode == NULL) {
2312 Node = __DECONST(EFI_DEVICE_PATH_PROTOCOL *, DeviceNode);
2315 if (DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type &&
2316 DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType
2344 NULL if DeviceNode is NULL or there was insufficient memory.
2291 UefiDevicePathLibConvertDeviceNodeToText( IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts ) argument
H A Duefi-dplib.h422 NULL if DeviceNode is NULL or there was insufficient memory.
436 @param DeviceNode A Pointer to the device node to be converted.
444 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
451 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,

Completed in 356 milliseconds