Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/
Ds3c2410_udc.h13 struct s3c2410_ep { struct
14 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 …]