Lines Matching defs:sdev
17 * @sdev: SOF device
23 void imx8_get_registers(struct snd_sof_dev *sdev,
28 u32 offset = sdev->dsp_oops_offset;
31 sof_mailbox_read(sdev, offset, xoops, sizeof(*xoops));
35 dev_err(sdev->dev, "invalid header size 0x%x. FW oops is bogus\n",
40 sof_mailbox_read(sdev, offset, panic_info, sizeof(*panic_info));
44 sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32));
51 void imx8_dump(struct snd_sof_dev *sdev, u32 flags)
61 sof_mailbox_read(sdev, sdev->debug_box.offset + 0x4, &status, 4);
66 imx8_get_registers(sdev, &xoops, &panic_info, stack,
70 snd_sof_get_status(sdev, status, status, &xoops, &panic_info, stack,