Searched refs:shell_adsp_memory_window (Results 1 – 3 of 3) sorted by relevance
15 SHELL_DEFINE(shell_adsp_memory_window, CONFIG_SHELL_BACKEND_ADSP_MEMORY_WINDOW_PROMPT,18 LOG_MODULE_REGISTER(shell_adsp_memory_window);32 const struct shell_adsp_memory_window *sh_adsp_mw = k_timer_user_data_get(timer); in timer_handler()45 struct shell_adsp_memory_window *sh_adsp_mw = in init()46 (struct shell_adsp_memory_window *)transport->ctx; in init()78 struct shell_adsp_memory_window *sh_adsp_mw = in uninit()79 (struct shell_adsp_memory_window *)transport->ctx; in uninit()94 struct shell_adsp_memory_window *sh_adsp_mw = in write()95 (struct shell_adsp_memory_window *)transport->ctx; in write()106 struct shell_adsp_memory_window *sh_adsp_mw = in read()[all …]
40 shell_adsp_memory_window.c
22 struct shell_adsp_memory_window { struct42 static struct shell_adsp_memory_window _name##_shell_adsp_memory_window;\ argument