Lines Matching refs:s3c2410_udc
61 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()
1295 struct s3c2410_udc *udc; in s3c2410_udc_dequeue()
1433 struct s3c2410_udc *udc = to_s3c2410_udc(gadget); in s3c2410_udc_set_selfpowered()
1446 static void s3c2410_udc_disable(struct s3c2410_udc *dev);
1447 static void s3c2410_udc_enable(struct s3c2410_udc *dev);
1449 static int s3c2410_udc_set_pullup(struct s3c2410_udc *udc, int is_on) in s3c2410_udc_set_pullup()
1475 struct s3c2410_udc *udc = to_s3c2410_udc(gadget); in s3c2410_udc_vbus_session()
1486 struct s3c2410_udc *udc = to_s3c2410_udc(gadget); in s3c2410_udc_pullup()
1496 struct s3c2410_udc *dev = _dev; in s3c2410_udc_vbus_irq()
1568 static void s3c2410_udc_disable(struct s3c2410_udc *dev) in s3c2410_udc_disable()
1594 static void s3c2410_udc_reinit(struct s3c2410_udc *dev) in s3c2410_udc_reinit()
1620 static void s3c2410_udc_enable(struct s3c2410_udc *dev) in s3c2410_udc_enable()
1653 struct s3c2410_udc *udc = to_s3c2410(g); in s3c2410_udc_start()
1668 struct s3c2410_udc *udc = to_s3c2410(g); in s3c2410_udc_stop()
1679 static struct s3c2410_udc memory = {
1757 struct s3c2410_udc *udc = &memory; in s3c2410_udc_probe()
1908 struct s3c2410_udc *udc = platform_get_drvdata(pdev); in s3c2410_udc_remove()