Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A 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()
A Dhci_core.c1362 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_open()
1483 set_bit(HCI_UP, &hdev->flags); in hci_dev_do_open()
1618 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close()
1624 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close()
1805 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset()
2026 flags &= ~BIT(HCI_UP); in hci_get_dev_list()
2064 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info()
2132 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on()
4075 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame()
4279 if (!test_bit(HCI_UP, &hdev->flags)) in hci_cmd_sync()
A Dhci_debugfs.c55 if (test_bit(HCI_UP, &hdev->flags)) \
760 if (test_bit(HCI_UP, &hdev->flags)) in force_static_address_write()
1275 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
A Dhci_sock.c683 if (test_bit(HCI_UP, &hdev->flags)) in send_monitor_replay()
1203 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind()
1749 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
A Da2mp.c105 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
A Dhci_request.c282 if (test_bit(HCI_UP, &hdev->flags)) in hci_req_sync()
449 if (!test_bit(HCI_UP, &hdev->flags) || in __hci_update_background_scan()
A Dhci_conn.c821 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
A Dl2cap_core.c1229 test_bit(HCI_UP, &hdev->flags)) { in __amp_capable()
4823 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()
5262 !test_bit(HCI_UP, &hdev->flags)) { in l2cap_move_channel_req()
A Dmgmt.c2591 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
/linux/include/net/bluetooth/
A Dhci.h253 HCI_UP, enumerator
A Dhci_core.h1446 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \

Completed in 144 milliseconds