Searched refs:HCI_UP (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 99 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()
|
D | hci_request.c | 484 if (!test_bit(HCI_UP, &hdev->flags) || in __hci_update_background_scan()
|
D | hci_debugfs.c | 54 if (test_bit(HCI_UP, &hdev->flags)) \ 771 if (test_bit(HCI_UP, &hdev->flags)) in force_static_address_write()
|
D | hci_sock.c | 748 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind() 1127 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
|
D | a2mp.c | 111 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
|
D | hci_conn.c | 573 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
|
D | l2cap_core.c | 1141 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()
|
D | mgmt.c | 3053 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 175 HCI_UP, enumerator
|
D | hci_core.h | 1056 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \
|