Home
last modified time | relevance | path

Searched refs:Devices (Results 1 – 25 of 43) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
DBootManagerPolicyDxe.c45 EFI_DEVICE_PATH_PROTOCOL *Devices; in ConnectAllAndCreateNetworkDeviceList() local
56 Devices = NULL; in ConnectAllAndCreateNetworkDeviceList()
62 TempDevicePath = Devices; in ConnectAllAndCreateNetworkDeviceList()
63 Devices = AppendDevicePathInstance (Devices, SingleDevice); in ConnectAllAndCreateNetworkDeviceList()
69 if (Devices != NULL) { in ConnectAllAndCreateNetworkDeviceList()
74 GetDevicePathSize (Devices), in ConnectAllAndCreateNetworkDeviceList()
75 Devices in ConnectAllAndCreateNetworkDeviceList()
81 FreePool (Devices); in ConnectAllAndCreateNetworkDeviceList()
84 return (Devices == NULL) ? EFI_DEVICE_ERROR : EFI_SUCCESS; in ConnectAllAndCreateNetworkDeviceList()
100 EFI_DEVICE_PATH_PROTOCOL *Devices; in ConnectNetwork() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
DDeviceManagerStrings.uni25 #string STR_DEVICES_LIST #language en-US "Devices List"
26 #language fr-FR "Devices List"
27 #string STR_DISK_DEVICE #language en-US "Disk Devices"
28 #language fr-FR "Disk Devices"
29 #string STR_VIDEO_DEVICE #language en-US "Video Devices"
30 #language fr-FR "Video Devices"
31 #string STR_NETWORK_DEVICE #language en-US "Network Devices"
32 #language fr-FR "Network Devices"
33 #string STR_INPUT_DEVICE #language en-US "Input Devices"
34 #language fr-FR "Input Devices"
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDevices.c52 IN OUT UINTN *Devices, in GetDeviceHandleInfo() argument
67 || Devices == NULL in GetDeviceHandleInfo()
77 *Devices = 0; in GetDeviceHandleInfo()
98 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer); in GetDeviceHandleInfo()
99 if (!EFI_ERROR(Status) && Devices != NULL && HandleBuffer != NULL) { in GetDeviceHandleInfo()
100 for (Count = 0 ; Count < *Devices ; Count++) { in GetDeviceHandleInfo()
147 UINTN Devices; in ShellCommandRunDevices() local
233 …Status = GetDeviceHandleInfo(*HandleListWalker, &Type, &Cfg, &Diag, &Parents, &Devices, &Children,… in ShellCommandRunDevices()
234 if (Name != NULL && (Parents != 0 || Devices != 0 || Children != 0)) { in ShellCommandRunDevices()
246 Devices, in ShellCommandRunDevices()
DUefiShellDriver1CommandsLib.inf27 Devices.c
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManagerStrings.uni23 #string STR_DEVICES_LIST #language en-US "Devices List"
24 #language fr-FR "Devices List"
25 #string STR_DISK_DEVICE #language en-US "Disk Devices"
26 #language fr-FR "Disk Devices"
27 #string STR_VIDEO_DEVICE #language en-US "Video Devices"
28 #language fr-FR "Video Devices"
29 #string STR_NETWORK_DEVICE #language en-US "Network Devices"
30 #language fr-FR "Network Devices"
31 #string STR_INPUT_DEVICE #language en-US "Input Devices"
32 #language fr-FR "Input Devices"
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbEnumer.c567 Child = Bus->Devices[Index]; in UsbRemoveDevice()
576 Bus->Devices[Index] = NULL; in UsbRemoveDevice()
578 Bus->Devices[Index]->DisconnectFail = TRUE; in UsbRemoveDevice()
594 Bus->Devices[Device->Address] = NULL; in UsbRemoveDevice()
597 Bus->Devices[Device->Address]->DisconnectFail = TRUE; in UsbRemoveDevice()
628 Device = Bus->Devices[Index]; in UsbFindChild()
758 if (Bus->Devices[Address] == NULL) { in UsbEnumerateNewDev()
772 Bus->Devices[Address] = Child; in UsbEnumerateNewDev()
DUsbBus.c111 Dev->Bus->Devices[Dev->Translator.TranslatorHubAddress], in UsbIoControlTransfer()
284 Dev->Bus->Devices[Dev->Translator.TranslatorHubAddress], in UsbIoBulkTransfer()
1045 UsbBus->Devices[0] = RootHub; in UsbBusBuildProtocol()
1473 RootHub = Bus->Devices[0]; in UsbBusControllerDriverStop()
1479 if (Bus->Devices[Index] != NULL) { in UsbBusControllerDriverStop()
1480 Status = UsbRemoveDevice (Bus->Devices[Index]); in UsbBusControllerDriverStop()
DUsbBus.h268 USB_DEVICE *Devices[256]; member
/device/linaro/hikey/bt-wifi-firmware-util/
DNOTICE22 for TI ("TI Devices"). No hardware patent is licensed hereunder.
35 * any redistribution and use are licensed by TI for use only with TI Devices.
44 derivative works, are licensed by TI for use only with TI Devices.
48 with TI Devices.
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSiI3132AtaPassThru.c35 List = SataPort->Devices.ForwardLink; in GetSataDevice()
37 while (List != &SataPort->Devices) { in GetSataDevice()
475 List = SataPort->Devices.ForwardLink; in SiI3132GetNextDevice()
476 if (List != &SataPort->Devices) { in SiI3132GetNextDevice()
487 if (List != &SataPort->Devices) { in SiI3132GetNextDevice()
644 …*PortMultiplierPort = ((SATA_SI3132_DEVICE*)SataSiI3132Instance->Ports[*Port].Devices.ForwardLink)… in SiI3132GetDevice()
DSataSiI3132.c55 InitializeListHead (&(Port->Devices)); in SataSiI3132PortConstructor()
209 InsertTailList (&Port->Devices, &Device->Link); in SataSiI3132PortInitialization()
DSataSiI3132.h132 LIST_ENTRY Devices; member
/device/linaro/bootloader/edk2/StdLib/
DStdLib.inc67 DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf
68 …DevShell|StdLib/LibC/Uefi/Devices/daShell.inf # DEPRECATED! Please use DevMedia for new cod…
69 DevMedia|StdLib/LibC/Uefi/Devices/daShell.inf
70 DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf
DStdLib.dsc125 StdLib/LibC/Uefi/Devices/daUtility.inf
126 StdLib/LibC/Uefi/Devices/daConsole.inf
127 StdLib/LibC/Uefi/Devices/daShell.inf
DReadMe.txt335 DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf
336 DevShell|StdLib/LibC/Uefi/Devices/daShell.inf
337 DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf
/device/linaro/bootloader/edk2/EmulatorPkg/FirmwareVolumePei/
DFirmwareVolumePei.inf4 # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtFirmwareVolumePei/
DWinNtFirmwareVolumePei.inf4 # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DQuarkSouthCluster.asi2 Quark South Cluster Devices.
DPlatform.asl339 // Devices placed here instead of below relevant controllers.
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPchScc.asl30 // Devices score-boarded by the PEP, Rev0 format
33 // Devices score-boarded by the PEP, Rev1 format
DGloblNvs.asl286 HLPS, 8, //(657) Hide Devices
D98_LINK.ASL53 Name(_UID,1) // Unique to other Link Devices
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
Dfacp.asl82 Legacy Devices Supported (V2) : 0
/device/linaro/bootloader/edk2/AppPkg/
DReadMe.txt346 DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf
347 DevShell|StdLib/LibC/Uefi/Devices/daShell.inf
348 DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DReadMe.txt335 DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf
336 DevShell|StdLib/LibC/Uefi/Devices/daShell.inf
337 DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf

12