Lines Matching defs:ept
167 struct rpmsg_endpoint ept; member
416 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_set_callback() local
544 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_recv_single() local
896 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local
909 struct rpmsg_endpoint *ept; in qcom_smd_create_ept() local
953 static void qcom_smd_destroy_ept(struct rpmsg_endpoint *ept) in qcom_smd_destroy_ept()
963 static int qcom_smd_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_smd_send()
970 static int qcom_smd_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_smd_trysend()
977 static int qcom_smd_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_smd_sendto()
984 static int qcom_smd_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_smd_trysendto()
991 static __poll_t qcom_smd_poll(struct rpmsg_endpoint *ept, in qcom_smd_poll()