#include <usb.h>
Data Fields | |
int | eop |
int | attr |
int | direction |
int | max_pkt |
int | interval |
struct usb_iface * | iface |
host_eop_info | h_eop |
struct list_elem | peers |
Definition at line 127 of file usb.h.
Definition at line 129 of file usb.h.
Referenced by msc_reset_endpoint(), and usb_configure_default().
struct usb_iface* usb_endpoint::iface [read] |
Definition at line 134 of file usb.h.
Referenced by usb_configure_default(), usb_dev_bulk(), usb_dev_setup(), and usb_tx_all().
Definition at line 135 of file usb.h.
Referenced by usb_configure_default(), usb_dev_bulk(), usb_dev_setup(), and usb_tx_all().
struct list_elem usb_endpoint::peers [read] |