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()
944 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl()
947 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_sock_bound_ioctl()
1117 if (hdev && hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_sock_bind()
1200 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_sock_bind()
1201 hci_dev_test_flag(hdev, HCI_CONFIG) || in hci_sock_bind()
1202 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
1577 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_mgmt_cmd()
1578 hci_dev_test_flag(hdev, HCI_CONFIG) || in hci_mgmt_cmd()
1579 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
1585 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_mgmt_cmd()