Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/avs/
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()
Dmessages.h231 #define AVS_MODULE_REQUEST(msg_type) \ macro