Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rpmsg/
H A Dqcom_smd.c202 struct qcom_smd_endpoint *qsept; member
905 struct qcom_smd_endpoint *qsept; in qcom_smd_create_ept() local
925 qsept = kzalloc(sizeof(*qsept), GFP_KERNEL); in qcom_smd_create_ept()
926 if (!qsept) in qcom_smd_create_ept()
929 ept = &qsept->ept; in qcom_smd_create_ept()
938 channel->qsept = qsept; in qcom_smd_create_ept()
939 qsept->qsch = channel; in qcom_smd_create_ept()
948 channel->qsept = NULL; in qcom_smd_create_ept()
956 struct qcom_smd_channel *ch = qsept->qsch; in qcom_smd_destroy_ept()
959 ch->qsept = NULL; in qcom_smd_destroy_ept()
[all …]