Searched refs:intel_adsp_ipc_set_message_handler (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | main.c | 29 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()
|
D | hostipc.c | 37 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()
|
D | ipm.c | 80 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/ |
D | intel_adsp_ipc.h | 87 void intel_adsp_ipc_set_message_handler(const struct device *dev,
|
/Zephyr-latest/tests/boards/intel_adsp/hda/src/ |
D | smoke.c | 52 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()
|
D | dma.c | 53 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/ |
D | ipm_cavs_host.c | 194 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, ipc_handler, (void *)dev); in init()
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | ipc.c | 16 void intel_adsp_ipc_set_message_handler(const struct device *dev, in intel_adsp_ipc_set_message_handler() function
|