Home
last modified time | relevance | path

Searched refs:mtk_adsp_mbox_set_handler (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/boards/mtk_adsp/src/
Dmain.c83 mtk_adsp_mbox_set_handler(MBOX0, 1, mbox_fn, NULL); in ZTEST()
84 mtk_adsp_mbox_set_handler(MBOX1, 1, mbox_fn, NULL); in ZTEST()
/Zephyr-latest/soc/mediatek/mt8xxx/
Dsoc.h23 void mtk_adsp_mbox_set_handler(const struct device *mbox, uint32_t chan,
Dmbox.c67 void mtk_adsp_mbox_set_handler(const struct device *mbox, uint32_t chan, in mtk_adsp_mbox_set_handler() function