Searched refs:edp (Results 1 – 4 of 4) sorted by relevance
10 struct msg_endpoint *edp; member21 struct msg_endpoint *edp = adp->edp; in func_cb_tx() local23 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() local34 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 …]
87 uint32_t hal_msgbox_alloc_channel(struct msg_endpoint *edp, uint32_t remote, in hal_msgbox_alloc_channel() argument90 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()
30 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);
1321 struct disp_device *edp; in bsp_disp_set_edp_func() local1323 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