Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.h15 int bdc_dconfig_ep(struct bdc *bdc, struct bdc_ep *ep);
H A Dbdc_cmd.c108 int bdc_dconfig_ep(struct bdc *bdc, struct bdc_ep *ep) in bdc_dconfig_ep() function
H A Dbdc_ep.c581 ret = bdc_dconfig_ep(bdc, ep); in bdc_ep_disable()