list of usb devices created by ftdi_usb_find_all() More...
#include <ftdi.h>
Public Attributes | |
struct ftdi_device_list * | next |
struct usb_device * | dev |
list of usb devices created by ftdi_usb_find_all()
Definition at line 224 of file ftdi.h.
pointer to next entry
Definition at line 227 of file ftdi.h.
Referenced by ftdi_list_free(), and ftdi_usb_find_all().
struct usb_device* ftdi_device_list::dev |
pointer to libusb's usb_device
Definition at line 229 of file ftdi.h.
Referenced by ftdi_usb_find_all().