Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c2410_udc.c597 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() function
1398 .set_halt = s3c2410_udc_set_halt,