Searched refs:HCI_SETUP (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | hci_sync.c | 2714 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_update_passive_scan_sync() 2799 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_update_passive_scan() 3215 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_unconf_init_sync() 4404 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_init_sync() 4438 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_init_sync() 4488 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_setup_sync() 4627 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_open_sync() 4679 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_open_sync() 4930 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on_sync()
|
D | hci_sock.c | 685 else if (hci_dev_test_flag(hdev, HCI_SETUP)) in send_monitor_replay() 1202 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_sock_bind() 1578 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_mgmt_cmd()
|
D | hci_core.c | 954 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_rfkill_set_block() 1008 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on() 2632 hci_dev_set_flag(hdev, HCI_SETUP); in hci_register_dev() 2705 !hci_dev_test_flag(hdev, HCI_SETUP) && in hci_unregister_dev()
|
D | hci_event.c | 382 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_name() 703 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_version() 766 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_commands() 950 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_cc_read_bd_addr() 966 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_pairing_opts()
|
D | mgmt.c | 460 if (hci_dev_test_flag(d, HCI_SETUP) || in read_index_list() 520 if (hci_dev_test_flag(d, HCI_SETUP) || in read_unconf_index_list() 577 if (hci_dev_test_flag(d, HCI_SETUP) || in read_ext_index_list()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 336 HCI_SETUP, enumerator
|