Searched defs:s3c2410_ep (Results 1 – 1 of 1) sorted by relevance
17 struct s3c2410_ep { struct18 struct list_head queue;19 unsigned long last_io; /* jiffies timestamp */20 struct usb_gadget *gadget;21 struct s3c2410_udc *dev;22 const struct usb_endpoint_descriptor *desc;23 struct usb_ep ep;24 u8 num;26 unsigned short fifo_size;27 u8 bEndpointAddress;[all …]