Home
last modified time | relevance | path

Searched refs:dst_access (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/core/oss/
Dpcm_plugin.c378 snd_pcm_access_t src_access, dst_access; in snd_pcm_plug_format_plugins() local
394 dst_access = (slave_interleaved ? SNDRV_PCM_ACCESS_RW_INTERLEAVED : in snd_pcm_plug_format_plugins()
406 dst_access = SNDRV_PCM_ACCESS_RW_INTERLEAVED; in snd_pcm_plug_format_plugins()
440 src_access = dst_access; in snd_pcm_plug_format_plugins()
456 src_access = dst_access; in snd_pcm_plug_format_plugins()
475 src_access = dst_access; in snd_pcm_plug_format_plugins()
490 src_access = dst_access; in snd_pcm_plug_format_plugins()
519 src_access = dst_access; in snd_pcm_plug_format_plugins()
535 src_access = dst_access; in snd_pcm_plug_format_plugins()
539 if (src_access != dst_access) { in snd_pcm_plug_format_plugins()
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_migrate.c523 u32 dst_offset, u8 dst_access, in emit_copy_ccs() argument
556 dst_access << DST_ACCESS_TYPE_SHIFT | in emit_copy_ccs()
685 u8 src_access, dst_access; in intel_context_migrate_copy() local
702 dst_access = !src_access; in intel_context_migrate_copy()
825 err = emit_copy_ccs(rq, dst_offset, dst_access, in intel_context_migrate_copy()
Dselftest_migrate.c143 u8 dst_access = write_to_ccs ? INDIRECT_ACCESS : DIRECT_ACCESS; in intel_context_copy_ccs() local
196 err = emit_copy_ccs(rq, offset, dst_access, in intel_context_copy_ccs()