Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_sx/
A Dmsgbox_adapt.c10 struct msg_endpoint *edp; member
21 struct msg_endpoint *edp = adp->edp; in func_cb_tx() local
23 if (edp->tx_done) in func_cb_tx()
24 edp->tx_done(edp->data); in func_cb_tx()
32 struct msg_endpoint *edp = adp->edp; in func_cb_rec() local
34 if (edp->rec) in func_cb_rec()
35 edp->rec(i, edp->data); in func_cb_rec()
47 if (edp->remote_amp == ARM_MSG_CORE) in hal_msgbox_alloc_channel()
55 adp->edp = edp; in hal_msgbox_alloc_channel()
56 edp->private = adp; in hal_msgbox_alloc_channel()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_amp/
A Dmsgbox_amp.c87 uint32_t hal_msgbox_alloc_channel(struct msg_endpoint *edp, uint32_t remote, in hal_msgbox_alloc_channel() argument
90 edp->local_amp = THIS_MSGBOX_USE; in hal_msgbox_alloc_channel()
91 edp->remote_amp = remote; in hal_msgbox_alloc_channel()
92 edp->read_ch = read; in hal_msgbox_alloc_channel()
93 edp->write_ch = write; in hal_msgbox_alloc_channel()
97 it_edp = edp; in hal_msgbox_alloc_channel()
105 t->next = edp; in hal_msgbox_alloc_channel()
113 edp->next = NULL; in hal_msgbox_alloc_channel()
115 msgbox_enable_rec_int(edp); in hal_msgbox_alloc_channel()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dhal_msgbox.h30 uint32_t hal_msgbox_alloc_channel(struct msg_endpoint *edp, uint32_t remote,
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/disp2/disp/de/
A Ddisp_display.c1321 struct disp_device *edp; in bsp_disp_set_edp_func() local
1323 edp = disp_device_find(disp, DISP_OUTPUT_TYPE_EDP); in bsp_disp_set_edp_func()
1324 if (edp) { in bsp_disp_set_edp_func()
1325 if (edp->set_tv_func) in bsp_disp_set_edp_func()
1326 ret = edp->set_tv_func(edp, func); in bsp_disp_set_edp_func()

Completed in 15 milliseconds