Searched refs:s3c2410_udc_set_halt (Results 1 – 1 of 1) sorted by relevance
597 static int s3c2410_udc_set_halt(struct usb_ep *_ep, int value);681 s3c2410_udc_set_halt(&dev->ep[crq->wIndex & 0x7f].ep, 0); in s3c2410_udc_handle_ep0_idle()694 s3c2410_udc_set_halt(&dev->ep[crq->wIndex & 0x7f].ep, 1); in s3c2410_udc_handle_ep0_idle()1101 s3c2410_udc_set_halt(_ep, 0); in s3c2410_udc_ep_enable()1334 static int s3c2410_udc_set_halt(struct usb_ep *_ep, int value) in s3c2410_udc_set_halt() function1398 .set_halt = s3c2410_udc_set_halt,