Searched refs:HCI_UP (Results 1 – 10 of 10) 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 | hci_sync.c | 233 if (!test_bit(HCI_UP, &hdev->flags)) in hci_cmd_sync() 3091 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan_sync() 3176 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan() 5011 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_open_sync() 5031 set_bit(HCI_UP, &hdev->flags); in hci_dev_open_sync() 5111 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_shutdown() 5151 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_close_sync() 5272 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on_sync() 5632 if (!test_bit(HCI_UP, &hdev->flags)) in hci_power_off_sync()
|
H A D | msft.c | 724 if (!test_bit(HCI_UP, &hdev->flags)) in msft_cancel_address_filter_sync() 849 if (!test_bit(HCI_UP, &hdev->flags)) in msft_add_address_filter_sync()
|
H A D | hci_sock.c | 741 if (test_bit(HCI_UP, &hdev->flags)) in send_monitor_replay() 1295 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind() 1846 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
|
H A D | hci_debugfs.c | 55 if (test_bit(HCI_UP, &hdev->flags)) \ 1295 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
|
H A D | hci_core.c | 577 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset() 797 flags &= ~BIT(HCI_UP); in hci_get_dev_list() 833 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info() 932 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on() 2884 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame()
|
H A D | hci_conn.c | 1100 if (!test_bit(HCI_UP, &hdev->flags)) in hci_conn_unlink() 1180 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
|
H A D | mgmt.c | 3190 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 1895 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \
|
/linux/drivers/bluetooth/ |
H A D | btusb.c | 3676 if (test_bit(HCI_UP, &data->hdev->flags)) in force_poll_sync_write()
|