Searched refs:HCI_RUNNING (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/bluetooth/ |
| A 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()
|
| A 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()
|
| A D | btusb.c | 897 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete() 987 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete() 1076 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete() 1322 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete() 1348 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete() 3564 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bcm_set_diag() 4163 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_resume()
|
| A D | hci_bcm.c | 410 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bcm_set_diag()
|
| /linux/net/bluetooth/ |
| A D | hci_core.c | 1372 set_bit(HCI_RUNNING, &hdev->flags); in hci_dev_do_open() 1517 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_do_open() 1710 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_do_close() 4187 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_frame()
|
| A D | hci_debugfs.c | 1340 (!test_bit(HCI_RUNNING, &hdev->flags) || in vendor_diag_write()
|
| A D | hci_sock.c | 673 if (!test_bit(HCI_RUNNING, &hdev->flags)) in send_monitor_replay()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 255 HCI_RUNNING, enumerator
|
Completed in 43 milliseconds