Home
last modified time | relevance | path

Searched refs:intel_adsp_ipc_set_message_handler (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/boards/intel_adsp/smoke/src/
Dmain.c29 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, clock_msg, (void *)&host_dt); in ZTEST()
35 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, NULL, NULL); in ZTEST()
Dhostipc.c37 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, ipc_message, NULL); in ZTEST()
101 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, NULL, NULL); in ZTEST()
Dipm.c80 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, ipm_handler, (void *)IPM_DEV); in ZTEST()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dintel_adsp_ipc.h87 void intel_adsp_ipc_set_message_handler(const struct device *dev,
/Zephyr-latest/tests/boards/intel_adsp/hda/src/
Dsmoke.c52 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, ipc_message, NULL); in ZTEST()
129 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, ipc_message, NULL); in ZTEST()
Ddma.c53 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, ipc_message, NULL); in ZTEST()
155 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, ipc_message, NULL); in test_hda_host_out_dma()
/Zephyr-latest/drivers/ipm/
Dipm_cavs_host.c194 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, ipc_handler, (void *)dev); in init()
/Zephyr-latest/soc/intel/intel_adsp/common/
Dipc.c16 void intel_adsp_ipc_set_message_handler(const struct device *dev, in intel_adsp_ipc_set_message_handler() function