Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H 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()
H A Dmsft.c729 if (!test_bit(HCI_UP, &hdev->flags)) in msft_cancel_address_filter_sync()
854 if (!test_bit(HCI_UP, &hdev->flags)) in msft_add_address_filter_sync()
H A Dhci_debugfs.c52 if (test_bit(HCI_UP, &hdev->flags)) \
1288 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
H A Dhci_sync.c233 if (!test_bit(HCI_UP, &hdev->flags)) in hci_cmd_sync()
3300 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan_sync()
3391 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan()
5399 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_open_sync()
5419 set_bit(HCI_UP, &hdev->flags); in hci_dev_open_sync()
5500 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_shutdown()
5546 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_close_sync()
5666 * If controller is already up (HCI_UP) performs hci_powered_update_sync in hci_power_on_sync()
5674 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on_sync()
6038 if (!test_bit(HCI_UP, in hci_power_off_sync()
[all...]
H A Dhci_core.c559 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset()
779 flags &= ~BIT(HCI_UP); in hci_get_dev_list()
815 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info()
914 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on()
2887 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame()
H A Dhci_conn.c1225 if (!test_bit(HCI_UP, &hdev->flags)) in hci_conn_unlink()
1334 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
H A Dmgmt.c3342 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
/linux/include/net/bluetooth/
H A Dhci.h383 HCI_UP, enumerator