Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c1046 static int s3c_hsotg_ep_sethalt(struct usb_ep *ep, int value);
1090 s3c_hsotg_ep_sethalt(&ep->ep, set); in s3c_hsotg_process_req_feature()
2464 static int s3c_hsotg_ep_sethalt(struct usb_ep *ep, int value) in s3c_hsotg_ep_sethalt() function
2524 .set_halt = s3c_hsotg_ep_sethalt,