Home
last modified time | relevance | path

Searched refs:s3c2410_udc_set_halt (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c2410_udc.c572 static int s3c2410_udc_set_halt(struct usb_ep *_ep, int value);
656 s3c2410_udc_set_halt(&dev->ep[crq->wIndex & 0x7f].ep, 0); in s3c2410_udc_handle_ep0_idle()
669 s3c2410_udc_set_halt(&dev->ep[crq->wIndex & 0x7f].ep, 1); in s3c2410_udc_handle_ep0_idle()
1074 s3c2410_udc_set_halt(_ep, 0); in s3c2410_udc_ep_enable()
1304 static int s3c2410_udc_set_halt(struct usb_ep *_ep, int value) in s3c2410_udc_set_halt() function
1368 .set_halt = s3c2410_udc_set_halt,