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