Searched refs:HCI_RUNNING (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/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 | 1296 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete() 1412 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete() 1501 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete() 1754 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete() 1783 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete() 4039 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bcm_set_diag() 4718 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_resume()
|
D | hci_bcm.c | 424 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bcm_set_diag()
|
D | hci_qca.c | 2418 !test_bit(HCI_RUNNING, &hdev->flags)) in qca_serdev_shutdown()
|
/linux-6.6.21/net/bluetooth/ |
D | hci_sync.c | 731 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_cmd_sync_queue() 4862 set_bit(HCI_RUNNING, &hdev->flags); in hci_dev_open_sync() 4905 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_open_sync() 5066 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_close_sync()
|
D | hci_debugfs.c | 1345 (!test_bit(HCI_RUNNING, &hdev->flags) || in vendor_diag_write()
|
D | hci_sock.c | 731 if (!test_bit(HCI_RUNNING, &hdev->flags)) in send_monitor_replay()
|
D | hci_core.c | 3038 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_frame()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 339 HCI_RUNNING, enumerator
|