Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c1048 static int s3c_hsotg_ep_sethalt(struct usb_ep *ep, int value);
1074 s3c_hsotg_ep_sethalt(&ep->ep, set); in s3c_hsotg_process_req_feature()
2424 static int s3c_hsotg_ep_sethalt(struct usb_ep *ep, int value) in s3c_hsotg_ep_sethalt() function
2471 .set_halt = s3c_hsotg_ep_sethalt,