Searched refs:frame_aligned (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/ |
H A D | cs-etm-decoder.h | 55 u8 frame_aligned; member
|
H A D | cs-etm-decoder.c | 663 flags |= (d_params->frame_aligned ? OCSD_DFRMTR_FRAME_MEM_ALIGN : 0); in cs_etm_decoder__new()
|
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/ |
H A D | cs-etm-decoder.h | 68 bool frame_aligned; member
|
H A D | cs-etm-decoder.c | 739 flags |= (d_params->frame_aligned ? OCSD_DFRMTR_FRAME_MEM_ALIGN : 0); in cs_etm_decoder__new()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_native.c | 3437 if (!frame_aligned(runtime, count)) in snd_pcm_read() 3461 if (!frame_aligned(runtime, count)) in snd_pcm_write() 3491 if (!frame_aligned(runtime, to->iov->iov_len)) in snd_pcm_readv() 3526 !frame_aligned(runtime, from->iov->iov_len)) in snd_pcm_writev()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_native.c | 3477 if (!frame_aligned(runtime, count)) in snd_pcm_read() 3502 if (!frame_aligned(runtime, count)) in snd_pcm_write() 3534 if (!frame_aligned(runtime, iov->iov_len)) in snd_pcm_readv() 3573 !frame_aligned(runtime, iov->iov_len)) in snd_pcm_writev()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm.h | 709 * frame_aligned - Check whether the byte size is aligned to frames 713 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned() function
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 749 * frame_aligned - Check whether the byte size is aligned to frames 755 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned() function
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cs-etm.c | 465 d_params->frame_aligned = true; in cs_etm__init_decoder_params()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cs-etm.c | 729 d_params->frame_aligned = true; in cs_etm__init_decoder_params()
|
Completed in 30 milliseconds