Home
last modified time | relevance | path

Searched refs:nuke (Results 1 – 10 of 10) sorted by relevance

/linux/arch/parisc/boot/compressed/
H A Dhead.S30 ;! nuke the W bit, saving original value
/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c259 static void nuke (struct pxa25x_ep *, int status);
483 nuke (ep, -ESHUTDOWN); in pxa25x_ep_disable()
945 static void nuke(struct pxa25x_ep *ep, int status) in nuke() function
1504 nuke(ep, -ESHUTDOWN); in reset_gadget()
1531 nuke(ep, -ESHUTDOWN); in stop_activity()
1572 nuke(&dev->ep[i], -ECONNABORTED); in clear_ep_state()
1608 nuke(ep, -EPIPE); in handle_ep0()
1616 nuke(ep, 0); in handle_ep0()
1631 nuke (ep, -EPROTO); in handle_ep0()
1748 nuke(ep, -EPROTO); in handle_ep0()
H A Dlpc32xx_udc.c1424 static void nuke(struct lpc32xx_ep *ep, int status) in nuke() function
1532 nuke(ep, -ESHUTDOWN); in stop_activity()
1572 nuke(ep, -ESHUTDOWN); in lpc32xx_ep_disable()
2185 nuke(ep0, -EPROTO); in udc_handle_ep0_setup()
2331 nuke(ep0, -ECONNABORTED); in udc_handle_ep0_in()
2343 nuke(ep0, -ECONNABORTED); in udc_handle_ep0_in()
2366 nuke(ep0, -ECONNABORTED); in udc_handle_ep0_out()
2376 nuke(ep0, 0); in udc_handle_ep0_out()
2394 nuke(ep0, -ECONNABORTED); in udc_handle_ep0_out()
H A Dgoku_udc.c81 static void nuke(struct goku_ep *, int status);
260 nuke(ep, -ESHUTDOWN); in goku_ep_disable()
794 static void nuke(struct goku_ep *ep, int status) in nuke() function
1398 nuke(&dev->ep [i], -ESHUTDOWN); in stop_activity()
1436 nuke(&dev->ep[0], 0); in ep0_setup()
1637 nuke(ep, 0); in goku_irq()
H A Dat91_udc.c454 static void nuke(struct at91_ep *ep, int status) in nuke() function
561 nuke(ep, -ESHUTDOWN); in at91_ep_disable()
864 nuke(ep, -ESHUTDOWN); in reset_gadget()
888 nuke(ep, -ESHUTDOWN); in stop_activity()
1282 nuke(ep0, -EPROTO); in handle_ep0()
1291 nuke(ep0, 0); in handle_ep0()
H A Domap_udc.c235 static void nuke(struct omap_ep *, int status);
250 nuke(ep, -ESHUTDOWN); in omap_ep_disable()
1331 static void nuke(struct omap_ep *ep, int status) in nuke() function
1357 nuke(&udc->ep[0], -ESHUTDOWN); in udc_quiesce()
1359 nuke(ep, -ESHUTDOWN); in udc_quiesce()
1406 nuke(ep0, 0); in ep0_irq()
H A Ddummy_hcd.c333 static void nuke(struct dummy *dum, struct dummy_ep *ep) in nuke() function
360 nuke(dum, &dum->ep[i]); in stop_activity()
654 nuke(dum, ep); in dummy_disable()
H A Dnet2280.c510 static void nuke(struct net2280_ep *);
523 nuke(ep); in net2280_disable()
1215 static void nuke(struct net2280_ep *ep) in nuke() function
2468 nuke(&dev->ep[i]); in stop_activity()
/linux/drivers/usb/usbip/
H A Dvudc_dev.c73 static void nuke(struct vudc *udc, struct vep *ep) in nuke() function
98 nuke(udc, &udc->ep[i]); in stop_activity()
273 nuke(udc, ep); in vep_disable()
/linux/drivers/usb/musb/
H A Dmusb_gadget.c159 static void nuke(struct musb_ep *ep, const int status) in nuke() function
1113 nuke(musb_ep, -ESHUTDOWN); in musb_gadget_disable()