smp_bredr_data    382 include/net/bluetooth/hci_core.h 	void			*smp_bredr_data;
smp_bredr_data   3343 net/bluetooth/smp.c 		hdev->smp_bredr_data = chan;
smp_bredr_data   3347 net/bluetooth/smp.c 		chan = hdev->smp_bredr_data;
smp_bredr_data   3348 net/bluetooth/smp.c 		hdev->smp_bredr_data = NULL;
smp_bredr_data   3497 net/bluetooth/smp.c 	if (WARN_ON(hdev->smp_bredr_data)) {
smp_bredr_data   3498 net/bluetooth/smp.c 		chan = hdev->smp_bredr_data;
smp_bredr_data   3499 net/bluetooth/smp.c 		hdev->smp_bredr_data = NULL;
smp_bredr_data   3512 net/bluetooth/smp.c 	hdev->smp_bredr_data = chan;
smp_bredr_data   3521 net/bluetooth/smp.c 	if (hdev->smp_bredr_data) {
smp_bredr_data   3522 net/bluetooth/smp.c 		chan = hdev->smp_bredr_data;
smp_bredr_data   3523 net/bluetooth/smp.c 		hdev->smp_bredr_data = NULL;