Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/
Ds3c2410_udc.h13 struct s3c2410_ep { struct
75 struct s3c2410_ep ep[S3C2410_ENDPOINTS];
Ds3c2410_udc.c229 static void s3c2410_udc_done(struct s3c2410_ep *ep, in s3c2410_udc_done()
247 struct s3c2410_ep *ep, int status) in s3c2410_udc_nuke()
293 static int s3c2410_udc_write_fifo(struct s3c2410_ep *ep, in s3c2410_udc_write_fifo()
394 static int s3c2410_udc_read_fifo(struct s3c2410_ep *ep, in s3c2410_udc_read_fifo()
575 struct s3c2410_ep *ep, in s3c2410_udc_handle_ep0_idle()
717 struct s3c2410_ep *ep = &dev->ep[0]; in s3c2410_udc_handle_ep0()
785 static void s3c2410_udc_handle_ep(struct s3c2410_ep *ep) in s3c2410_udc_handle_ep()
984 static inline struct s3c2410_ep *to_s3c2410_ep(struct usb_ep *ep) in to_s3c2410_ep()
986 return container_of(ep, struct s3c2410_ep, ep); in to_s3c2410_ep()
1006 struct s3c2410_ep *ep; in s3c2410_udc_ep_enable()
[all …]