Home
last modified time | relevance | path

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

123

/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/DeviceManagerUiLib/
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.c51 IN OUT UINTN *Devices, in GetDeviceHandleInfo() argument
66 || Devices == NULL in GetDeviceHandleInfo()
76 *Devices = 0; in GetDeviceHandleInfo()
97 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer); in GetDeviceHandleInfo()
98 if (!EFI_ERROR(Status) && Devices != NULL && HandleBuffer != NULL) { in GetDeviceHandleInfo()
99 for (Count = 0 ; Count < *Devices ; Count++) { in GetDeviceHandleInfo()
146 UINTN Devices; in ShellCommandRunDevices() local
232 …Status = GetDeviceHandleInfo(*HandleListWalker, &Type, &Cfg, &Diag, &Parents, &Devices, &Children,… in ShellCommandRunDevices()
233 if (Name != NULL && (Parents != 0 || Devices != 0 || Children != 0)) { in ShellCommandRunDevices()
245 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()
762 if (Bus->Devices[Address] == NULL) { in UsbEnumerateNewDev()
776 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()
1042 UsbBus->Devices[0] = RootHub; in UsbBusBuildProtocol()
1470 RootHub = Bus->Devices[0]; in UsbBusControllerDriverStop()
1476 if (Bus->Devices[Index] != NULL) { in UsbBusControllerDriverStop()
1477 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
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dhardware_info_app.te28 # Devices
/device/ti/beagle_x15/gpu/
DNOTICE19 * or for TI ('TI Devices').
32 * * any redistribution and use are licensed by TI for use only with TI Devices.
41 * derivative works, are licensed by TI for use only with TI Devices.
44 * with TI Devices.
/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/mediatek/wembley-sepolicy/non_plat/
Ddevice.te239 # Sensor common Devices Start
251 # Sensor Devices Start
255 # Sensor bio Devices Start
/device/mediatek/wembley-sepolicy/r_non_plat/
Ddevice.te239 # Sensor common Devices Start
251 # Sensor Devices Start
255 # Sensor bio Devices Start
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DEepromDriver.txt84 1. Create driver directory (OpenPlatformPkg/Drivers/I2c/Devices/...).
DSpiDriver.txt88 Drivers/Spi/Devices/A8kSpiFlash.h)
/device/linaro/poplar/sepolicy/
Dfile_contexts2 # Devices
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DQuarkSouthCluster.asi2 Quark South Cluster Devices.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Armada/
DArmada70x0.fdf107 INF OpenPlatformPkg/Drivers/I2c/Devices/MvEeprom/MvEeprom.inf
109 INF OpenPlatformPkg/Drivers/Spi/Devices/MvSpiFlash.inf

123