Home
last modified time | relevance | path

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

/linux-6.1.9/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_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()
Dhci_sync.c217 if (!test_bit(HCI_UP, &hdev->flags)) in hci_cmd_sync()
2712 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan_sync()
2797 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan()
4658 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_open_sync()
4676 set_bit(HCI_UP, &hdev->flags); in hci_dev_open_sync()
4752 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_shutdown()
4785 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_close_sync()
4903 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on_sync()
5174 if (!test_bit(HCI_UP, &hdev->flags)) in hci_power_off_sync()
Dhci_sock.c683 if (test_bit(HCI_UP, &hdev->flags)) in send_monitor_replay()
1205 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind()
1750 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
Dhci_core.c648 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset()
869 flags &= ~BIT(HCI_UP); in hci_get_dev_list()
907 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info()
975 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on()
2868 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame()
Dhci_request.c203 if (test_bit(HCI_UP, &hdev->flags)) in hci_req_sync()
Da2mp.c105 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
Dl2cap_core.c1258 test_bit(HCI_UP, &hdev->flags)) { in __amp_capable()
4862 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()
5301 !test_bit(HCI_UP, &hdev->flags)) { in l2cap_move_channel_req()
Dhci_conn.c1122 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
Dmgmt.c3115 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
/linux-6.1.9/include/net/bluetooth/
Dhci.h301 HCI_UP, enumerator
Dhci_core.h1656 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \
/linux-6.1.9/drivers/bluetooth/
Dbtusb.c3636 if (test_bit(HCI_UP, &data->hdev->flags)) in force_poll_sync_write()