Searched refs:__dwc3_stop_active_transfer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | gadget.c | 1445 * __dwc3_stop_active_transfer - stop the current active transfer 1455 static int __dwc3_stop_active_transfer(struct dwc3_ep *dep, bool force, bool interrupt) in __dwc3_stop_active_transfer() function 1652 ret = __dwc3_stop_active_transfer(dep, false, true); in __dwc3_gadget_start_isoc() 3316 __dwc3_stop_active_transfer(dep, force, interrupt); in dwc3_stop_active_transfer()
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | gadget.c | 1709 * __dwc3_stop_active_transfer - stop the current active transfer 1719 static int __dwc3_stop_active_transfer(struct dwc3_ep *dep, bool force, bool interrupt) in __dwc3_stop_active_transfer() function 1933 ret = __dwc3_stop_active_transfer(dep, false, true); in __dwc3_gadget_start_isoc() 3942 __dwc3_stop_active_transfer(dep, force, interrupt); in dwc3_stop_active_transfer()
|
Completed in 10 milliseconds