Lines Matching defs:ready
1377 struct sof_ipc_fw_ready *ready = &sdev->fw_ready;
1378 struct sof_ipc_fw_version *v = &ready->version;
1982 struct sof_ipc_pipe_ready ready;
1988 memset(&ready, 0, sizeof(ready));
1989 ready.hdr.size = sizeof(ready);
1990 ready.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_PIPE_COMPLETE;
1991 ready.comp_id = swidget->comp_id;
1993 ret = sof_ipc_tx_message_no_reply(sdev->ipc, &ready, sizeof(ready));