Searched refs:HCI_UNCONFIGURED (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/net/bluetooth/ |
| D | hci_core.c | 393 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_inquiry() 509 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open() 658 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset() 684 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset_stat() 750 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_cmd() 997 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on() 1012 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on() 1027 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on() 2683 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_register_dev() 3559 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in __check_timeout()
|
| D | hci_sync.c | 4730 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_dev_setup_sync() 4740 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_dev_setup_sync() 4776 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_init_sync() 4870 !hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open_sync() 5040 !auto_off && !hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_close_sync() 5109 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on_sync() 5124 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on_sync() 5139 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on_sync()
|
| D | mgmt.c | 447 !hci_dev_test_flag(d, HCI_UNCONFIGURED)) in read_index_list() 472 !hci_dev_test_flag(d, HCI_UNCONFIGURED)) { in read_index_list() 507 hci_dev_test_flag(d, HCI_UNCONFIGURED)) in read_unconf_index_list() 532 hci_dev_test_flag(d, HCI_UNCONFIGURED)) { in read_unconf_index_list() 589 if (hci_dev_test_flag(d, HCI_UNCONFIGURED)) in read_ext_index_list() 7989 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) == is_configured(hdev)) { in set_external_config() 7992 if (hci_dev_test_and_change_flag(hdev, HCI_UNCONFIGURED)) { in set_external_config() 8041 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in set_public_address() 8047 hci_dev_clear_flag(hdev, HCI_UNCONFIGURED); in set_public_address() 9376 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in mgmt_index_added() [all …]
|
| D | hci_sock.c | 1007 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_sock_bound_ioctl() 1685 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_mgmt_cmd()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci.h | 382 HCI_UNCONFIGURED, enumerator
|