Searched refs:HCI_RUNNING (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/bluetooth/ |
| H 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()
|
| H 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()
|
| H A D | btusb.c | 1395 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete() 1519 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete() 1608 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete() 1861 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete() 1890 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete() 3612 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bcm_set_diag() 4338 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_resume()
|
| H A D | hci_bcm.c | 424 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bcm_set_diag()
|
| H A D | btmtk.c | 1130 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btmtk_intr_complete()
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_sync.c | 745 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_cmd_sync_queue() 800 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_cmd_sync_run() 5051 set_bit(HCI_RUNNING, &hdev->flags); in hci_dev_open_sync() 5098 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_open_sync() 5271 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_close_sync()
|
| H A D | hci_debugfs.c | 1360 (!test_bit(HCI_RUNNING, &hdev->flags) || in vendor_diag_write()
|
| H A D | hci_sock.c | 731 if (!test_bit(HCI_RUNNING, &hdev->flags)) in send_monitor_replay()
|
| H A D | hci_core.c | 3017 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_frame()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 386 HCI_RUNNING, enumerator
|