Searched refs:HCI_UP (Results 1 – 8 of 8) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | leds.c | 33 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 D | msft.c | 729 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 D | hci_debugfs.c | 52 if (test_bit(HCI_UP, &hdev->flags)) \ 1288 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
|
| H A D | hci_sync.c | 233 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 D | hci_core.c | 559 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 D | hci_conn.c | 1225 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 D | mgmt.c | 3342 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 383 HCI_UP, enumerator
|