Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/rpmsg/
H A Dqcom_smd.c179 * @qsept: reference to a associated smd endpoint
202 struct qcom_smd_endpoint *qsept; member
416 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_set_callback()
544 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_recv_single()
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 in qcom_smd_create_ept()
955 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_destroy_ept() local
965 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_send() local
972 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_trysend() local
979 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_sendto() local
986 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_trysendto() local
994 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_poll() local
[all...]
/kernel/linux/linux-5.10/drivers/rpmsg/
H A Dqcom_smd.c179 * @qsept: reference to a associated smd endpoint
202 struct qcom_smd_endpoint *qsept; member
416 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_set_callback()
544 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_recv_single()
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 in qcom_smd_create_ept()
955 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_destroy_ept() local
965 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_send() local
972 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_trysend() local
980 struct qcom_smd_endpoint *qsept = to_smd_endpoint(ept); qcom_smd_poll() local
[all...]

Completed in 4 milliseconds