Lines Matching defs:Dev
9 typedef struct Dev Dev; typedef
165 struct Dev struct
168 char* dir; /* path for the endpoint dir */
169 int id; /* usb id for device or ep. number */
170 int dfd; /* descriptor for the data file */
171 int cfd; /* descriptor for the control file */
172 int maxpkt; /* cached from usb description */
173 Ref nerrs; /* number of errors in requests */
174 Usbdev* usb; /* USB description */
175 void* aux; /* for the device driver */
176 void (*free)(void*); /* idem. to release aux */