Searched defs:s3c2410_ep (Results 1 – 1 of 1) sorted by relevance
13 struct s3c2410_ep { struct14 struct list_head queue;15 unsigned long last_io; /* jiffies timestamp */16 struct usb_gadget *gadget;17 struct s3c2410_udc *dev;18 struct usb_ep ep;19 u8 num;21 unsigned short fifo_size;22 u8 bEndpointAddress;23 u8 bmAttributes;[all …]