Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/bluetooth/
Dbtqcomsmd.c24 struct rpmsg_endpoint *cmd_channel; member
79 ret = rpmsg_send(btq->cmd_channel, skb->data, skb->len); in btqcomsmd_send()
143 btq->cmd_channel = qcom_wcnss_open_channel(wcnss, "APPS_RIVA_BT_CMD", in btqcomsmd_probe()
145 if (IS_ERR(btq->cmd_channel)) { in btqcomsmd_probe()
146 ret = PTR_ERR(btq->cmd_channel); in btqcomsmd_probe()
178 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_probe()
192 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_remove()