Searched refs:posn_offset (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
D | intel-ipc.c | 24 size_t posn_offset; member 39 sof_mailbox_read(sdev, stream->posn_offset, p, sz); in intel_ipc_msg_data() 49 size_t posn_offset = reply->posn_offset; in intel_ipc_pcm_params() local 52 if (posn_offset > sdev->stream_box.size || in intel_ipc_pcm_params() 53 posn_offset % sizeof(struct sof_ipc_stream_posn) != 0) in intel_ipc_pcm_params() 56 stream->posn_offset = sdev->stream_box.offset + posn_offset; in intel_ipc_pcm_params() 59 substream->stream, stream->posn_offset); in intel_ipc_pcm_params()
|
D | hda-ipc.c | 272 sof_mailbox_read(sdev, hda_stream->stream.posn_offset, in hda_ipc_msg_data() 284 size_t posn_offset = reply->posn_offset; in hda_ipc_pcm_params() local 290 if (posn_offset > sdev->stream_box.size || in hda_ipc_pcm_params() 291 posn_offset % sizeof(struct sof_ipc_stream_posn) != 0) in hda_ipc_pcm_params() 294 hda_stream->stream.posn_offset = sdev->stream_box.offset + posn_offset; in hda_ipc_pcm_params() 297 substream->stream, hda_stream->stream.posn_offset); in hda_ipc_pcm_params()
|
D | shim.h | 180 size_t posn_offset; member
|
/kernel/linux/linux-5.10/include/sound/sof/ |
D | stream.h | 106 uint32_t posn_offset; member
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 20509 + size_t posn_offset; 20524 + size_t posn_offset; 20528 + posn_offset = pstream->posn_offset; 20531 + posn_offset = sstream->posn_offset; 20535 + sof_mailbox_read(sdev, posn_offset, p, sz); 20545 + size_t posn_offset = reply->posn_offset; 20548 + if (posn_offset > sdev->stream_box.size || 20549 + posn_offset % sizeof(struct sof_ipc_stream_posn) != 0) 20552 + stream->posn_offset = sdev->stream_box.offset + posn_offset; 20555 + substream->stream, stream->posn_offset); [all …]
|