Searched refs:copy (Results 326 - 350 of 385) sorted by relevance

<<111213141516

/linux-master/arch/m68k/fpsp040/
H A Dstan.S347 movel %d0,%a1 | ...save a copy of D0
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dcwsr_trap_handler_gfx9.asm5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-master/sound/isa/gus/
H A Dgus_pcm.c817 .copy = snd_gf1_pcm_playback_copy,
/linux-master/drivers/net/ethernet/sfc/
H A Dnet_driver.h186 * @cb_page: Array of pages of copy buffers. Carved up according to
573 * @copy: Copy the channel state prior to reallocation. May be %NULL if
591 struct efx_channel *(*copy)(const struct efx_channel *); member in struct:efx_channel_type
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h205 * @cb_page: Array of pages of copy buffers. Carved up according to
578 * @copy: Copy the channel state prior to reallocation. May be %NULL if
593 struct efx_channel *(*copy)(const struct efx_channel *); member in struct:efx_channel_type
/linux-master/drivers/s390/block/
H A Ddasd_int.h552 unsigned short features; /* copy of devmap-features (read-only!) */
612 struct dasd_copy_relation *copy; member in struct:dasd_device
686 * return values to be returned from the copy pair swap function
/linux-master/sound/drivers/
H A Ddummy.c663 .copy = dummy_pcm_copy,
/linux-master/drivers/clk/samsung/
H A Dclk-exynos5433.c3684 #define E5433_APOLLO_DIV1(hpm, copy) \
3685 (((hpm) << 4) | ((copy) << 0))
3923 #define E5433_ATLAS_DIV1(hpm, copy) \
3924 (((hpm) << 4) | ((copy) << 0))
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
394 * is nothing sensible we can do if we can't copy the
574 switch (drm->ttm.copy.oclass) {
/linux-master/fs/bcachefs/
H A Dbtree_iter.c285 struct btree_iter copy; local
302 bch2_trans_iter_init(trans, &copy, iter->btree_id, iter->pos,
305 prev = bch2_btree_iter_prev(&copy);
328 bch2_trans_iter_exit(trans, &copy);
/linux-master/kernel/trace/
H A Dbpf_trace.c263 * code altogether don't copy garbage; otherwise length of string
722 .copy = ctx_copy,
910 struct path copy; local
922 len = copy_from_kernel_nofault(&copy, path, sizeof(*path));
926 p = d_path(&copy, buf, sz);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c297 link = bpf_program__attach_iter(skel->progs.copy, &opts);
914 if (test__start_subtest("sockmap copy"))
916 if (test__start_subtest("sockhash copy"))
/linux-master/sound/pci/rme9652/
H A Drme9652.c81 #define RME9652_tc_busy (1<<20) /* 1=time-code copy in progress (960ms) */
1735 /* copy to the own data for alignment */
2341 .copy = snd_rme9652_playback_copy,
2353 .copy = snd_rme9652_capture_copy,
/linux-master/sound/pci/korg1212/
H A Dkorg1212.c1670 .copy = snd_korg1212_playback_copy,
1682 .copy = snd_korg1212_capture_copy,
/linux-master/sound/soc/
H A Dsoc-pcm.c1050 /* copy params for each codec */
1078 /* copy params for each cpu */
2049 /* copy params for each dpcm */
2058 /* copy the fixed-up hw params for BE dai */
2994 if (drv->copy)
2995 rtd->ops.copy = snd_soc_pcm_component_copy;
/linux-master/drivers/tty/
H A Dmoxa.c652 goto copy;
671 copy:
/linux-master/drivers/gpu/drm/radeon/
H A Dni.c5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1440 if (rdev->asic->copy.copy_ring_index == RADEON_RING_TYPE_GFX_INDEX)
1714 if (rdev->asic->copy.copy_ring_index == RADEON_RING_TYPE_GFX_INDEX)
/linux-master/drivers/thunderbolt/
H A Dicm.c313 req->copy = icm_copy;
2232 req->copy = icm_copy;
H A Dxdomain.c145 req->copy = tb_xdomain_copy;
185 req->copy = tb_xdomain_copy;
662 dev_warn(&xd->dev, "failed to copy properties\n");
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-abi.h1808 } copy; member in struct:imgu_abi_sp_pipeline
/linux-master/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c1270 .copy = mtk_pcm_btcvsd_copy,
/linux-master/sound/soc/codecs/
H A Dcs47l24.c1192 .copy = wm_adsp_compr_copy,
H A Dcs47l35.c1627 .copy = &wm_adsp_compr_copy,
H A Dcs47l15.c1345 .copy = &wm_adsp_compr_copy,

Completed in 422 milliseconds

<<111213141516