Searched refs:done (Results 101 - 125 of 146) sorted by relevance

123456

/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c114 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status);
369 * done - retire a request; caller blocked irqs
371 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status) function
431 done(ep, req, status);
771 done(ep, req, -ECONNRESET);
H A Ddwc2_udc_otg_xfer_dma.c205 "%s: RX DMA done : NULL REQ on OUT EP-%d\n",
243 "%s: RX DMA done : ep = %d, rx bytes = %d/%d, "
255 done(ep, req, 0);
285 "%s: TX DMA done : NULL REQ on IN EP-%d\n",
300 "%s: TX DMA done : ep = %d, tx bytes = %d/%d, "
318 done(ep, req, 0);
324 done(ep, req, 0);
336 done(ep, req, 0);
H A Dether.c937 goto done;
962 goto done;
969 goto done;
973 done:
1204 /* done sending after USB_CDC_GET_ENCAPSULATED_RESPONSE */
1333 * CDC requires the data transfers not be done from
/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020.c246 .done = ccat_done_fn,
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-npa.h428 u64 done : 20; member in struct:npa_af_aq_done::npa_af_aq_done_s
472 u64 done : 1; member in struct:npa_af_aq_done_ena_w1c::npa_af_aq_done_ena_w1c_s
494 u64 done : 1; member in struct:npa_af_aq_done_ena_w1s::npa_af_aq_done_ena_w1s_s
515 u64 done : 1; member in struct:npa_af_aq_done_int::npa_af_aq_done_int_s
536 u64 done : 1; member in struct:npa_af_aq_done_int_w1s::npa_af_aq_done_int_w1s_s
/u-boot/drivers/usb/host/
H A Dehci-hcd.c163 static int handshake(uint32_t *ptr, uint32_t mask, uint32_t done, int usec) argument
172 if (result == done)
1180 goto done;
1196 done:
1718 goto done;
1733 done:
/u-boot/tools/dtoc/
H A Dfdt.py699 # since properties come before subnodes. This is done after all the
728 done = False
732 done = True
733 tout.debug(f" {name}{'' if done else ' - ignored'}")
/u-boot/lib/rsa/
H A Drsa-sign.c665 goto done;
712 done:
/u-boot/drivers/core/
H A Duclass.c402 goto done;
407 done:
/u-boot/drivers/dfu/
H A Ddfu.c175 goto done;
178 done:
435 /* all done */
494 puts("\nUPLOAD ... done\nCtrl+C to exit ...\n");
/u-boot/drivers/serial/
H A Dusbtty.c494 /* No \n found. All done. */
695 urb_link_init (&endpoint_instance[i].done);
806 /* First look at done list */
807 current_urb = first_urb_detached (&endpoint->done);
/u-boot/board/ti/am335x/
H A Dboard.c635 goto done;
690 done:
/u-boot/arch/x86/cpu/
H A Dmp_init.c105 * done.
253 goto done;
265 done:
413 debug("done\n");
814 /* If we selected the BSP or a particular single CPU, we are done */
/u-boot/arch/sh/lib/
H A Dmovmem.S46 ! done all the large groups, do the remainder
/u-boot/tools/patman/
H A Dseries.py320 if not commit.future.done()]
/u-boot/include/u-boot/
H A Dzlib.h390 Compression can be done in a single step if the buffers are large
391 enough (for example if an input file is mmap'ed), or can be done by
461 int done; /* true when done reading gzip header (not used member in struct:gz_header_s
704 performed within this function so it shouldn't be done by the application.
/u-boot/arch/arm/mach-imx/
H A Dcmd_nandbcb.c1544 goto done;
1549 goto done;
1554 goto done;
1557 done:
/u-boot/tools/
H A Dkwbimage.c823 goto done;
851 goto done;
881 goto done;
887 goto done;
900 done:
924 goto done;
929 done:
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c704 bool done; local
706 while (!(done = ndf_dma_done(tn)) && get_timer(start) < NDF_TIMEOUT)
709 if (!done) {
1066 /* Make sure NDF is really done */
1217 /* Data transfer is done but NDF is not, it is waiting for R/B# */
1459 __iowmb(); /* flush done=0 before making request */
1472 if (!r->s.done || r->s.uncorrectable) {
1474 "%s timeout, done:%d uncorr:%d corr:%d erased:%d\n",
1475 __func__, r->s.done, r->s.uncorrectable,
1554 __iowmb(); /* flush done
[all...]
/u-boot/fs/yaffs2/
H A Dyaffs_yaffs2.c592 int done = 0; local
596 while (ok && !done) {
611 done = 1;
1448 yaffs_trace(YAFFS_TRACE_SCAN, "...done");
1512 /* Ok, we've done all the scanning.
/u-boot/arch/mips/mach-octeon/
H A Docteon_qlm.c1287 u64 done; local
1362 done = get_timer(0);
1369 } else if (get_timer(done) > 100) {
1394 done = get_timer(0);
1400 } else if (get_timer(done) > 500) {
1451 done = get_timer(0);
1458 } else if (get_timer(done) > 1000) {
1483 done = get_timer(0);
1489 } else if (get_timer(done) > 500) {
1522 u64 done; local
[all...]
/u-boot/fs/fat/
H A Dfat_write.c1302 goto done;
1312 goto done;
1316 done:
/u-boot/include/
H A Dusbdevice.h492 struct urb_link done; /* transmitted urbs */ member in struct:usb_endpoint_instance
/u-boot/drivers/net/bnxt/
H A Dbnxt.c1561 int done = SERVICE_NEXT_CQ_BD; local
1564 while (done == SERVICE_NEXT_CQ_BD) {
1583 done = bnxt_rx_complete(bp, (struct rx_pkt_cmpl *)cmp);
1586 done = NO_MORE_CQ_BD_TO_SERVICE;
/u-boot/scripts/kconfig/
H A Dconfdata.c194 goto done;
211 done:

Completed in 217 milliseconds

123456