Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_core.c99 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
315 if (!test_bit(HCI_UP, &hdev->flags)) in hci_req_sync()
1382 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_open()
1445 set_bit(HCI_UP, &hdev->flags); in hci_dev_do_open()
1561 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close()
1572 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close()
1738 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset()
1955 flags &= ~BIT(HCI_UP); in hci_get_dev_list()
1993 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info()
3304 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame()
Dhci_request.c484 if (!test_bit(HCI_UP, &hdev->flags) || in __hci_update_background_scan()
Dhci_debugfs.c54 if (test_bit(HCI_UP, &hdev->flags)) \
771 if (test_bit(HCI_UP, &hdev->flags)) in force_static_address_write()
Dhci_sock.c748 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind()
1127 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
Da2mp.c111 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
Dhci_conn.c573 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
Dl2cap_core.c1141 test_bit(HCI_UP, &hdev->flags)) { in __amp_capable()
4478 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()
4919 !test_bit(HCI_UP, &hdev->flags)) { in l2cap_move_channel_req()
Dmgmt.c3053 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
/linux-4.1.27/include/net/bluetooth/
Dhci.h175 HCI_UP, enumerator
Dhci_core.h1056 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \