Home
last modified time | relevance | path

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

/Linux-v6.6/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_sync.c218 if (!test_bit(HCI_UP, &hdev->flags)) in hci_cmd_sync()
2854 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan_sync()
2939 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan()
4845 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_open_sync()
4865 set_bit(HCI_UP, &hdev->flags); in hci_dev_open_sync()
4941 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_shutdown()
4974 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_close_sync()
5093 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on_sync()
5472 if (!test_bit(HCI_UP, &hdev->flags)) in hci_power_off_sync()
Dmsft.c731 if (!test_bit(HCI_UP, &hdev->flags)) in msft_cancel_address_filter_sync()
856 if (!test_bit(HCI_UP, &hdev->flags)) in msft_add_address_filter_sync()
Dhci_sock.c741 if (test_bit(HCI_UP, &hdev->flags)) in send_monitor_replay()
1298 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind()
1849 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
Dhci_debugfs.c56 if (test_bit(HCI_UP, &hdev->flags)) \
1276 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
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()
2907 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()
Dhci_conn.c1089 if (!test_bit(HCI_UP, &hdev->flags)) in hci_conn_unlink()
1169 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
Dl2cap_core.c1255 test_bit(HCI_UP, &hdev->flags)) { in __amp_capable()
4877 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()
5316 !test_bit(HCI_UP, &hdev->flags)) { in l2cap_move_channel_req()
Dmgmt.c3141 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
/Linux-v6.6/include/net/bluetooth/
Dhci.h336 HCI_UP, enumerator
Dhci_core.h1803 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \
/Linux-v6.6/drivers/bluetooth/
Dbtusb.c4157 if (test_bit(HCI_UP, &data->hdev->flags)) in force_poll_sync_write()