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.c346 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_inquiry()
457 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open()
606 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset()
632 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset_stat()
699 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_cmd()
973 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on()
987 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on()
1002 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on()
2657 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_register_dev()
3603 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in __check_timeout()
H A Dhci_sync.c5071 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_dev_setup_sync()
5081 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_dev_setup_sync()
5117 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_init_sync()
5207 !hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open_sync()
5387 !auto_off && !hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_close_sync()
5459 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on_sync()
5473 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on_sync()
5488 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()
8104 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) == is_configured(hdev)) { in set_external_config()
8107 if (hci_dev_test_and_change_flag(hdev, HCI_UNCONFIGURED)) { in set_external_config()
8156 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in set_public_address()
8162 hci_dev_clear_flag(hdev, HCI_UNCONFIGURED); in set_public_address()
9486 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