Searched refs:finished (Results 1 - 25 of 25) sorted by relevance

/drivers/video/console/
H A Dfbcon_rotate.c31 goto finished;
53 goto finished;
92 finished:
H A Dfbcon.c1174 goto finished;
1179 goto finished;
1184 goto finished;
1190 finished:
/drivers/usb/gadget/
H A Damd5536udc.c696 unsigned finished = 0; local
718 finished = 1;
724 return finished;
1123 goto finished;
1128 goto finished;
1196 goto finished;
1232 finished:
2105 goto finished;
2115 goto finished;
2228 goto finished;
[all...]
H A Dpch_udc.c3196 goto finished;
3205 goto finished;
3210 goto finished;
3216 goto finished;
3223 goto finished;
3238 goto finished;
3249 goto finished;
3256 goto finished;
3259 finished:
H A Dgoku_udc.c662 goto finished;
677 goto finished;
701 finished:
/drivers/staging/media/lirc/
H A Dlirc_sasem.c111 struct completion finished; /* wait for write to finish */ member in struct:sasem_context::tx_t
336 init_completion(&context->tx.finished);
346 wait_for_completion(&context->tx.finished);
472 /* notify waiters that write has finished */
474 complete(&context->tx.finished);
900 wait_for_completion(&context->tx.finished);
H A Dlirc_imon.c108 struct completion finished; /* wait for write to finish */ member in struct:imon_context::tx_t
337 init_completion(&context->tx.finished);
348 &context->tx.finished);
470 /* notify waiters that write has finished */
472 complete(&context->tx.finished);
980 complete_all(&context->tx.finished);
/drivers/media/video/
H A Dv4l2-mem2mem.c254 * v4l2_m2m_job_finish() - inform the framework that a job has been finished
257 * Called by a driver to yield back the device after it has finished with it.
279 wake_up(&m2m_dev->curr_ctx->finished);
550 init_waitqueue_head(&m2m_ctx->finished);
591 wait_event(m2m_ctx->finished, !(m2m_ctx->job_flags & TRANS_RUNNING));
/drivers/scsi/arm/
H A DKconfig20 previous commands haven't finished yet. Some SCSI devices don't
/drivers/video/
H A Dmodedb.c1077 goto finished;
1098 goto finished;
1111 goto finished;
1118 goto finished;
1123 finished:
/drivers/net/ethernet/sfc/
H A Dmcdi_phy.c642 goto finished;
650 finished:
/drivers/media/rc/
H A Dimon.c118 struct completion finished; /* wait for write to finish */ member in struct:imon_context::tx_t
512 init_completion(&ictx->tx.finished);
525 &ictx->tx.finished);
968 /* notify waiters that write has finished */
971 complete(&ictx->tx.finished);
2404 complete_all(&ictx->tx.finished);
/drivers/staging/rts_pstor/
H A Drtsx_chip.c1687 int i, finished = 0; local
1698 finished = 1;
1703 if (!finished) {
1712 int i, finished = 0; local
1722 finished = 1;
1727 if (!finished) {
/drivers/media/dvb/frontends/
H A Dlgs8gxx.c350 u8 *finished)
366 *finished = (ret == 0) ? 1 : 0;
404 dprintk("auto detect finished\n");
349 lgs8gxx_is_autodetect_finished(struct lgs8gxx_state *priv, u8 *finished) argument
/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c242 goto finished;
248 finished:
251 * device finished, but the background work is going
/drivers/scsi/fnic/
H A Dfnic_main.c309 int (*finished)(struct vnic_dev *, int *),
323 err = finished(vdev, &done);
/drivers/scsi/
H A D3w-sas.c598 int finished = 0, count = 0; local
650 finished = 1;
667 } while ((finished == 0) && (count < TW_MAX_AEN_DRAIN));
H A D3w-9xxx.c289 int finished = 0, count = 0; local
346 finished = 1;
363 } while ((finished == 0) && (count < TW_MAX_AEN_DRAIN));
H A D3w-xxxx.c694 int finished = 0; local
784 finished = 1;
836 } while (finished == 0);
H A Dhpsa.c2149 /* wait until any scan already in progress is finished. */
2168 h->scan_finished = 1; /* mark scan as finished. */
2178 int finished; local
2181 finished = h->scan_finished;
2183 return finished;
/drivers/scsi/lpfc/
H A Dlpfc_init.c226 /* dump mem may return a zero when finished or we got a
1678 int finished = 0; local
1689 while (!finished && (index < (len - 4))) {
1803 finished = 0;
1806 finished = 1;
2993 * whether the scan host is finished.
3012 goto finished;
3019 goto finished;
3026 goto finished;
3030 goto finished;
[all...]
/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1831 int (*finished)(struct vnic_dev *, int *),
1850 err = finished(vdev, &done);
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_sdio.c1688 brcmf_sdbrcm_readframes(struct brcmf_sdio *bus, uint maxframes, bool *finished) argument
1707 /* Not finished unless we encounter no more frames indication */
1708 *finished = false;
1857 *finished = true;
/drivers/s390/block/
H A Ddasd.c1779 /* Rechain finished requests to final queue */
1945 goto finished;
1957 finished:
2272 * first the terminated cqr needs to be finished
2326 default: /* already finished or clear pending - do nothing */
2377 * Process finished error recovery ccw.
2544 /* Process finished ERP request. */
2550 /* Rechain finished requests to final queue */
2681 /* Process finished ERP request. */
/drivers/net/wireless/bcmdhd/
H A Ddhd_sdio.c4761 dhdsdio_readframes(dhd_bus_t *bus, uint maxframes, bool *finished) argument
4810 /* Not finished unless we encounter no more frames indication */
4811 *finished = FALSE;
5131 *finished = TRUE;

Completed in 657 milliseconds