Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dleds.c33 if (test_bit(HCI_UP, &d->flags)) in hci_leds_update_powered()
49 powered = test_bit(HCI_UP, &htrig->hdev->flags); in power_activate()
Dhci_core.c83 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
1429 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_open()
1525 set_bit(HCI_UP, &hdev->flags); in hci_dev_do_open()
1648 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close()
1659 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close()
1833 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset()
2054 flags &= ~BIT(HCI_UP); in hci_get_dev_list()
2092 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info()
2160 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on()
3469 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame()
[all …]
Dhci_debugfs.c53 if (test_bit(HCI_UP, &hdev->flags)) \
691 if (test_bit(HCI_UP, &hdev->flags)) in force_static_address_write()
Dhci_sock.c664 if (test_bit(HCI_UP, &hdev->flags)) in send_monitor_replay()
1159 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind()
1724 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
Da2mp.c105 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
Dhci_request.c274 if (!test_bit(HCI_UP, &hdev->flags)) in hci_req_sync()
393 if (!test_bit(HCI_UP, &hdev->flags) || in __hci_update_background_scan()
Dhci_conn.c629 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
Dl2cap_core.c1159 test_bit(HCI_UP, &hdev->flags)) { in __amp_capable()
4571 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()
5012 !test_bit(HCI_UP, &hdev->flags)) { in l2cap_move_channel_req()
Dmgmt.c2523 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
/Linux-v5.4/include/net/bluetooth/
Dhci.h211 HCI_UP, enumerator
Dhci_core.h1195 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \