Lines Matching refs:HCI_RUNNING
771 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_to_stack()
2706 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete()
2800 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete()
2890 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete()
3019 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete()
3046 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete()
3076 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in btusb_open()
3104 clear_bit(HCI_RUNNING, &hdev->flags); in btusb_open()
3124 RTKBT_INFO("%s: hci running %lu", __func__, hdev->flags & HCI_RUNNING); in btusb_close()
3126 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in btusb_close()
3186 if (!hdev && !test_bit(HCI_RUNNING, &hdev->flags)) in snd_send_sco_frame()
3293 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_snd_tx_complete()
3335 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_send_frame()
4323 if (test_bit(HCI_RUNNING, &hdev->flags)) { in btusb_disconnect()
4365 if (!test_bit(HCI_RUNNING, &data->hdev->flags)) in btusb_suspend()