cmd_channel        24 drivers/bluetooth/btqcomsmd.c 	struct rpmsg_endpoint *cmd_channel;
cmd_channel        79 drivers/bluetooth/btqcomsmd.c 		ret = rpmsg_send(btq->cmd_channel, skb->data, skb->len);
cmd_channel       143 drivers/bluetooth/btqcomsmd.c 	btq->cmd_channel = qcom_wcnss_open_channel(wcnss, "APPS_RIVA_BT_CMD",
cmd_channel       145 drivers/bluetooth/btqcomsmd.c 	if (IS_ERR(btq->cmd_channel))
cmd_channel       146 drivers/bluetooth/btqcomsmd.c 		return PTR_ERR(btq->cmd_channel);
cmd_channel       181 drivers/bluetooth/btqcomsmd.c 	rpmsg_destroy_ept(btq->cmd_channel);