Lines Matching refs:msg

16 	union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_FW_VERSION);  in catpt_ipc_get_fw_version()  local
20 request.header = msg.val; in catpt_ipc_get_fw_version()
56 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ALLOCATE_STREAM); in catpt_ipc_alloc_stream() local
91 request.header = msg.val; in catpt_ipc_alloc_stream()
108 union catpt_global_msg msg = CATPT_GLOBAL_MSG(FREE_STREAM); in catpt_ipc_free_stream() local
112 request.header = msg.val; in catpt_ipc_free_stream()
127 union catpt_global_msg msg = CATPT_GLOBAL_MSG(SET_DEVICE_FORMATS); in catpt_ipc_set_device_format() local
131 request.header = msg.val; in catpt_ipc_set_device_format()
145 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ENTER_DX_STATE); in catpt_ipc_enter_dxstate() local
149 request.header = msg.val; in catpt_ipc_enter_dxstate()
165 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_MIXER_STREAM_INFO); in catpt_ipc_get_mixer_stream_info() local
169 request.header = msg.val; in catpt_ipc_get_mixer_stream_info()
182 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESET_STREAM); in catpt_ipc_reset_stream() local
186 msg.stream_hw_id = stream_hw_id; in catpt_ipc_reset_stream()
187 request.header = msg.val; in catpt_ipc_reset_stream()
199 union catpt_stream_msg msg = CATPT_STREAM_MSG(PAUSE_STREAM); in catpt_ipc_pause_stream() local
203 msg.stream_hw_id = stream_hw_id; in catpt_ipc_pause_stream()
204 request.header = msg.val; in catpt_ipc_pause_stream()
216 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESUME_STREAM); in catpt_ipc_resume_stream() local
220 msg.stream_hw_id = stream_hw_id; in catpt_ipc_resume_stream()
221 request.header = msg.val; in catpt_ipc_resume_stream()
243 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_VOLUME); in catpt_ipc_set_volume() local
248 msg.stream_hw_id = stream_hw_id; in catpt_ipc_set_volume()
254 request.header = msg.val; in catpt_ipc_set_volume()
275 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_WRITE_POSITION); in catpt_ipc_set_write_pos() local
280 msg.stream_hw_id = stream_hw_id; in catpt_ipc_set_write_pos()
285 request.header = msg.val; in catpt_ipc_set_write_pos()
299 union catpt_stream_msg msg = CATPT_STAGE_MSG(MUTE_LOOPBACK); in catpt_ipc_mute_loopback() local
303 msg.stream_hw_id = stream_hw_id; in catpt_ipc_mute_loopback()
304 request.header = msg.val; in catpt_ipc_mute_loopback()