Home
last modified time | relevance | path

Searched defs:s3c2410_ep (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c2410_udc.h17 struct s3c2410_ep { struct
18 struct list_head queue;
19 unsigned long last_io; /* jiffies timestamp */
20 struct usb_gadget *gadget;
21 struct s3c2410_udc *dev;
22 struct usb_ep ep;
23 u8 num;
25 unsigned short fifo_size;
26 u8 bEndpointAddress;
27 u8 bmAttributes;
[all …]