Searched refs:s3c2410_udc (Results 1 – 4 of 4) sorted by relevance
17 struct s3c2410_udc *dev;72 struct s3c2410_udc { struct94 #define to_s3c2410(g) (container_of((g), struct s3c2410_udc, gadget)) argument
56 static struct s3c2410_udc *the_controller;251 static void s3c2410_udc_nuke(struct s3c2410_udc *udc, in s3c2410_udc_nuke()531 static int s3c2410_udc_get_status(struct s3c2410_udc *dev, in s3c2410_udc_get_status()583 static void s3c2410_udc_handle_ep0_idle(struct s3c2410_udc *dev, in s3c2410_udc_handle_ep0_idle()723 static void s3c2410_udc_handle_ep0(struct s3c2410_udc *dev) in s3c2410_udc_handle_ep0()849 struct s3c2410_udc *dev = _dev; in s3c2410_udc_irq()1000 static inline struct s3c2410_udc *to_s3c2410_udc(struct usb_gadget *gadget) in to_s3c2410_udc()1002 return container_of(gadget, struct s3c2410_udc, gadget); in to_s3c2410_udc()1016 struct s3c2410_udc *dev; in s3c2410_udc_ep_enable()1172 struct s3c2410_udc *dev; in s3c2410_udc_queue()[all …]
20 obj-$(CONFIG_USB_S3C2410) += s3c2410_udc.o
540 header-test- += linux/platform_data/usb-s3c2410_udc.h