Searched defs:usb_cdev_privdata (Results 1 – 1 of 1) sorted by relevance
56 struct usb_cdev_privdata { struct57 struct usb_bus *bus;58 struct usb_device *udev;59 struct usb_interface *iface;60 int bus_index; /* bus index */61 int dev_index; /* device index */62 int ep_addr; /* endpoint address */63 int fflags;64 uint8_t fifo_index; /* FIFO index */