Searched refs:HCI_SETUP (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 3302 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_update_passive_scan_sync() 3393 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_update_passive_scan() 3839 if (hci_dev_test_flag(hdev, HCI_SETUP)) 5148 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_init_sync() 5175 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_init_sync() 5241 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_setup_sync() 5372 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_open_sync() 5422 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_open_sync() 5700 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on_sync()
|
| H A D | hci_core.c | 882 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_rfkill_set_block() 946 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on() 2604 hci_dev_set_flag(hdev, HCI_SETUP); in hci_register_dev() 2684 !hci_dev_test_flag(hdev, HCI_SETUP) && in hci_unregister_dev()
|
| H A D | hci_event.c | 383 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_name() 707 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_version() 795 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_commands() 978 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_cc_read_bd_addr() 994 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_pairing_opts()
|
| H A D | mgmt.c | 456 if (hci_dev_test_flag(d, HCI_SETUP) || in read_index_list() 514 if (hci_dev_test_flag(d, HCI_SETUP) || in read_unconf_index_list() 568 if (hci_dev_test_flag(d, HCI_SETUP) || in read_ext_index_list()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_qca.c | 2617 hci_dev_test_flag(hdev, HCI_SETUP)) in qca_serdev_shutdown()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 418 HCI_SETUP, enumerator
|