Searched refs:nuke (Results 1 – 5 of 5) sorted by relevance
| /drivers/usb/mtu3/ |
| A D | mtu3_gadget.c | 37 static void nuke(struct mtu3_ep *mep, const int status) in nuke() function 130 nuke(mep, -ESHUTDOWN); in mtu3_ep_disable() 516 nuke(mtu->ep0, -ESHUTDOWN); in stop_activity() 518 nuke(mtu->in_eps + i, -ESHUTDOWN); in stop_activity() 519 nuke(mtu->out_eps + i, -ESHUTDOWN); in stop_activity()
|
| /drivers/usb/gadget/ |
| A D | at91_udc.c | 266 static void nuke(struct at91_ep *ep, int status) in nuke() function 373 nuke(ep, -ESHUTDOWN); in at91_ep_disable() 671 nuke(ep, -ESHUTDOWN); in reset_gadget() 695 nuke(ep, -ESHUTDOWN); in stop_activity() 1084 nuke(ep0, -EPROTO); in handle_ep0() 1093 nuke(ep0, 0); in handle_ep0()
|
| A D | dwc2_udc_otg.c | 122 static void nuke(struct dwc2_ep *ep, int status); 423 static void nuke(struct dwc2_ep *ep, int status) in nuke() function 450 nuke(ep, -ESHUTDOWN); in stop_activity() 699 nuke(ep, -ESHUTDOWN); in dwc2_ep_disable()
|
| A D | dwc2_udc_otg_xfer_dma.c | 1264 nuke(ep, -EPROTO); in dwc2_ep0_setup()
|
| /drivers/usb/musb-new/ |
| A D | musb_gadget.c | 217 static void nuke(struct musb_ep *ep, const int status) in nuke() function 1250 nuke(musb_ep, -ESHUTDOWN); in musb_gadget_disable() 2082 nuke(&hw_ep->ep_in, -ESHUTDOWN); in stop_activity() 2085 nuke(&hw_ep->ep_in, -ESHUTDOWN); in stop_activity() 2087 nuke(&hw_ep->ep_out, -ESHUTDOWN); in stop_activity()
|
Completed in 23 milliseconds