Symbol: HCI_UP
drivers/bluetooth/btusb.c
3917
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
1215
if (!test_bit(HCI_UP, &hdev->flags))
net/bluetooth/hci_conn.c
1324
if (!test_bit(HCI_UP, &d->flags) ||
net/bluetooth/hci_core.c
2884
if (!hdev || (!test_bit(HCI_UP, &hdev->flags)
net/bluetooth/hci_core.c
556
if (!test_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_core.c
776
flags &= ~BIT(HCI_UP);
net/bluetooth/hci_core.c
812
flags = hdev->flags & ~BIT(HCI_UP);
net/bluetooth/hci_core.c
911
if (test_bit(HCI_UP, &hdev->flags) &&
net/bluetooth/hci_debugfs.c
1292
if (!test_bit(HCI_UP, &hdev->flags))
net/bluetooth/hci_debugfs.c
52
if (test_bit(HCI_UP, &hdev->flags)) \
net/bluetooth/hci_sock.c
1300
test_bit(HCI_UP, &hdev->flags))) {
net/bluetooth/hci_sock.c
1853
if (!test_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_sock.c
746
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
3285
if (!test_bit(HCI_UP, &hdev->flags) ||
net/bluetooth/hci_sync.c
3376
if (!test_bit(HCI_UP, &hdev->flags) ||
net/bluetooth/hci_sync.c
5320
if (test_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_sync.c
5340
set_bit(HCI_UP, &hdev->flags);
net/bluetooth/hci_sync.c
5420
test_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_sync.c
5466
if (!test_and_clear_bit(HCI_UP, &hdev->flags)) {
net/bluetooth/hci_sync.c
5593
if (test_bit(HCI_UP, &hdev->flags) &&
net/bluetooth/hci_sync.c
5957
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
3320
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))