Home
last modified time | relevance | path

Searched refs:SOF_IPC_GLB_PROBE (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/sof/
H A Dsof-client-probes-ipc3.c74 msg->hdr.cmd = SOF_IPC_GLB_PROBE | SOF_IPC_PROBE_INIT; in ipc3_probes_init()
97 msg.cmd = SOF_IPC_GLB_PROBE | SOF_IPC_PROBE_DEINIT; in ipc3_probes_deinit()
118 msg.rhdr.hdr.cmd = SOF_IPC_GLB_PROBE | cmd; in ipc3_probes_info()
188 msg->hdr.cmd = SOF_IPC_GLB_PROBE | SOF_IPC_PROBE_POINT_ADD; in ipc3_probes_points_add()
218 msg->hdr.cmd = SOF_IPC_GLB_PROBE | SOF_IPC_PROBE_POINT_REMOVE; in ipc3_probes_points_remove()
/linux/include/sound/sof/
H A Dheader.h54 #define SOF_IPC_GLB_PROBE SOF_GLB_TYPE(0xCU) macro
/linux/sound/soc/sof/amd/
H A Dacp-ipc.c142 !(reply.hdr.cmd & SOF_IPC_GLB_PROBE)) { in acp_dsp_ipc_get_reply()