hci_find_adv_instance 1138 include/net/bluetooth/hci_core.h struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance);
hci_find_adv_instance 2758 net/bluetooth/hci_core.c 	cur_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 2775 net/bluetooth/hci_core.c 	adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 2845 net/bluetooth/hci_core.c 	adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 1132 net/bluetooth/hci_event.c 		adv_instance = hci_find_adv_instance(hdev,
hci_find_adv_instance 1681 net/bluetooth/hci_event.c 		adv_instance = hci_find_adv_instance(hdev,
hci_find_adv_instance 5113 net/bluetooth/hci_event.c 		adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance);
hci_find_adv_instance  911 net/bluetooth/hci_request.c 	adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance  930 net/bluetooth/hci_request.c 	adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance  982 net/bluetooth/hci_request.c 	adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 1183 net/bluetooth/hci_request.c 	adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 1269 net/bluetooth/hci_request.c 		adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 1573 net/bluetooth/hci_request.c 		adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 1679 net/bluetooth/hci_request.c 		adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 1747 net/bluetooth/hci_request.c 	adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 1850 net/bluetooth/hci_request.c 		adv_instance = hci_find_adv_instance(hdev, instance);
hci_find_adv_instance 3156 net/bluetooth/mgmt.c 	adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance);
hci_find_adv_instance 6724 net/bluetooth/mgmt.c 	if (cp->instance && !hci_find_adv_instance(hdev, cp->instance)) {