Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtqcomsmd.c23 struct rpmsg_endpoint *acl_channel; member
70 ret = rpmsg_send(btq->acl_channel, skb->data, skb->len); in btqcomsmd_send()
153 btq->acl_channel = qcom_wcnss_open_channel(wcnss, "APPS_RIVA_BT_ACL", in btqcomsmd_probe()
155 if (IS_ERR(btq->acl_channel)) in btqcomsmd_probe()
156 return PTR_ERR(btq->acl_channel); in btqcomsmd_probe()
195 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_probe()
208 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_remove()