Home
last modified time | relevance | path

Searched refs:avs_module_msg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/intel/avs/
H A Dmessages.c184 union avs_module_msg msg = AVS_MODULE_REQUEST(INIT_INSTANCE); in avs_ipc_init_instance()
223 union avs_module_msg msg = AVS_MODULE_REQUEST(DELETE_INSTANCE); in avs_ipc_delete_instance()
253 union avs_module_msg msg = AVS_MODULE_REQUEST(BIND); in avs_ipc_bind()
287 union avs_module_msg msg = AVS_MODULE_REQUEST(UNBIND); in avs_ipc_unbind()
310 union avs_module_msg msg = AVS_MODULE_REQUEST(LARGE_CONFIG_SET); in __avs_ipc_set_large_config()
378 union avs_module_msg msg = AVS_MODULE_REQUEST(LARGE_CONFIG_GET); in avs_ipc_get_large_config()
422 union avs_module_msg msg = AVS_MODULE_REQUEST(SET_DX); in avs_ipc_set_dx()
448 union avs_module_msg msg = AVS_MODULE_REQUEST(SET_D0IX); in avs_ipc_set_d0ix()
H A Dmessages.h112 union avs_module_msg { union