Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_core.c515 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open()
571 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close()
701 conn_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state()
709 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state()
967 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
997 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on()
1012 } 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()
1914 if (enable && hci_dev_test_and_clear_flag(hdev, in set_ssp_complete()
1989 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp()
2844 changed = hci_dev_test_and_clear_flag(hdev, in load_link_keys()
4206 changed = hci_dev_test_and_clear_flag(hdev, in set_wideband_speech()
4501 changed = hci_dev_test_and_clear_flag(hdev, in set_zero_key_func()
4594 changed = hci_dev_test_and_clear_flag(hdev, in set_mgmt_mesh_func()
4656 changed = hci_dev_test_and_clear_flag(hdev, in set_rpa_resolution_func()
6854 changed = hci_dev_test_and_clear_flag(hdev, in set_secure_conn()
6914 changed = hci_dev_test_and_clear_flag(hdev, in set_debug_keys()
[all …]
H A Dhci_sync.c4921 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown()
4974 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in hci_dev_close_sync()
4995 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync()
5080 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
5104 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on_sync()
5119 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on_sync()
H A Dhci_event.c1761 if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED)) in le_set_scan_enable_complete()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h815 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) macro