Home
last modified time | relevance | path

Searched refs:frame_aligned (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.h69 u8 frame_aligned; member
Dcs-etm-decoder.c469 flags |= (d_params->frame_aligned ? OCSD_DFRMTR_FRAME_MEM_ALIGN : 0); in cs_etm_decoder__new()
/Linux-v4.19/tools/perf/util/
Dcs-etm.c142 d_params.frame_aligned = true; in cs_etm__dump_event()
362 d_params.frame_aligned = true; in cs_etm__alloc_queue()
/Linux-v4.19/sound/core/
Dpcm_native.c3018 if (!frame_aligned(runtime, count)) in snd_pcm_read()
3042 if (!frame_aligned(runtime, count)) in snd_pcm_write()
3072 if (!frame_aligned(runtime, to->iov->iov_len)) in snd_pcm_readv()
3107 !frame_aligned(runtime, from->iov->iov_len)) in snd_pcm_writev()
/Linux-v4.19/include/sound/
Dpcm.h726 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned() function