Home
last modified time | relevance | path

Searched refs:HCI_UP (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_core.c91 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
374 if (!test_bit(HCI_UP, &hdev->flags)) in hci_req_sync()
1445 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_open()
1524 set_bit(HCI_UP, &hdev->flags); in hci_dev_do_open()
1646 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close()
1657 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close()
1830 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset()
2047 flags &= ~BIT(HCI_UP); in hci_get_dev_list()
2085 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info()
3534 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame()
[all …]
Dhci_sock.c412 if (test_bit(HCI_UP, &hdev->flags)) in send_monitor_replay()
821 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind()
1200 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
Dhci_debugfs.c54 if (test_bit(HCI_UP, &hdev->flags)) \
771 if (test_bit(HCI_UP, &hdev->flags)) in force_static_address_write()
Dhci_request.c491 if (!test_bit(HCI_UP, &hdev->flags) || in __hci_update_background_scan()
Da2mp.c112 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
Dhci_conn.c622 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
Dl2cap_core.c1141 test_bit(HCI_UP, &hdev->flags)) { in __amp_capable()
4474 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()
4915 !test_bit(HCI_UP, &hdev->flags)) { in l2cap_move_channel_req()
Dmgmt.c3176 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
/linux-4.4.14/include/net/bluetooth/
Dhci.h187 HCI_UP, enumerator
Dhci_core.h1137 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \