Searched refs:HCI_RUNNING (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/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 | 1030 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete() 1146 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete() 1235 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete() 1481 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete() 1510 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete() 3511 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bcm_set_diag() 4167 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_resume()
|
D | hci_bcm.c | 417 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bcm_set_diag()
|
/Linux-v6.1/net/bluetooth/ |
D | hci_debugfs.c | 1340 (!test_bit(HCI_RUNNING, &hdev->flags) || in vendor_diag_write()
|
D | hci_sync.c | 4668 set_bit(HCI_RUNNING, &hdev->flags); in hci_dev_open_sync() 4710 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_open_sync() 4871 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_close_sync()
|
D | hci_sock.c | 673 if (!test_bit(HCI_RUNNING, &hdev->flags)) in send_monitor_replay()
|
D | hci_core.c | 2980 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_frame()
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci.h | 283 HCI_RUNNING, enumerator
|