Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.h17 int bdc_ep_set_stall(struct bdc *bdc, int epnum);
H A Dbdc_cmd.c285 int bdc_ep_set_stall(struct bdc *bdc, int epnum) in bdc_ep_set_stall() function
312 ret = bdc_ep_set_stall(bdc, epnum); in bdc_ep_clear_stall()
H A Dbdc_ep.c879 ret = bdc_ep_set_stall(bdc, ep->ep_num); in ep_set_halt()