Symbol: hci_dev_test_and_clear_flag
net/bluetooth/hci_core.c
465
if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF))
net/bluetooth/hci_core.c
521
if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF))
net/bluetooth/hci_core.c
614
conn_changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/hci_core.c
622
discov_changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/hci_core.c
913
hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) {
net/bluetooth/hci_core.c
943
if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) {
net/bluetooth/hci_core.c
958
} else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) {
net/bluetooth/hci_event.c
1780
if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED))
net/bluetooth/hci_sync.c
2698
if (hci_dev_test_and_clear_flag(hdev, HCI_LE_ADV_0))
net/bluetooth/hci_sync.c
5417
hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL);
net/bluetooth/hci_sync.c
5484
if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE))
net/bluetooth/hci_sync.c
5505
auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF);
net/bluetooth/hci_sync.c
5595
hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) {
net/bluetooth/hci_sync.c
5619
if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) {
net/bluetooth/hci_sync.c
5634
} else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) {
net/bluetooth/mgmt.c
1017
if (!hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE))
net/bluetooth/mgmt.c
10210
changed = hci_dev_test_and_clear_flag(hdev, HCI_LINK_SECURITY);
net/bluetooth/mgmt.c
1853
changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE);
net/bluetooth/mgmt.c
1960
if (enable && hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
1973
changed = hci_dev_test_and_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2047
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
2915
if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) {
net/bluetooth/mgmt.c
3027
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
4493
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
4831
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
6632
changed = hci_dev_test_and_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
7080
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
7140
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
7147
use_changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
7207
changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY);
net/bluetooth/mgmt.c
8199
changed = hci_dev_test_and_clear_flag(hdev, HCI_EXT_CONFIGURED);