Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dintel_adsp_ipc.h184 typedef int (*intel_adsp_ipc_suspend_handler_t)(const struct device *dev, void *arg); typedef
204 intel_adsp_ipc_suspend_handler_t fn, void *arg);
209 intel_adsp_ipc_suspend_handler_t suspend_fn;
/Zephyr-latest/soc/intel/intel_adsp/common/
Dipc.c253 intel_adsp_ipc_suspend_handler_t fn, void *arg) in intel_adsp_ipc_set_suspend_handler()