Searched refs:msg_endpoint (Results 1 – 4 of 4) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_msgbox.h | 15 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 D | msgbox_amp.c | 12 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 D | msgbox_adapt.c | 10 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 D | test_msgbox.c | 44 struct msg_endpoint sedp; 62 struct msg_endpoint *medp = &sedp; in msgbox_test()
|
Completed in 29 milliseconds