Lines Matching defs:Dev
9 typedef struct Dev Dev; typedef
169 struct Dev struct
172 char* dir; /* path for the endpoint dir */
173 int id; /* usb id for device or ep. number */
174 int dfd; /* descriptor for the data file */
175 int cfd; /* descriptor for the control file */
176 int isusb3; /* this is a usb3 device */
177 int depth; /* hub depth for usb3 hubs */
178 int maxpkt; /* cached from usb description */
179 Ref nerrs; /* number of errors in requests */
180 Usbdev* usb; /* USB description */
181 void* aux; /* for the device driver */
182 void (*free)(void*); /* idem. to release aux */