Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.h113 void dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep);
H A Dep0.c1102 void dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_ep0_end_control_data() function
1145 dwc3_ep0_end_control_data(dwc, dep); in dwc3_ep0_xfernotready()
H A Dgadget.c149 dwc3_ep0_end_control_data(dwc, dwc->eps[dir]); in dwc3_ep0_reset_state()
151 dwc3_ep0_end_control_data(dwc, dwc->eps[!dir]); in dwc3_ep0_reset_state()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dep0.c1021 static void dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_ep0_end_control_data() function
1061 dwc3_ep0_end_control_data(dwc, dep); in dwc3_ep0_xfernotready()