Searched refs:ept (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/ |
D | rpmsg_ns.c | 117 …ns_ctxt->ept = rpmsg_lite_create_ept(rpmsg_lite_dev, RL_NS_EPT_ADDR, rpmsg_ns_rx_cb, (void *)ns_ct… in rpmsg_ns_bind() 141 …ns_ctxt->ept = rpmsg_lite_create_ept(rpmsg_lite_dev, RL_NS_EPT_ADDR, rpmsg_ns_rx_cb, (void *)ns_ct… in rpmsg_ns_bind() 153 return rpmsg_lite_destroy_ept(rpmsg_lite_dev, ns_ctxt->ept); in rpmsg_ns_unbind() 158 retval = rpmsg_lite_destroy_ept(rpmsg_lite_dev, ns_ctxt->ept); in rpmsg_ns_unbind()
|
D | rpmsg_lite.c | 118 struct rpmsg_lite_endpoint *ept; in rpmsg_lite_rx_callback() local 142 ept = (struct rpmsg_lite_endpoint *)node->data; in rpmsg_lite_rx_callback() 143 … cb_ret = ept->rx_cb(rpmsg_msg->data, rpmsg_msg->hdr.len, rpmsg_msg->hdr.src, ept->rx_cb_data); in rpmsg_lite_rx_callback() 459 rl_ept = &(ept_context->ept); in rpmsg_lite_create_ept() 655 struct rpmsg_lite_endpoint *ept, in rpmsg_lite_send() argument 661 if (ept == RL_NULL) in rpmsg_lite_send() 678 …return rpmsg_lite_format_message(rpmsg_lite_dev, ept->addr, dst, data, size, RL_NO_FLAGS, timeout); in rpmsg_lite_send() 739 struct rpmsg_lite_endpoint *ept, in rpmsg_lite_send_nocopy() argument 747 if ((ept == RL_NULL) || (data == RL_NULL)) in rpmsg_lite_send_nocopy() 768 src = ept->addr; in rpmsg_lite_send_nocopy()
|
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/ |
D | rpmsg_lite.h | 152 struct rpmsg_lite_endpoint ept; /*!< memory for endpoint structure */ member 319 struct rpmsg_lite_endpoint *ept, 405 struct rpmsg_lite_endpoint *ept,
|
D | rpmsg_ns.h | 63 struct rpmsg_lite_endpoint *ept; member
|
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/ |
D | fsl_adapter_rfimu.c | 1225 hal_rpmsg_state_t *ept; in HAL_ImuReceive() local 1310 … ept = (hal_rpmsg_state_t *)HAL_RpmsgGetEndpointFromAddr(imuHandle, rpmsg_msg->hdr.dst); in HAL_ImuReceive() 1311 if (NULL != ept) in HAL_ImuReceive() 1313 if (ept->rx.callback != NULL) in HAL_ImuReceive() 1315 rpmsgStatus = (hal_rpmsg_status_t)ept->rx.callback( in HAL_ImuReceive() 1316 ept->rx.param, (uint8_t *)rpmsg_msg->data, rpmsg_msg->hdr.len); in HAL_ImuReceive()
|
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/ |
D | fsl_adapter_imu.c | 1228 hal_imumc_state_t *ept; in HAL_ImuReceive() local 1313 … ept = (hal_imumc_state_t *)HAL_ImumcGetEndpointFromAddr(imuHandle, imumc_msg->hdr.dst); in HAL_ImuReceive() 1314 if (NULL != ept) in HAL_ImuReceive() 1316 if (ept->rx.callback != NULL) in HAL_ImuReceive() 1318 imumcStatus = (hal_imumc_status_t)ept->rx.callback( in HAL_ImuReceive() 1319 ept->rx.param, (uint8_t *)imumc_msg->data, imumc_msg->hdr.len); in HAL_ImuReceive()
|