Searched refs:HCI_RUNNING (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/bluetooth/ |
| D | bpa10x.c | 54 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_tx_complete() 93 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_rx_complete() 350 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_set_diag()
|
| D | bfusb.c | 182 if (!test_bit(HCI_RUNNING, &data->hdev->flags)) in bfusb_tx_complete() 345 if (!test_bit(HCI_RUNNING, &data->hdev->flags)) in bfusb_rx_complete()
|
| D | btusb.c | 757 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete() 847 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete() 936 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete() 1146 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete() 1172 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete() 3492 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bcm_set_diag() 4057 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_resume()
|
| D | hci_bcm.c | 384 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bcm_set_diag()
|
| /Linux-v5.4/net/bluetooth/ |
| D | hci_core.c | 148 (!test_bit(HCI_RUNNING, &hdev->flags) || in vendor_diag_write() 1439 set_bit(HCI_RUNNING, &hdev->flags); in hci_dev_do_open() 1554 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_do_open() 1742 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_do_close() 3580 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_frame()
|
| D | hci_sock.c | 654 if (!test_bit(HCI_RUNNING, &hdev->flags)) in send_monitor_replay()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 213 HCI_RUNNING, enumerator
|