Searched refs:HCI_SETUP (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_core.c | 911 if (hci_dev_test_flag(hdev, HCI_SETUP)) in __hci_init() 945 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in __hci_init() 991 if (hci_dev_test_flag(hdev, HCI_SETUP)) in __hci_unconf_init() 1445 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_do_open() 1492 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_dev_do_open() 1599 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_do_open() 2220 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_rfkill_set_block() 2276 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on() 3779 hci_dev_set_flag(hdev, HCI_SETUP); in hci_register_dev() 3849 !hci_dev_test_flag(hdev, HCI_SETUP) && in hci_unregister_dev()
|
D | hci_sock.c | 684 else if (hci_dev_test_flag(hdev, HCI_SETUP)) in send_monitor_replay() 1206 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_sock_bind() 1589 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_mgmt_cmd()
|
D | hci_event.c | 307 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_name() 573 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_version() 593 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_commands() 761 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_cc_read_bd_addr() 775 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_pairing_opts()
|
D | hci_request.c | 444 hci_dev_test_flag(hdev, HCI_SETUP) || in __hci_update_background_scan()
|
D | mgmt.c | 412 if (hci_dev_test_flag(d, HCI_SETUP) || in read_index_list() 472 if (hci_dev_test_flag(d, HCI_SETUP) || in read_unconf_index_list() 529 if (hci_dev_test_flag(d, HCI_SETUP) || in read_ext_index_list()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci.h | 288 HCI_SETUP, enumerator
|