Searched refs:Device (Results 1 - 25 of 163) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DIsaAcpi.c149 @param Device Point to device ID instance
155 IN EFI_ISA_ACPI_DEVICE_ID *Device,
166 if (Device == NULL) {
170 if (Device->HID == gPcatIsaAcpiDeviceList[Index].Device.HID &&
171 Device->UID == gPcatIsaAcpiDeviceList[Index].Device.UID ) {
191 @param Device Point to device ID instance
201 OUT EFI_ISA_ACPI_DEVICE_ID **Device
207 IsaDeviceLookup (*Device,
154 IsaDeviceLookup( IN EFI_ISA_ACPI_DEVICE_ID *Device, OUT EFI_ISA_ACPI_RESOURCE_LIST **IsaAcpiDevice, OUT EFI_ISA_ACPI_RESOURCE_LIST **NextIsaAcpiDevice ) argument
228 IsaDeviceSetPower( IN EFI_ISA_ACPI_PROTOCOL *This, IN EFI_ISA_ACPI_DEVICE_ID *Device, IN BOOLEAN OnOff ) argument
249 IsaGetCurrentResource( IN EFI_ISA_ACPI_PROTOCOL *This, IN EFI_ISA_ACPI_DEVICE_ID *Device, OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList ) argument
273 IsaGetPossibleResource( IN EFI_ISA_ACPI_PROTOCOL *This, IN EFI_ISA_ACPI_DEVICE_ID *Device, OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList ) argument
294 IsaSetResource( IN EFI_ISA_ACPI_PROTOCOL *This, IN EFI_ISA_ACPI_DEVICE_ID *Device, IN EFI_ISA_ACPI_RESOURCE_LIST *ResourceList ) argument
315 IsaEnableDevice( IN EFI_ISA_ACPI_PROTOCOL *This, IN EFI_ISA_ACPI_DEVICE_ID *Device, IN BOOLEAN Enable ) argument
[all...]
H A DPcatIsaAcpi.h133 @param Device Point to device ID instance
143 OUT EFI_ISA_ACPI_DEVICE_ID **Device
151 @param Device Point to device ID instance
161 IN EFI_ISA_ACPI_DEVICE_ID *Device,
169 @param Device Point to device ID instance
179 IN EFI_ISA_ACPI_DEVICE_ID *Device,
187 @param Device Point to device ID instance
196 IN EFI_ISA_ACPI_DEVICE_ID *Device,
204 @param Device Point to device ID instance
214 IN EFI_ISA_ACPI_DEVICE_ID *Device,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c62 UsbCloseHostProtoByChild (UsbIf->Device->Bus, UsbIf->Handle);
85 @param Device The device has the interface descriptor.
93 IN USB_DEVICE *Device,
109 UsbIf->Device = Device;
125 UsbNode.ParentPortNumber = Device->ParentPort;
130 HubIf = Device->ParentIf;
159 Status = UsbOpenHostProtoByChild (Device->Bus, UsbIf->Handle);
190 @param Device The USB device to free.
195 IN USB_DEVICE *Device
92 UsbCreateInterface( IN USB_DEVICE *Device, IN USB_INTERFACE_DESC *IfDesc ) argument
221 USB_DEVICE *Device; local
371 UsbSelectConfig( IN USB_DEVICE *Device, IN UINT8 ConfigValue ) argument
593 USB_DEVICE *Device; local
[all...]
H A DUsbEnumer.h132 @param Device The device to select configuration.
142 IN USB_DEVICE *Device,
149 @param Device The USB device to remove configuration from.
156 IN USB_DEVICE *Device
162 @param Device The device to remove.
169 IN USB_DEVICE *Device
H A DUsbHub.c708 HubDev = HubIf->Device;
749 if (HubIf->Device->Speed == EFI_USB_SPEED_SUPER) {
750 Depth = (UINT16)(HubIf->Device->Tier - 1);
752 UsbHubCtrlSetHubDepth (HubIf->Device, Depth);
755 UsbHubCtrlSetPortFeature (HubIf->Device, Index, USB_HUB_PORT_REMOTE_WAKE_MASK);
763 UsbHubCtrlSetPortFeature (HubIf->Device, Index, (EFI_USB_PORT_FEATURE) USB_HUB_PORT_POWER);
767 UsbHubAckHubStatus (HubIf->Device);
845 Status = UsbHubCtrlGetPortStatus (HubIf->Device, Port, PortState);
886 UsbHubCtrlClearPortFeature (HubIf->Device, Port, (UINT16) Map->Feature);
913 Status = UsbHubCtrlSetPortFeature (HubIf->Device, Por
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/
H A DIsaAcpi.h106 EFI_ISA_ACPI_DEVICE_ID Device; ///< The ACPI HID/UID associated with an ISA controller. member in struct:__anon10452
114 Device is a pointer to a NULL value, then the first ISA controller on the ISA
115 bus is returned in Device and EFI_SUCCESS is returned. If Device is a pointer
117 ISA controller on the ISA bus is returned in Device and EFI_SUCCESS is returned.
118 If Device is a pointer to the last ISA controller on the ISA bus, then
122 @param[out] Device The pointer to an ISA controller named by ACPI HID/UID.
132 OUT EFI_ISA_ACPI_DEVICE_ID **Device
138 This services sets the power state of the ISA controller specified by Device to
144 @param[in] Device Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/Device/
H A DConsole.h13 Depends on <kfile.h>, <Device/Device.h>, <Protocol/SimpleTextIn.h>, <Uefi/UefiBaseType.h>
19 #include <Device/Device.h>
40 DeviceNode *Parent; ///< Points to the parent Device Node.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86PciStr.h57 const pciDeviceInfo **Device; member in struct:__anon7611
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86PciStr.h57 const pciDeviceInfo **Device; member in struct:__anon7976
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86PciStr.h58 const pciDeviceInfo **Device; member in struct:__anon4756
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86PciStr.h58 const pciDeviceInfo **Device; member in struct:__anon4323
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/AcpiTimerLib/
H A DAcpiTimerLib.c49 UINT8 Device; local
51 Device = 1;
52 // Device = 7;
54 if (PciRead8 (PCI_LIB_ADDRESS (0,Device,3,0x80)) & 1) {
55 mPmba = PciRead32 (PCI_LIB_ADDRESS (0,Device,3,0x40));
59 PciAndThenOr32 (PCI_LIB_ADDRESS (0,Device,3,0x40),
61 PciOr8 (PCI_LIB_ADDRESS (0,Device,3,0x04), 0x01);
65 // ACPI Timer enable is in Bus 0, Device ?, Function 3
67 PciOr8 (PCI_LIB_ADDRESS (0,Device,3,0x80), 0x01);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacySio.c145 if (ResourceList->Device.HID == EISA_PNP_ID (0x500) || ResourceList->Device.HID == EISA_PNP_ID (0x501)) {
147 if (ResourceList->Device.UID <= 3 &&
167 Sio1Ptr = &SioPtr->Serial[ResourceList->Device.UID];
182 if (ResourceList->Device.HID == EISA_PNP_ID (0x400) || ResourceList->Device.HID == EISA_PNP_ID (0x401)) {
183 if (ResourceList->Device.UID <= 2 &&
188 Sio2Ptr = &SioPtr->Parallel[ResourceList->Device.UID];
198 if (ResourceList->Device.HID == EISA_PNP_ID (0x604)) {
216 // Hid = ResourceList->Device
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiKmt.h30 VBOXDISPKMT_DEVICE Device; member in struct:VBOXUHGSMI_PRIVATE_KMT
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumeratorSupport.h24 @param Device PCI device NO.
36 IN UINT8 Device,
65 @param Device PCI device NO.
78 IN UINT8 Device,
89 @param Device PCI device Device NO.
100 IN UINT8 Device,
110 @param Device PCI device Device NO.
121 IN UINT8 Device,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIdeControllerInit.h343 given (Channel, Device) pair.
347 @param[in] Device Zero-based device number on the Channel.
352 @retval EFI_INVALID_PARAMETER Device is invalid.
360 IN UINT8 Device,
394 @param[in] Device The zero-based device number on the Channel.
400 @retval EFI_INVALID_PARAMETER Device is invalid.
409 IN UINT8 Device,
452 @param[in] Device A zero-based device number on the Channel.
457 @retval EFI_INVALID_PARAMETER Device is invalid.
472 IN UINT8 Device,
[all...]
H A DSmmUsbDispatch2.h55 EFI_DEVICE_PATH_PROTOCOL *Device; member in struct:__anon12318
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
H A DIdeController.h225 given (Channel, Device) pair.
229 @param[in] Device Zero-based device number on the Channel.
234 @retval EFI_INVALID_PARAMETER Device is invalid.
242 IN UINT8 Device,
277 @param[in] Device The zero-based device number on the Channel.
283 @retval EFI_INVALID_PARAMETER Device is invalid.
292 IN UINT8 Device,
336 @param[in] Device A zero-based device number on the Channel.
341 @retval EFI_INVALID_PARAMETER Device is invalid.
356 IN UINT8 Device,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A DEfiPci.h30 UINT8 Device; member in struct:__anon10140
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/AcpiTables/
H A DDsdt.asl30 Device (PCI0) {
116 // Bus 0, Device 1
123 // Bus 0, Device 3
134 // PCI to ISA Bridge (Bus 0, Device 1, Function 0)
136 Device (LPC) {
217 Device (LNKA) {
231 Device (LNKB) {
245 Device (LNKC) {
259 Device (LNKD) {
273 Device(PI
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DDevSearch.c2 Device Abstraction: Search device list for a matching device.
21 #include <Device/Device.h>
32 @param DevName Name of the Device Abstraction to find.
33 @param DevProto GUID of the Protocol associated with the Device Abstraction.
34 @param Node Pointer to the pointer to receive the found Device Node's address.
36 @retval RETURN_SUCCESS The desired Device Node was found.
61 /* Traverse the list of Device Nodes hunting for a match */
100 // Device Name matched, GUIDs skipped
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A DMainData.h24 #include <Device/Device.h>
26 #include "Device/Console.h"
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyInterrupt.h51 @param Device The PCI Device.
54 @retval EFI_SUCCESS The Bus, Device, and Function were returned successfully.
62 OUT UINT8 *Device,
H A DSmmUsbDispatch.h50 EFI_DEVICE_PATH_PROTOCOL *Device; member in struct:__anon10784
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyInterrupt.c64 @param[out] Device - PCI Device
67 @retval EFI_SUCCESS Bus/Device/Function returned
75 OUT UINT8 *Device,
80 *Device = LEGACY_INT_DEV;
72 GetLocation( IN EFI_LEGACY_INTERRUPT_PROTOCOL *This, OUT UINT8 *Bus, OUT UINT8 *Device, OUT UINT8 *Function ) argument

Completed in 93 milliseconds

1234567