Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.h122 int dwc3_gadget_start_config(struct dwc3 *dwc, unsigned int resource_index);
H A Dep0.c651 dwc3_gadget_start_config(dwc, 2); in dwc3_ep0_set_config()
H A Dgadget.c548 int dwc3_gadget_start_config(struct dwc3 *dwc, unsigned int resource_index) in dwc3_gadget_start_config() function
2965 ret = dwc3_gadget_start_config(dwc, 0); in __dwc3_gadget_start()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c359 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config() function
476 ret = dwc3_gadget_start_config(dwc, dep); in __dwc3_gadget_ep_enable()