Home
last modified time | relevance | path

Searched refs:HCI_UNCONFIGURED (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c345 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_inquiry()
456 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open()
605 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset()
631 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset_stat()
698 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_cmd()
972 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on()
986 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on()
1001 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on()
2656 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_register_dev()
3602 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in __check_timeout()
H A Dhci_sync.c5030 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_dev_setup_sync()
5040 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_dev_setup_sync()
5076 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_init_sync()
5166 !hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open_sync()
5346 !auto_off && !hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_close_sync()
5418 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on_sync()
5432 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on_sync()
5447 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on_sync()
H A Dmgmt.c446 if (!hci_dev_test_flag(d, HCI_UNCONFIGURED)) in read_index_list()
470 if (!hci_dev_test_flag(d, HCI_UNCONFIGURED)) { in read_index_list()
504 if (hci_dev_test_flag(d, HCI_UNCONFIGURED)) in read_unconf_index_list()
528 if (hci_dev_test_flag(d, HCI_UNCONFIGURED)) { in read_unconf_index_list()
582 if (hci_dev_test_flag(d, HCI_UNCONFIGURED)) in read_ext_index_list()
8096 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) == is_configured(hdev)) { in set_external_config()
8099 if (hci_dev_test_and_change_flag(hdev, HCI_UNCONFIGURED)) { in set_external_config()
8148 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in set_public_address()
8154 hci_dev_clear_flag(hdev, HCI_UNCONFIGURED); in set_public_address()
9478 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in mgmt_index_added()
[all …]
H A Dhci_sock.c1014 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_sock_bound_ioctl()
1691 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_mgmt_cmd()
/linux/include/net/bluetooth/
H A Dhci.h433 HCI_UNCONFIGURED, enumerator