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