Searched refs:avs_module_msg (Results 1 – 2 of 2) sorted by relevance
146 union avs_module_msg msg = AVS_MODULE_REQUEST(INIT_INSTANCE); in avs_ipc_init_instance() 180 union avs_module_msg msg = AVS_MODULE_REQUEST(DELETE_INSTANCE); in avs_ipc_delete_instance() 205 union avs_module_msg msg = AVS_MODULE_REQUEST(BIND); in avs_ipc_bind() 234 union avs_module_msg msg = AVS_MODULE_REQUEST(UNBIND); in avs_ipc_unbind() 252 union avs_module_msg msg = AVS_MODULE_REQUEST(LARGE_CONFIG_SET); in __avs_ipc_set_large_config() 315 union avs_module_msg msg = AVS_MODULE_REQUEST(LARGE_CONFIG_GET); in avs_ipc_get_large_config() 358 union avs_module_msg msg = AVS_MODULE_REQUEST(SET_DX); in avs_ipc_set_dx() 379 union avs_module_msg msg = AVS_MODULE_REQUEST(SET_D0IX); in avs_ipc_set_d0ix()
116 union avs_module_msg { union 160 static_assert(sizeof(union avs_module_msg) == 8);