Searched refs:HCI_UP (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 91 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 …]
|
D | hci_sock.c | 412 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()
|
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_request.c | 491 if (!test_bit(HCI_UP, &hdev->flags) || in __hci_update_background_scan()
|
D | a2mp.c | 112 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
|
D | hci_conn.c | 622 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() 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()
|
D | mgmt.c | 3176 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 187 HCI_UP, enumerator
|
D | hci_core.h | 1137 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \
|