Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbtqcomsmd.c32 struct rpmsg_endpoint *acl_channel; member
79 ret = rpmsg_send(btq->acl_channel, skb->data, skb->len); in btqcomsmd_send()
177 btq->acl_channel = qcom_wcnss_open_channel(wcnss, "APPS_RIVA_BT_ACL", in btqcomsmd_probe()
179 if (IS_ERR(btq->acl_channel)) in btqcomsmd_probe()
180 return PTR_ERR(btq->acl_channel); in btqcomsmd_probe()
228 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_probe()
241 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_remove()