Searched refs:hci_dev_test_and_clear_flag (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/bluetooth/ |
A D | mgmt.c | 1915 if (enable && hci_dev_test_and_clear_flag(hdev, in set_ssp_complete() 1932 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp_complete() 1997 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 2000 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 2899 changed = hci_dev_test_and_clear_flag(hdev, in load_link_keys() 4273 changed = hci_dev_test_and_clear_flag(hdev, in set_wideband_speech() 4568 changed = hci_dev_test_and_clear_flag(hdev, in set_zero_key_func() 4667 changed = hci_dev_test_and_clear_flag(hdev, in set_mgmt_mesh_func() 4729 changed = hci_dev_test_and_clear_flag(hdev, in set_rpa_resolution_func() 6928 changed = hci_dev_test_and_clear_flag(hdev, in set_secure_conn() [all …]
|
A D | hci_core.c | 520 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 576 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 706 conn_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state() 714 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state() 977 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 1008 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on() 1023 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on()
|
A D | hci_sync.c | 4767 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 4820 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in hci_dev_close_sync() 4841 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync() 4923 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync() 4948 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on_sync() 4963 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on_sync()
|
A D | hci_event.c | 1794 if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED)) in le_set_scan_enable_complete()
|
/linux-6.3-rc2/include/net/bluetooth/ |
A D | hci_core.h | 824 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) macro
|
Completed in 49 milliseconds