Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rpmsg/
H A Dqcom_smd.c169 struct qcom_smd_channel *qsch; member
939 qsept->qsch = channel; in qcom_smd_create_ept()
956 struct qcom_smd_channel *ch = qsept->qsch; in qcom_smd_destroy_ept()
967 return __qcom_smd_send(qsept->qsch, data, len, true); in qcom_smd_send()
974 return __qcom_smd_send(qsept->qsch, data, len, false); in qcom_smd_trysend()
981 return __qcom_smd_send(qsept->qsch, data, len, true); in qcom_smd_sendto()
988 return __qcom_smd_send(qsept->qsch, data, len, false); in qcom_smd_trysendto()
995 struct qcom_smd_channel *channel = qsept->qsch; in qcom_smd_poll()
1033 struct qcom_smd_channel *channel = qept->qsch; in qcom_smd_announce_create()