hs_hcon           499 include/net/bluetooth/l2cap.h 	struct hci_conn		*hs_hcon;
hs_hcon           992 net/bluetooth/a2mp.c 	struct hci_conn *hs_hcon;
hs_hcon           998 net/bluetooth/a2mp.c 	hs_hcon = hci_conn_hash_lookup_state(hdev, AMP_LINK, BT_CONNECT);
hs_hcon           999 net/bluetooth/a2mp.c 	if (!hs_hcon) {
hs_hcon          1002 net/bluetooth/a2mp.c 		rsp.remote_id = hs_hcon->remote_id;
hs_hcon          1006 net/bluetooth/a2mp.c 	BT_DBG("%s mgr %p hs_hcon %p status %u", hdev->name, mgr, hs_hcon,
hs_hcon           499 net/bluetooth/amp.c void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon)
hs_hcon           502 net/bluetooth/amp.c 	struct amp_mgr *mgr = hs_hcon->amp_mgr;
hs_hcon           505 net/bluetooth/amp.c 	BT_DBG("bredr_hcon %p hs_hcon %p mgr %p", bredr_hcon, hs_hcon, mgr);
hs_hcon           515 net/bluetooth/amp.c 	bredr_chan->remote_amp_id = hs_hcon->remote_id;
hs_hcon           516 net/bluetooth/amp.c 	bredr_chan->local_amp_id = hs_hcon->hdev->id;
hs_hcon           517 net/bluetooth/amp.c 	bredr_chan->hs_hcon = hs_hcon;
hs_hcon           518 net/bluetooth/amp.c 	bredr_chan->conn->mtu = hs_hcon->hdev->block_mtu;
hs_hcon           529 net/bluetooth/amp.c 	struct hci_conn *hs_hcon = chan->hs_hcon;
hs_hcon           533 net/bluetooth/amp.c 	BT_DBG("chan %p hs_hcon %p dst %pMR", chan, hs_hcon,
hs_hcon           536 net/bluetooth/amp.c 	if (!hs_hcon)
hs_hcon           539 net/bluetooth/amp.c 	hdev = hci_dev_hold(chan->hs_hcon->hdev);
hs_hcon           543 net/bluetooth/amp.c 	cp.phy_handle = hs_hcon->handle;
hs_hcon           559 net/bluetooth/amp.c 	if (hs_hcon->out)
hs_hcon            56 net/bluetooth/amp.h void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon);
hs_hcon           898 net/bluetooth/l2cap_core.c 	if (chan->hs_hcon && !__chan_is_moving(chan)) {
hs_hcon          2334 net/bluetooth/l2cap_core.c 	if (!chan->hs_hcon)
hs_hcon          3179 net/bluetooth/l2cap_core.c 	if (chan->local_amp_id != AMP_ID_BREDR && chan->hs_hcon) {
hs_hcon          3180 net/bluetooth/l2cap_core.c 		u64 ertm_to = chan->hs_hcon->hdev->amp_be_flush_to;
hs_hcon          3738 net/bluetooth/l2cap_core.c 	if (chan->hs_hcon)
hs_hcon          4208 net/bluetooth/l2cap_core.c 		if (!chan->hs_hcon)
hs_hcon          4262 net/bluetooth/l2cap_core.c 			if (!chan->hs_hcon) {
hs_hcon          4580 net/bluetooth/l2cap_core.c 		struct hci_conn *hs_hcon;
hs_hcon          4582 net/bluetooth/l2cap_core.c 		hs_hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK,
hs_hcon          4584 net/bluetooth/l2cap_core.c 		if (!hs_hcon) {
hs_hcon          4591 net/bluetooth/l2cap_core.c 		BT_DBG("mgr %p bredr_chan %p hs_hcon %p", mgr, chan, hs_hcon);
hs_hcon          4594 net/bluetooth/l2cap_core.c 		chan->hs_hcon = hs_hcon;
hs_hcon          4691 net/bluetooth/l2cap_core.c 	chan->hs_hcon = NULL;
hs_hcon          4733 net/bluetooth/l2cap_core.c 	chan->hs_hcon->l2cap_data = chan->conn;
hs_hcon          4753 net/bluetooth/l2cap_core.c 	chan->hs_hcon = hchan->conn;
hs_hcon          4754 net/bluetooth/l2cap_core.c 	chan->hs_hcon->l2cap_data = chan->conn;
hs_hcon          4895 net/bluetooth/l2cap_core.c 			chan->hs_hcon = hchan->conn;
hs_hcon          4896 net/bluetooth/l2cap_core.c 			chan->hs_hcon->l2cap_data = chan->conn;
hs_hcon          5125 net/bluetooth/l2cap_core.c 		chan->hs_hcon = hchan->conn;
hs_hcon          5126 net/bluetooth/l2cap_core.c 		chan->hs_hcon->l2cap_data = chan->conn;
hs_hcon          6504 net/bluetooth/l2cap_core.c 	if (chan->hs_hcon)
hs_hcon          6505 net/bluetooth/l2cap_core.c 		chan->conn->mtu = chan->hs_hcon->hdev->block_mtu;
hs_hcon          6575 net/bluetooth/l2cap_core.c 	if (chan->hs_hcon)
hs_hcon          6576 net/bluetooth/l2cap_core.c 		chan->conn->mtu = chan->hs_hcon->hdev->block_mtu;