acl_channel        23 drivers/bluetooth/btqcomsmd.c 	struct rpmsg_endpoint *acl_channel;
acl_channel        70 drivers/bluetooth/btqcomsmd.c 		ret = rpmsg_send(btq->acl_channel, skb->data, skb->len);
acl_channel       138 drivers/bluetooth/btqcomsmd.c 	btq->acl_channel = qcom_wcnss_open_channel(wcnss, "APPS_RIVA_BT_ACL",
acl_channel       140 drivers/bluetooth/btqcomsmd.c 	if (IS_ERR(btq->acl_channel))
acl_channel       141 drivers/bluetooth/btqcomsmd.c 		return PTR_ERR(btq->acl_channel);
acl_channel       182 drivers/bluetooth/btqcomsmd.c 	rpmsg_destroy_ept(btq->acl_channel);