Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds