Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_core.c327 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_inquiry()
438 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open()
587 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset()
613 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset_stat()
680 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_cmd()
954 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on()
968 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on()
983 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on()
2622 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_register_dev()
3542 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in __check_timeout()
H A Dhci_sync.c4928 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_dev_setup_sync()
4938 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_dev_setup_sync()
4974 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_init_sync()
5064 !hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open_sync()
5244 !auto_off && !hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_close_sync()
5316 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on_sync()
5330 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on_sync()
5345 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()
7955 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) == is_configured(hdev)) { in set_external_config()
7958 if (hci_dev_test_and_change_flag(hdev, HCI_UNCONFIGURED)) { in set_external_config()
8007 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in set_public_address()
8013 hci_dev_clear_flag(hdev, HCI_UNCONFIGURED); in set_public_address()
9341 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in mgmt_index_added()
[all …]
H A Dhci_sock.c1007 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_sock_bound_ioctl()
1682 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_mgmt_cmd()
/linux-6.15/include/net/bluetooth/
H A Dhci.h431 HCI_UNCONFIGURED, enumerator