Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_core.c348 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_inquiry()
459 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open()
608 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset()
634 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_reset_stat()
701 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_cmd()
947 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on()
961 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on()
976 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on()
2627 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_register_dev()
3515 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in __check_timeout()
H A Dhci_sync.c4927 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_dev_setup_sync()
4937 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_dev_setup_sync()
4973 if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_init_sync()
5063 !hci_dev_test_flag(hdev, HCI_UNCONFIGURED) && in hci_dev_open_sync()
5236 !auto_off && !hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) { in hci_dev_close_sync()
5308 hci_dev_test_flag(hdev, HCI_UNCONFIGURED) || in hci_power_on_sync()
5322 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in hci_power_on_sync()
5337 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()
8005 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) == is_configured(hdev)) { in set_external_config()
8008 if (hci_dev_test_and_change_flag(hdev, HCI_UNCONFIGURED)) { in set_external_config()
8057 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) in set_public_address()
8063 hci_dev_clear_flag(hdev, HCI_UNCONFIGURED); in set_public_address()
9391 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()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h391 HCI_UNCONFIGURED, enumerator