Home
last modified time | relevance | path

Searched refs:hci_dev_test_and_clear_flag (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c522 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open()
578 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close()
708 conn_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state()
716 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state()
1005 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
1035 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on()
1050 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on()
H A Dmgmt.c998 if (!hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in service_cache_off()
1921 if (enable && hci_dev_test_and_clear_flag(hdev, in set_ssp_complete()
1996 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp()
2851 changed = hci_dev_test_and_clear_flag(hdev, in load_link_keys()
4214 changed = hci_dev_test_and_clear_flag(hdev, in set_wideband_speech()
4509 changed = hci_dev_test_and_clear_flag(hdev, in set_zero_key_func()
4602 changed = hci_dev_test_and_clear_flag(hdev, in set_mgmt_mesh_func()
4664 changed = hci_dev_test_and_clear_flag(hdev, in set_rpa_resolution_func()
6862 changed = hci_dev_test_and_clear_flag(hdev, in set_secure_conn()
6922 changed = hci_dev_test_and_clear_flag(hdev, in set_debug_keys()
[all …]
H A Dhci_sync.c4981 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown()
5033 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in hci_dev_close_sync()
5054 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync()
5139 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
5163 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on_sync()
5178 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on_sync()
H A Dhci_event.c1756 if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED)) in le_set_scan_enable_complete()
/linux/include/net/bluetooth/
H A Dhci_core.h818 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) macro