HCI_UP           1195 include/net/bluetooth/hci_core.h #define hdev_is_powered(dev)   (test_bit(HCI_UP, &(dev)->flags) && \
HCI_UP            105 net/bluetooth/a2mp.c 			if (test_bit(HCI_UP, &hdev->flags))
HCI_UP            629 net/bluetooth/hci_conn.c 		if (!test_bit(HCI_UP, &d->flags) ||
HCI_UP             83 net/bluetooth/hci_core.c 	if (!test_bit(HCI_UP, &hdev->flags))
HCI_UP           1429 net/bluetooth/hci_core.c 	if (test_bit(HCI_UP, &hdev->flags)) {
HCI_UP           1547 net/bluetooth/hci_core.c 		set_bit(HCI_UP, &hdev->flags);
HCI_UP           1670 net/bluetooth/hci_core.c 	    test_bit(HCI_UP, &hdev->flags)) {
HCI_UP           1681 net/bluetooth/hci_core.c 	if (!test_and_clear_bit(HCI_UP, &hdev->flags)) {
HCI_UP           1855 net/bluetooth/hci_core.c 	if (!test_bit(HCI_UP, &hdev->flags)) {
HCI_UP           2076 net/bluetooth/hci_core.c 			flags &= ~BIT(HCI_UP);
HCI_UP           2114 net/bluetooth/hci_core.c 		flags = hdev->flags & ~BIT(HCI_UP);
HCI_UP           2182 net/bluetooth/hci_core.c 	if (test_bit(HCI_UP, &hdev->flags) &&
HCI_UP           3491 net/bluetooth/hci_core.c 	if (!hdev || (!test_bit(HCI_UP, &hdev->flags)
HCI_UP           3694 net/bluetooth/hci_core.c 	if (!test_bit(HCI_UP, &hdev->flags))
HCI_UP             53 net/bluetooth/hci_debugfs.c 	if (test_bit(HCI_UP, &hdev->flags))				      \
HCI_UP            691 net/bluetooth/hci_debugfs.c 	if (test_bit(HCI_UP, &hdev->flags))
HCI_UP            274 net/bluetooth/hci_request.c 	if (!test_bit(HCI_UP, &hdev->flags))
HCI_UP            393 net/bluetooth/hci_request.c 	if (!test_bit(HCI_UP, &hdev->flags) ||
HCI_UP            664 net/bluetooth/hci_sock.c 		if (test_bit(HCI_UP, &hdev->flags))
HCI_UP           1162 net/bluetooth/hci_sock.c 		     test_bit(HCI_UP, &hdev->flags))) {
HCI_UP           1727 net/bluetooth/hci_sock.c 	if (!test_bit(HCI_UP, &hdev->flags)) {
HCI_UP           1159 net/bluetooth/l2cap_core.c 		    test_bit(HCI_UP, &hdev->flags)) {
HCI_UP           4571 net/bluetooth/l2cap_core.c 	if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) {
HCI_UP           5010 net/bluetooth/l2cap_core.c 		    !test_bit(HCI_UP, &hdev->flags)) {
HCI_UP             33 net/bluetooth/leds.c 			if (test_bit(HCI_UP, &d->flags))
HCI_UP             49 net/bluetooth/leds.c 	powered = test_bit(HCI_UP, &htrig->hdev->flags);
HCI_UP           2523 net/bluetooth/mgmt.c 	if (!test_bit(HCI_UP, &hdev->flags)) {