Searched refs:HCI_RUNNING (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/bluetooth/ |
| H A D | bpa10x.c | 55 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_tx_complete() 94 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_rx_complete() 355 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_set_diag()
|
| H A D | bfusb.c | 182 if (!test_bit(HCI_RUNNING, &data->hdev->flags)) in bfusb_tx_complete() 357 if (!test_bit(HCI_RUNNING, &data->hdev->flags)) in bfusb_rx_complete()
|
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 751 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_cmd_sync_queue() 806 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_cmd_sync_run() 5411 set_bit(HCI_RUNNING, &hdev->flags); in hci_dev_open_sync() 5459 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_open_sync() 5644 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_close_sync()
|
| H A D | hci_debugfs.c | 1353 (!test_bit(HCI_RUNNING, &hdev->flags) || in vendor_diag_write()
|
| H A D | hci_core.c | 3024 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_frame()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 385 HCI_RUNNING, enumerator
|