Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3_gadget.c39 static void nuke(struct mtu3_ep *mep, const int status) in nuke() function
139 nuke(mep, -ESHUTDOWN); in mtu3_ep_disable()
543 nuke(mtu->ep0, -ESHUTDOWN); in stop_activity()
545 nuke(mtu->in_eps + i, -ESHUTDOWN); in stop_activity()
546 nuke(mtu->out_eps + i, -ESHUTDOWN); in stop_activity()
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A DREADME10 I've made up a Unix makefile for the programs nuke and unnuke, called
44 nuke - compressing one audio stream
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c207 static void nuke(struct pxa25x_ep *, int status);
360 nuke(ep, -ESHUTDOWN); in pxa25x_ep_disable()
840 static void nuke(struct pxa25x_ep *ep, int status) in nuke() function
1211 nuke(&dev->ep[i], -ECONNABORTED); in clear_ep_state()
1232 nuke(ep, -EPIPE); in handle_ep0()
1240 nuke(ep, 0); in handle_ep0()
1255 nuke(ep, -EPROTO); in handle_ep0()
1389 nuke(ep, -EPROTO); in handle_ep0()
1992 nuke(ep, -ESHUTDOWN); in stop_activity()
H A Dat91_udc.c265 static void nuke(struct at91_ep *ep, int status) in nuke() function
372 nuke(ep, -ESHUTDOWN); in at91_ep_disable()
670 nuke(ep, -ESHUTDOWN); in reset_gadget()
694 nuke(ep, -ESHUTDOWN); in stop_activity()
1083 nuke(ep0, -EPROTO); in handle_ep0()
1092 nuke(ep0, 0); in handle_ep0()
H A Ddwc2_udc_otg.c115 static void nuke(struct dwc2_ep *ep, int status);
413 static void nuke(struct dwc2_ep *ep, int status) in nuke() function
440 nuke(ep, -ESHUTDOWN); in stop_activity()
696 nuke(ep, -ESHUTDOWN); in dwc2_ep_disable()
H A Ddwc2_udc_otg_xfer_dma.c1297 nuke(ep, -EPROTO); in dwc2_ep0_setup()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c263 static void nuke (struct pxa25x_ep *, int status);
487 nuke (ep, -ESHUTDOWN); in pxa25x_ep_disable()
949 static void nuke(struct pxa25x_ep *ep, int status) in nuke() function
1505 nuke(ep, -ESHUTDOWN); in reset_gadget()
1532 nuke(ep, -ESHUTDOWN); in stop_activity()
1610 nuke(&dev->ep[i], -ECONNABORTED); in clear_ep_state()
1646 nuke(ep, -EPIPE); in handle_ep0()
1654 nuke(ep, 0); in handle_ep0()
1669 nuke (ep, -EPROTO); in handle_ep0()
1786 nuke(ep, -EPROTO); in handle_ep0()
H A Dlpc32xx_udc.c1425 static void nuke(struct lpc32xx_ep *ep, int status) in nuke() function
1535 nuke(ep, -ESHUTDOWN); in stop_activity()
1575 nuke(ep, -ESHUTDOWN); in lpc32xx_ep_disable()
2191 nuke(ep0, -EPROTO); in udc_handle_ep0_setup()
2337 nuke(ep0, -ECONNABORTED); in udc_handle_ep0_in()
2349 nuke(ep0, -ECONNABORTED); in udc_handle_ep0_in()
2372 nuke(ep0, -ECONNABORTED); in udc_handle_ep0_out()
2382 nuke(ep0, 0); in udc_handle_ep0_out()
2400 nuke(ep0, -ECONNABORTED); in udc_handle_ep0_out()
H A Dmv_udc_core.c57 static void nuke(struct mv_ep *ep, int status);
585 nuke(ep, -ESHUTDOWN); in mv_ep_disable()
1294 static void nuke(struct mv_ep *ep, int status) in nuke() function
1313 nuke(&udc->eps[0], -ESHUTDOWN); in gadget_reset()
1316 nuke(ep, -ESHUTDOWN); in gadget_reset()
1331 nuke(&udc->eps[0], -ESHUTDOWN); in stop_activity()
1334 nuke(ep, -ESHUTDOWN); in stop_activity()
1662 nuke(&udc->eps[ep_num * 2 + EP_DIR_OUT], -ESHUTDOWN); in handle_setup_packet()
H A Dpxa27x_udc.c768 static void nuke(struct pxa_ep *ep, int status) in nuke() function
1392 nuke(ep, -ESHUTDOWN); in pxa_ep_disable()
1827 nuke(ep, -EPROTO); in handle_ep0_ctrl_req()
1948 nuke(ep, -EPIPE); in handle_ep0()
1954 nuke(ep, 0); in handle_ep0()
2253 nuke(ep, -EPROTO); in irq_udc_reset()
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
1397 nuke(&dev->ep [i], -ESHUTDOWN); in stop_activity()
1435 nuke(&dev->ep[0], 0); in ep0_setup()
1636 nuke(ep, 0); in goku_irq()
H A Dat91_udc.c453 static void nuke(struct at91_ep *ep, int status) in nuke() function
560 nuke(ep, -ESHUTDOWN); in at91_ep_disable()
861 nuke(ep, -ESHUTDOWN); in reset_gadget()
885 nuke(ep, -ESHUTDOWN); in stop_activity()
1279 nuke(ep0, -EPROTO); in handle_ep0()
1288 nuke(ep0, 0); in handle_ep0()
H A Domap_udc.c233 static void nuke(struct omap_ep *, int status);
248 nuke(ep, -ESHUTDOWN); in omap_ep_disable()
1327 static void nuke(struct omap_ep *ep, int status) in nuke() function
1353 nuke(&udc->ep[0], -ESHUTDOWN); in udc_quiesce()
1355 nuke(ep, -ESHUTDOWN); in udc_quiesce()
1402 nuke(ep0, 0); in ep0_irq()
H A Dfsl_udc_core.c206 static void nuke(struct fsl_ep *ep, int status) in nuke() function
660 nuke(ep, -ESHUTDOWN); in fsl_ep_disable()
1310 nuke(ep, -ESHUTDOWN); in udc_reset_ep_queue()
1999 nuke(&udc_controller->eps[0], -ESHUTDOWN); in fsl_udc_stop()
2002 nuke(loop_ep, -ESHUTDOWN); in fsl_udc_stop()
H A Dfsl_qe_udc.c127 static void nuke(struct qe_ep *ep, int status) in nuke() function
1623 nuke(ep, -ESHUTDOWN); in qe_ep_disable()
1893 nuke(ep, -ECONNRESET); in udc_reset_ep_queue()
2315 nuke(&udc->eps[0], -ESHUTDOWN); in fsl_qe_stop()
2317 nuke(loop_ep, -ESHUTDOWN); in fsl_qe_stop()
H A Ddummy_hcd.c329 static void nuke(struct dummy *dum, struct dummy_ep *ep) in nuke() function
356 nuke(dum, &dum->ep[i]); in stop_activity()
648 nuke(dum, ep); in dummy_disable()
H A Dnet2280.c510 static void nuke(struct net2280_ep *);
523 nuke(ep); in net2280_disable()
1223 static void nuke(struct net2280_ep *ep) in nuke() function
2472 nuke(&dev->ep[i]); in stop_activity()
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A Dhead.S30 ;! nuke the W bit, saving original value
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklibc-utils.inc37 install -m 755 usr/utils/${KLIBC_UTILS_VARIANT}/nuke ${D}${base_bindir}
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c213 static void nuke(struct musb_ep *ep, const int status) in nuke() function
1248 nuke(musb_ep, -ESHUTDOWN); in musb_gadget_disable()
2070 nuke(&hw_ep->ep_in, -ESHUTDOWN); in stop_activity()
2073 nuke(&hw_ep->ep_in, -ESHUTDOWN); in stop_activity()
2075 nuke(&hw_ep->ep_out, -ESHUTDOWN); in stop_activity()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_gadget.c158 static void nuke(struct musb_ep *ep, const int status) in nuke() function
1112 nuke(musb_ep, -ESHUTDOWN); in musb_gadget_disable()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Drds.rst156 nuke any pending messages.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0003-Added-support-for-duktape-as-JS-engine.patch841 + * to pass the GSource so we can nuke it once handled.
3120 - * to pass the GSource so we can nuke it once handled.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.css.map1 … border-right: 0;\n }\n }\n }\n\n // Only nuke the last row's bott…

12