Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dhal_msgbox.h15 struct msg_endpoint { struct
20 struct msg_endpoint *next; argument
30 uint32_t hal_msgbox_alloc_channel(struct msg_endpoint *edp, uint32_t remote, argument
33 uint32_t hal_msgbox_channel_send(struct msg_endpoint *edp, uint8_t *bf,
36 void hal_msgbox_free_channel(struct msg_endpoint *edp);
/bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_amp/
A Dmsgbox_amp.c12 static struct msg_endpoint *it_edp = NULL;
23 static void irq_msgbox_channel_handler(struct msg_endpoint *medp) in irq_msgbox_channel_handler()
48 struct msg_endpoint *t; in irq_msgbox_handler()
76 static void msgbox_enable_rec_int(struct msg_endpoint *medp) in msgbox_enable_rec_int()
87 uint32_t hal_msgbox_alloc_channel(struct msg_endpoint *edp, uint32_t remote, in hal_msgbox_alloc_channel()
100 struct msg_endpoint *t = it_edp; in hal_msgbox_alloc_channel()
121 static void msgbox_channel_send_data(struct msg_endpoint *medp, u32 data) in msgbox_channel_send_data()
136 u32 hal_msgbox_channel_send(struct msg_endpoint *medp, uint8_t *bf, in hal_msgbox_channel_send()
/bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_sx/
A Dmsgbox_adapt.c10 struct msg_endpoint *edp;
21 struct msg_endpoint *edp = adp->edp; in func_cb_tx()
32 struct msg_endpoint *edp = adp->edp; in func_cb_rec()
40 uint32_t hal_msgbox_alloc_channel(struct msg_endpoint *edp, uint32_t remote, in hal_msgbox_alloc_channel()
69 uint32_t hal_msgbox_channel_send(struct msg_endpoint *edp, uint8_t *bf, in hal_msgbox_channel_send()
77 void hal_msgbox_free_channel(struct msg_endpoint *edp) in hal_msgbox_free_channel()
/bsp/allwinner/libraries/sunxi-hal/hal/test/msgbox/
A Dtest_msgbox.c44 struct msg_endpoint sedp;
62 struct msg_endpoint *medp = &sedp; in msgbox_test()

Completed in 29 milliseconds