Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtqcomsmd.c24 struct rpmsg_endpoint *cmd_channel; member
79 ret = rpmsg_send(btq->cmd_channel, skb->data, skb->len); in btqcomsmd_send()
158 btq->cmd_channel = qcom_wcnss_open_channel(wcnss, "APPS_RIVA_BT_CMD", in btqcomsmd_probe()
160 if (IS_ERR(btq->cmd_channel)) { in btqcomsmd_probe()
161 ret = PTR_ERR(btq->cmd_channel); in btqcomsmd_probe()
193 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_probe()
207 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_remove()