Home
last modified time | relevance | path

Searched refs:intel_adsp_ipc_handler_t (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/soc/intel/intel_adsp/common/include/
Dintel_adsp_ipc.h39 typedef bool (*intel_adsp_ipc_handler_t)(const struct device *dev, void *arg, typedef
69 intel_adsp_ipc_handler_t handle_message;
88 intel_adsp_ipc_handler_t fn, void *arg);
/Zephyr-Core-3.7.0/tests/boards/intel_adsp/smoke/src/
Dtests.h27 extern intel_adsp_ipc_handler_t ipm_handler;
Dmain.c9 intel_adsp_ipc_handler_t ipm_handler;
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/common/
Dipc.c17 intel_adsp_ipc_handler_t fn, void *arg) in intel_adsp_ipc_set_message_handler()