Home
last modified time | relevance | path

Searched refs:s3c2410_udc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/
Ds3c2410_udc.h21 struct s3c2410_udc *dev;
76 struct s3c2410_udc { struct
98 #define to_s3c2410(g) (container_of((g), struct s3c2410_udc, gadget)) argument
Ds3c2410_udc.c61 static struct s3c2410_udc *the_controller;
271 static void s3c2410_udc_nuke(struct s3c2410_udc *udc, in s3c2410_udc_nuke()
549 static int s3c2410_udc_get_status(struct s3c2410_udc *dev, in s3c2410_udc_get_status()
601 static void s3c2410_udc_handle_ep0_idle(struct s3c2410_udc *dev, in s3c2410_udc_handle_ep0_idle()
741 static void s3c2410_udc_handle_ep0(struct s3c2410_udc *dev) in s3c2410_udc_handle_ep0()
867 struct s3c2410_udc *dev = _dev; in s3c2410_udc_irq()
1018 static inline struct s3c2410_udc *to_s3c2410_udc(struct usb_gadget *gadget) in to_s3c2410_udc()
1020 return container_of(gadget, struct s3c2410_udc, gadget); in to_s3c2410_udc()
1034 struct s3c2410_udc *dev; in s3c2410_udc_ep_enable()
1190 struct s3c2410_udc *dev; in s3c2410_udc_queue()
[all …]
DMakefile13 obj-$(CONFIG_USB_S3C2410) += s3c2410_udc.o