Searched refs:s3c2410_udc_set_halt (Results 1 – 1 of 1) sorted by relevance
592 static int s3c2410_udc_set_halt(struct usb_ep *_ep, int value);676 s3c2410_udc_set_halt(&dev->ep[crq->wIndex & 0x7f].ep, 0); in s3c2410_udc_handle_ep0_idle()689 s3c2410_udc_set_halt(&dev->ep[crq->wIndex & 0x7f].ep, 1); in s3c2410_udc_handle_ep0_idle()1096 s3c2410_udc_set_halt(_ep, 0); in s3c2410_udc_ep_enable()1329 static int s3c2410_udc_set_halt(struct usb_ep *_ep, int value) in s3c2410_udc_set_halt() function1393 .set_halt = s3c2410_udc_set_halt,