Home
last modified time | relevance | path

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 Dcs-etm-decoder.h55 u8 frame_aligned; member
H A Dcs-etm-decoder.c663 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 Dcs-etm-decoder.h68 bool frame_aligned; member
H A Dcs-etm-decoder.c739 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 Dpcm_native.c3437 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 Dpcm_native.c3477 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 Dpcm.h709 * 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 Dpcm.h749 * 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 Dcs-etm.c465 d_params->frame_aligned = true; in cs_etm__init_decoder_params()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcs-etm.c729 d_params->frame_aligned = true; in cs_etm__init_decoder_params()

Completed in 26 milliseconds