TianoCore EDK2 master
Loading...
Searching...
No Matches
_USB_BUS Struct Reference

Data Fields

UINTN Signature
 
EFI_USB_BUS_PROTOCOL BusId
 
EFI_HANDLE HostHandle
 
EFI_DEVICE_PATH_PROTOCOLDevicePath
 
EFI_USB2_HC_PROTOCOLUsb2Hc
 
EFI_USB_HC_PROTOCOLUsbHc
 
UINT32 MaxDevices
 
USB_DEVICEDevices [256]
 
LIST_ENTRY WantedUsbIoDPList
 

Detailed Description

Definition at line 236 of file UsbBus.h.

Field Documentation

◆ BusId

EFI_USB_BUS_PROTOCOL _USB_BUS::BusId

Definition at line 238 of file UsbBus.h.

◆ DevicePath

EFI_DEVICE_PATH_PROTOCOL* _USB_BUS::DevicePath

Definition at line 244 of file UsbBus.h.

◆ Devices

USB_DEVICE* _USB_BUS::Devices[256]

Definition at line 258 of file UsbBus.h.

◆ HostHandle

EFI_HANDLE _USB_BUS::HostHandle

Definition at line 243 of file UsbBus.h.

◆ MaxDevices

UINT32 _USB_BUS::MaxDevices

Definition at line 253 of file UsbBus.h.

◆ Signature

UINTN _USB_BUS::Signature

Definition at line 237 of file UsbBus.h.

◆ Usb2Hc

EFI_USB2_HC_PROTOCOL* _USB_BUS::Usb2Hc

Definition at line 245 of file UsbBus.h.

◆ UsbHc

EFI_USB_HC_PROTOCOL* _USB_BUS::UsbHc

Definition at line 246 of file UsbBus.h.

◆ WantedUsbIoDPList

LIST_ENTRY _USB_BUS::WantedUsbIoDPList

Definition at line 268 of file UsbBus.h.


The documentation for this struct was generated from the following file: