Searched refs:HCI_SETUP (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | hci_sync.c | 2859 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_update_passive_scan_sync() 2944 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_update_passive_scan() 3378 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_unconf_init_sync() 4595 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_init_sync() 4629 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_init_sync() 4688 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_setup_sync() 4819 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_open_sync() 4873 if (!hci_dev_test_flag(hdev, HCI_SETUP) && in hci_dev_open_sync() 5125 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on_sync()
|
D | hci_sock.c | 743 else if (hci_dev_test_flag(hdev, HCI_SETUP)) in send_monitor_replay() 1295 hci_dev_test_flag(hdev, HCI_SETUP) || in hci_sock_bind() 1677 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() 2668 hci_dev_set_flag(hdev, HCI_SETUP); in hci_register_dev() 2743 !hci_dev_test_flag(hdev, HCI_SETUP) && in hci_unregister_dev()
|
D | hci_event.c | 386 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_name() 710 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_version() 787 if (hci_dev_test_flag(hdev, HCI_SETUP) || in hci_cc_read_local_commands() 979 if (hci_dev_test_flag(hdev, HCI_SETUP)) in hci_cc_read_bd_addr() 995 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.6.21/drivers/bluetooth/ |
D | btnxpuart.c | 1039 hci_dev_clear_flag(hdev, HCI_SETUP); in nxp_setup() 1051 hci_dev_set_flag(hdev, HCI_SETUP); in nxp_hw_err()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 372 HCI_SETUP, enumerator
|