Lines Matching defs:sdev
28 void intel_ipc_msg_data(struct snd_sof_dev *sdev,
32 if (!substream || !sdev->stream_box.size) {
33 sof_mailbox_read(sdev, sdev->dsp_box.offset, p, sz);
39 sof_mailbox_read(sdev, stream->posn_offset, p, sz);
44 int intel_ipc_pcm_params(struct snd_sof_dev *sdev,
52 if (posn_offset > sdev->stream_box.size ||
56 stream->posn_offset = sdev->stream_box.offset + posn_offset;
58 dev_dbg(sdev->dev, "pcm: stream dir %d, posn mailbox offset is %zu",
65 int intel_pcm_open(struct snd_sof_dev *sdev,
80 int intel_pcm_close(struct snd_sof_dev *sdev,