Lines Matching defs:ready
2406 dev_dbg(scomp->dev, "tplg: ready widget id %d pipe %d type %d name : %s stream %s\n",
3067 struct sof_ipc_fw_ready *ready = &sdev->fw_ready;
3068 struct sof_ipc_fw_version *v = &ready->version;
3587 struct sof_ipc_pipe_ready ready;
3594 memset(&ready, 0, sizeof(ready));
3595 ready.hdr.size = sizeof(ready);
3596 ready.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_PIPE_COMPLETE;
3597 ready.comp_id = swidget->comp_id;
3600 ready.hdr.cmd, &ready, sizeof(ready), &reply,