Searched refs:HCI_RUNNING (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/bluetooth/ |
D | bpa10x.c | 69 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_tx_complete() 108 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_rx_complete() 365 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_set_diag()
|
D | bfusb.c | 197 if (!test_bit(HCI_RUNNING, &data->hdev->flags)) in bfusb_tx_complete() 360 if (!test_bit(HCI_RUNNING, &data->hdev->flags)) in bfusb_rx_complete()
|
D | btusb.c | 695 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete() 785 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete() 874 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete() 1084 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete() 1110 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete() 2845 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bcm_set_diag() 3365 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_resume()
|
D | hci_bcm.c | 356 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bcm_set_diag()
|
/linux-4.19.296/include/net/bluetooth/ |
D | hci.h | 201 HCI_RUNNING, enumerator
|