Searched refs:HCI_SETUP (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| A D | hci_core.c | 791 if (hci_dev_test_flag(hdev, HCI_SETUP)) in __hci_init() 831 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in __hci_init() 877 if (hci_dev_test_flag(hdev, HCI_SETUP)) in __hci_unconf_init() 1331 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_do_open() 1378 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_dev_do_open() 1486 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_do_open() 2111 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_rfkill_set_block() 2167 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on() 3847 hci_dev_set_flag(hdev, HCI_SETUP); in hci_register_dev() 3918 !hci_dev_test_flag(hdev, HCI_SETUP) && in hci_unregister_dev()
|
| A D | hci_sock.c | 685 else if (hci_dev_test_flag(hdev, HCI_SETUP)) in send_monitor_replay() 1200 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_sock_bind() 1577 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_mgmt_cmd()
|
| A D | hci_event.c | 310 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_name() 599 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_version() 619 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_commands() 787 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_cc_read_bd_addr() 801 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_pairing_opts()
|
| A D | hci_request.c | 451 hci_dev_test_flag(hdev, HCI_SETUP) || in __hci_update_background_scan()
|
| A D | mgmt.c | 418 if (hci_dev_test_flag(d, HCI_SETUP) || in read_index_list() 478 if (hci_dev_test_flag(d, HCI_SETUP) || in read_unconf_index_list() 535 if (hci_dev_test_flag(d, HCI_SETUP) || in read_ext_index_list()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 288 HCI_SETUP, enumerator
|
Completed in 83 milliseconds