Searched refs:s3c2410_udc_set_halt (Results 1 – 1 of 1) sorted by relevance
599 static int s3c2410_udc_set_halt(struct usb_ep *_ep, int value);683 s3c2410_udc_set_halt(&dev->ep[crq->wIndex & 0x7f].ep, 0); in s3c2410_udc_handle_ep0_idle()696 s3c2410_udc_set_halt(&dev->ep[crq->wIndex & 0x7f].ep, 1); in s3c2410_udc_handle_ep0_idle()1103 s3c2410_udc_set_halt(_ep, 0); in s3c2410_udc_ep_enable()1336 static int s3c2410_udc_set_halt(struct usb_ep *_ep, int value) in s3c2410_udc_set_halt() function1400 .set_halt = s3c2410_udc_set_halt,