|
iPXE
|
A USB I/O protocol interface. More...
#include <usbio.h>
Data Fields | |
| EFI_HANDLE | handle |
| EFI device handle. More... | |
| EFI_USB_IO_PROTOCOL * | io |
| USB I/O protocol. More... | |
| unsigned int | count |
| Usage count. More... | |
| EFI_HANDLE usbio_interface::handle |
EFI device handle.
Definition at line 114 of file usbio.h.
Referenced by usbio_close(), usbio_control_poll(), usbio_endpoint_open(), usbio_interfaces(), and usbio_open().
| EFI_USB_IO_PROTOCOL* usbio_interface::io |
USB I/O protocol.
Definition at line 116 of file usbio.h.
Referenced by usbio_control_poll(), usbio_endpoint_open(), usbio_interfaces(), and usbio_open().
| unsigned int usbio_interface::count |
Usage count.
Definition at line 118 of file usbio.h.
Referenced by usbio_close(), usbio_interfaces(), and usbio_open().
1.8.15