Searched refs:finish (Results 76 - 100 of 175) sorted by relevance

1234567

/linux-master/arch/powerpc/platforms/52xx/
H A Dlite5200_pm.c241 .finish = lite5200_pm_finish,
/linux-master/net/netfilter/ipset/
H A Dip_set_list_set.c372 goto finish;
383 goto finish;
392 goto finish;
402 finish:
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c898 goto finish;
903 goto finish;
906 goto finish;
911 goto finish;
914 goto finish;
919 goto finish;
922 goto finish;
927 goto finish;
936 goto finish;
943 finish
[all...]
/linux-master/drivers/usb/host/
H A Dr8a66597-hcd.c1312 int finish = 0; local
1345 finish = 1;
1359 finish = 0;
1362 /* check transfer finish */
1363 if (finish || check_transfer_finish(td, urb)) {
1366 finish = 1;
1378 if (finish && pipenum != 0)
1434 /* check transfer finish */
1449 u8 finish = 0; local
1470 finish
[all...]
/linux-master/drivers/usb/musb/
H A Dmusb_host.c822 goto finish;
834 finish:
1815 goto finish;
1838 goto finish;
1844 goto finish;
1910 goto finish;
1926 goto finish;
1953 goto finish;
1973 finish:
H A Dmusb_gadget_ep0.c853 goto finish;
862 finish:
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.c1500 goto finish;
1503 goto finish;
1509 goto finish;
1513 goto finish;
1518 goto finish;
1521 goto finish;
1526 goto finish;
1535 goto finish;
1542 finish:
1749 * then the only way to finish al
[all...]
/linux-master/sound/soc/sof/intel/
H A Dbdw.c139 goto finish;
146 finish:
195 /* disable DMA finish function for SSP0 & SSP1 */
/linux-master/arch/arm/mach-omap1/
H A Dpm.c558 .finish = omap_pm_finish,
/linux-master/arch/um/kernel/
H A Dum_arch.c519 .finish = um_suspend_finish,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h514 void (*finish)(struct intel_engine_cs *engine); member in struct:intel_engine_cs::__anon649
H A Dintel_reset.c927 if (engine->reset.finish)
928 engine->reset.finish(engine);
1248 finish:
1270 goto finish;
1416 * request that won't finish until the reset is done. This
/linux-master/drivers/md/dm-vdo/
H A Dio-submitter.c64 .finish = finish_bio_queue,
H A Dvdo.c153 .finish = finish_vdo_request_queue,
160 .finish = NULL,
167 .finish = NULL,
/linux-master/include/media/
H A Dvideobuf2-core.h77 * @finish: called every time the buffer is passed back from the driver
134 void (*finish)(void *buf_priv); member in struct:vb2_mem_ops
264 * after the 'finish' memop is called.
272 * skip_cache_sync_on_finish: when set buffer's ->finish() function
410 * finish and give back all buffers it got from &buf_queue
517 * ->finish().
/linux-master/drivers/mtd/devices/
H A Dspear_smi.c267 unsigned long finish; local
270 finish = jiffies + timeout;
275 continue; /* try till finish */
282 } while (!time_after_eq(jiffies, finish));
/linux-master/kernel/livepatch/
H A Dcore.c596 complete(&patch->finish);
721 wait_for_completion(&patch->finish);
929 init_completion(&patch->finish);
/linux-master/kernel/power/
H A Dhibernate.c108 && ops->prepare && ops->finish && ops->enter && ops->pre_restore
164 * platform_end - Call platform to finish transition to the working state.
214 hibernation_ops->finish();
581 * hibernation_ops->finish() before saving the image, so we should let
630 hibernation_ops->finish();
968 * this to finish.
/linux-master/fs/bcachefs/
H A Dtests.c772 u64 finish;
795 j->finish = sched_clock();
867 time = j.finish - j.start;
/linux-master/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c813 goto finish;
819 goto finish;
861 finish:
919 goto finish;
975 finish:
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c41 bool finish; member in struct:safexcel_ahash_req
129 if (!req->finish && req->xcbcmac)
145 if (req->finish)
164 if (req->finish) {
165 /* Compute digest count for hash/HMAC finish operations */
215 } else { /* Hash continuation, do not finish yet */
269 if (sreq->finish) {
331 if (!req->finish && !req->last_req) {
704 /* invalidate for HMAC finish with odigest changed */
705 (req->finish
[all...]
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c1357 priv->prs_shadow[pe.index].finish = false;
1387 priv->prs_shadow[pe.index].finish = true;
1419 priv->prs_shadow[pe.index].finish = true;
1458 priv->prs_shadow[pe.index].finish = false;
1490 priv->prs_shadow[pe.index].finish = false;
1516 priv->prs_shadow[pe.index].finish = true;
/linux-master/block/partitions/
H A Dldm.c1346 int size, perbuf, skip, finish, s, v, recs; local
1357 finish = (size * ldb->vm.last_vblk_seq) >> 9;
1359 for (s = skip; s < finish; s++) { /* For each sector */
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c1508 goto finish;
1625 finish:
1739 goto finish;
2135 finish:
2369 goto finish;
2470 finish:
2783 goto finish;
2892 finish:
4437 goto finish;
4482 finish
[all...]
/linux-master/fs/ext4/
H A Dextents.c5642 finish:
5650 goto finish;
5656 goto finish;
5678 goto finish;
5697 goto finish;
5704 goto finish;
5723 goto finish;
5730 goto finish;
5740 goto finish;
5743 goto finish;
[all...]

Completed in 394 milliseconds

1234567