Lines Matching defs:qsept
179 * @qsept: reference to a associated smd endpoint
202 struct qcom_smd_endpoint *qsept;
416 struct rpmsg_endpoint *ept = &channel->qsept->ept;
544 struct rpmsg_endpoint *ept = &channel->qsept->ept;
905 struct qcom_smd_endpoint *qsept;
925 qsept = kzalloc(sizeof(*qsept), GFP_KERNEL);
926 if (!qsept)
929 ept = &qsept->ept;
938 channel->qsept = qsept;
939 qsept->qsch = channel;
948 channel->qsept = NULL;
955 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept);
956 struct qcom_smd_channel *ch = qsept->qsch;
959 ch->qsept = NULL;
965 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept);
967 return __qcom_smd_send(qsept->qsch, data, len, true);
972 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept);
974 return __qcom_smd_send(qsept->qsch, data, len, false);
979 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept);
981 return __qcom_smd_send(qsept->qsch, data, len, true);
986 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept);
988 return __qcom_smd_send(qsept->qsch, data, len, false);
994 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept);
995 struct qcom_smd_channel *channel = qsept->qsch;