|
iPXE
|
USB Communications Device Class (CDC) More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| struct cdc_union_descriptor * | cdc_union_descriptor (struct usb_configuration_descriptor *config, struct usb_interface_descriptor *interface) |
| Locate CDC union functional descriptor. More... | |
USB Communications Device Class (CDC)
Definition in file cdc.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| struct cdc_union_descriptor* cdc_union_descriptor | ( | struct usb_configuration_descriptor * | config, |
| struct usb_interface_descriptor * | interface | ||
| ) |
Locate CDC union functional descriptor.
| config | Configuration descriptor |
| interface | Interface descriptor |
| desc | Union functional descriptor, or NULL if not found |
Definition at line 44 of file cdc.c.
References CDC_SUBTYPE_UNION, desc, for_each_interface_descriptor, NULL, and USB_CS_INTERFACE_DESCRIPTOR.
1.8.15