Symbol: HCI_UP
drivers/bluetooth/btusb.c
3875
if (test_bit(HCI_UP, &data->hdev->flags))
include/net/bluetooth/hci_core.h
1967
#define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \
net/bluetooth/hci_conn.c
1147
if (!test_bit(HCI_UP, &hdev->flags))
net/bluetooth/hci_conn.c
1256
if (!test_bit(HCI_UP, &d->flags) ||
net/bluetooth/hci_core.c
2922
if (!hdev || (!test_bit(HCI_UP, &hdev->flags)
net/bluetooth/hci_core.c
596
if (!test_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_core.c
816
flags &= ~BIT(HCI_UP);
net/bluetooth/hci_core.c
852
flags = hdev->flags & ~BIT(HCI_UP);
net/bluetooth/hci_core.c
951
if (test_bit(HCI_UP, &hdev->flags) &&
net/bluetooth/hci_debugfs.c
1295
if (!test_bit(HCI_UP, &hdev->flags))
net/bluetooth/hci_debugfs.c
55
if (test_bit(HCI_UP, &hdev->flags)) \
net/bluetooth/hci_sock.c
1302
test_bit(HCI_UP, &hdev->flags))) {
net/bluetooth/hci_sock.c
1855
if (!test_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_sock.c
748
if (test_bit(HCI_UP, &hdev->flags))
net/bluetooth/hci_sync.c
233
if (!test_bit(HCI_UP, &hdev->flags))
net/bluetooth/hci_sync.c
3181
if (!test_bit(HCI_UP, &hdev->flags) ||
net/bluetooth/hci_sync.c
3268
if (!test_bit(HCI_UP, &hdev->flags) ||
net/bluetooth/hci_sync.c
5182
if (test_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_sync.c
5202
set_bit(HCI_UP, &hdev->flags);
net/bluetooth/hci_sync.c
5282
test_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_sync.c
5322
if (!test_and_clear_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_sync.c
5443
if (test_bit(HCI_UP, &hdev->flags) &&
net/bluetooth/hci_sync.c
5807
if (!test_bit(HCI_UP, &hdev->flags))
net/bluetooth/leds.c
33
if (test_bit(HCI_UP, &d->flags))
net/bluetooth/leds.c
49
powered = test_bit(HCI_UP, &htrig->hdev->flags);
net/bluetooth/mgmt.c
3297
if (!test_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/msft.c
724
if (!test_bit(HCI_UP, &hdev->flags))
net/bluetooth/msft.c
849
if (!test_bit(HCI_UP, &hdev->flags))