iPXE
|
A USB function descriptor. More...
#include <usb.h>
Data Fields | |
uint16_t | vendor |
Vendor ID. More... | |
uint16_t | product |
Product ID. More... | |
union usb_class_descriptor | class |
Class. More... | |
unsigned int | count |
Number of interfaces. More... | |
A USB function descriptor.
This is an internal descriptor used to represent an association of interfaces within a USB device.
uint16_t usb_function_descriptor::vendor |
uint16_t usb_function_descriptor::product |
union usb_class_descriptor usb_function_descriptor::class |
unsigned int usb_function_descriptor::count |
Number of interfaces.
Definition at line 664 of file usb.h.
Referenced by efi_usb_path(), efi_usb_probe(), usb_probe_all(), usbio_interface(), usbnet_comms_describe(), and usbnet_data_describe().