Lines Matching refs:hci_dev_test_flag
69 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_hdev_from_sock()
685 else if (hci_dev_test_flag(hdev, HCI_SETUP)) in send_monitor_replay()
873 !hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_sock_release()
946 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl()
949 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_sock_bound_ioctl()
1119 if (hdev && hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_sock_bind()
1202 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_sock_bind()
1203 hci_dev_test_flag(hdev, HCI_CONFIG) || in hci_sock_bind()
1204 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
1578 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_mgmt_cmd()
1579 hci_dev_test_flag(hdev, HCI_CONFIG) || in hci_mgmt_cmd()
1580 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
1586 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_mgmt_cmd()