Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.h16 int bdc_stop_ep(struct bdc *bdc, int epnum);
H A Dbdc_cmd.c335 int bdc_stop_ep(struct bdc *bdc, int epnum) in bdc_stop_ep() function
H A Dbdc_ep.c568 ret = bdc_stop_ep(bdc, ep->ep_num); in bdc_ep_disable()
763 ret = bdc_stop_ep(bdc, ep->ep_num); in ep_dequeue()