iPXE
Data Fields
usbio_interface Struct Reference

A USB I/O protocol interface. More...

#include <usbio.h>

Data Fields

EFI_HANDLE handle
 EFI device handle. More...
 
EFI_USB_IO_PROTOCOLio
 USB I/O protocol. More...
 
unsigned int count
 Usage count. More...
 

Detailed Description

A USB I/O protocol interface.

Definition at line 112 of file usbio.h.

Field Documentation

◆ handle

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().

◆ io

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().

◆ count

unsigned int usbio_interface::count

Usage count.

Definition at line 118 of file usbio.h.

Referenced by usbio_close(), usbio_interfaces(), and usbio_open().


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