Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.h14 int bdc_config_ep(struct bdc *bdc, struct bdc_ep *ep);
H A Dbdc_cmd.c134 int bdc_config_ep(struct bdc *bdc, struct bdc_ep *ep) in bdc_config_ep() function
H A Dbdc_udc.c120 ret = bdc_config_ep(bdc, bdc->bdc_ep_array[1]); in bdc_uspc_connected()
H A Dbdc_ep.c622 ret = bdc_config_ep(bdc, ep); in bdc_ep_enable()