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