Searched refs:HCI_RUNNING (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 | 855 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete() 945 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete() 1034 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete() 1280 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete() 1306 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete() 3886 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bcm_set_diag() 4474 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_resume()
|
D | hci_bcm.c | 401 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bcm_set_diag()
|
D | hci_qca.c | 2080 !test_bit(HCI_RUNNING, &hdev->flags)) in qca_serdev_shutdown()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_core.c | 150 (!test_bit(HCI_RUNNING, &hdev->flags) || in vendor_diag_write() 1486 set_bit(HCI_RUNNING, &hdev->flags); in hci_dev_do_open() 1630 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_do_open() 1820 clear_bit(HCI_RUNNING, &hdev->flags); in hci_dev_do_close() 4052 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_frame()
|
D | hci_sock.c | 672 if (!test_bit(HCI_RUNNING, &hdev->flags)) in send_monitor_replay()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci.h | 255 HCI_RUNNING, enumerator
|