Searched refs:copy_user (Results 1 – 25 of 25) sorted by relevance
/linux/arch/alpha/lib/ |
A D | Makefile | 30 $(ev6-y)copy_user.o \
|
/linux/arch/ia64/lib/ |
A D | Makefile | 13 lib-$(CONFIG_ITANIUM) += copy_page.o copy_user.o memcpy.o
|
/linux/arch/sparc/lib/ |
A D | Makefile | 15 lib-$(CONFIG_SPARC32) += copy_user.o locks.o
|
/linux/sound/pci/ |
A D | rme32.c | 1197 .copy_user = snd_rme32_playback_copy, 1210 .copy_user = snd_rme32_capture_copy, 1222 .copy_user = snd_rme32_playback_copy, 1235 .copy_user = snd_rme32_capture_copy,
|
A D | rme96.c | 1521 .copy_user = snd_rme96_playback_copy, 1534 .copy_user = snd_rme96_capture_copy, 1546 .copy_user = snd_rme96_playback_copy, 1559 .copy_user = snd_rme96_capture_copy,
|
A D | es1938.c | 990 .copy_user = snd_es1938_capture_copy,
|
/linux/sound/xen/ |
A D | xen_snd_front_alsa.c | 700 .copy_user = alsa_pb_copy_user, 713 .copy_user = alsa_cap_copy_user,
|
/linux/sound/sh/ |
A D | sh_dac_audio.c | 230 .copy_user = snd_sh_dac_pcm_copy,
|
/linux/drivers/media/pci/solo6x10/ |
A D | solo6x10-g723.c | 266 .copy_user = snd_solo_pcm_copy_user,
|
/linux/sound/soc/ |
A D | soc-component.c | 981 if (component->driver->copy_user) in snd_soc_pcm_component_copy_user() 984 component->driver->copy_user( in snd_soc_pcm_component_copy_user()
|
A D | soc-generic-dmaengine-pcm.c | 349 .copy_user = dmaengine_copy_user,
|
A D | soc-pcm.c | 2786 if (drv->copy_user) in soc_new_pcm() 2787 rtd->ops.copy_user = snd_soc_pcm_component_copy_user; in soc_new_pcm()
|
/linux/include/sound/ |
A D | soc-component.h | 139 int (*copy_user)(struct snd_soc_component *component, member
|
A D | pcm.h | 71 int (*copy_user)(struct snd_pcm_substream *substream, int channel, member
|
/linux/sound/pci/nm256/ |
A D | nm256.c | 912 .copy_user = snd_nm256_playback_copy, 927 .copy_user = snd_nm256_capture_copy,
|
/linux/sound/isa/sb/ |
A D | emu8000_pcm.c | 669 .copy_user = emu8k_pcm_copy,
|
/linux/sound/core/ |
A D | pcm_lib.c | 2100 if (snd_BUG_ON(!substream->ops->copy_user && !runtime->dma_area)) in pcm_sanity_check() 2193 if (substream->ops->copy_user) in __snd_pcm_lib_xfer() 2194 transfer = (pcm_transfer_f)substream->ops->copy_user; in __snd_pcm_lib_xfer()
|
A D | pcm_native.c | 772 if (runtime->dma_area && !substream->ops->copy_user) { in snd_pcm_hw_params()
|
/linux/sound/pci/korg1212/ |
A D | korg1212.c | 1694 .copy_user = snd_korg1212_playback_copy, 1707 .copy_user = snd_korg1212_capture_copy,
|
/linux/sound/pci/rme9652/ |
A D | rme9652.c | 2373 .copy_user = snd_rme9652_playback_copy, 2386 .copy_user = snd_rme9652_capture_copy,
|
A D | hdsp.c | 4953 .copy_user = snd_hdsp_playback_copy, 4966 .copy_user = snd_hdsp_capture_copy,
|
/linux/sound/drivers/ |
A D | dummy.c | 662 .copy_user = dummy_pcm_copy,
|
/linux/sound/isa/gus/ |
A D | gus_pcm.c | 833 .copy_user = snd_gf1_pcm_playback_copy,
|
/linux/sound/soc/mediatek/common/ |
A D | mtk-btcvsd.c | 1279 .copy_user = mtk_pcm_btcvsd_copy,
|
/linux/Documentation/sound/kernel-api/ |
A D | writing-an-alsa-driver.rst | 2117 copy_user, copy_kernel and fill_silence ops 3617 effective. You need to define the ``copy_user`` and ``copy_kernel`` 3631 ``copy_user``, ``copy_kernel`` and ``fill_silence`` callbacks as well, 3635 The implementation of the ``copy_user``, ``copy_kernel`` and 3637 interleaved or non-interleaved samples. The ``copy_user`` callback is 3732 The meanings of arguments are the same as in the ``copy_user`` and
|
Completed in 92 milliseconds