Searched refs:HCI_RUNNING (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.c | 374 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete() 477 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete() 582 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete() 727 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete() 754 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete() 795 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in btusb_open() 827 clear_bit(HCI_RUNNING, &hdev->flags); in btusb_open() 853 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in btusb_close() 856 if (test_bit(HCI_RUNNING, &hdev->flags)) { in btusb_close() 955 if (!test_bit(HCI_RUNNING, &hdev->flags)) { [all …]
|
| /OK3568_Linux_fs/kernel/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 | rtk_btusb.c | 771 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_to_stack() 2706 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete() 2800 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete() 2890 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete() 3019 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete() 3046 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete() 3076 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in btusb_open() 3104 clear_bit(HCI_RUNNING, &hdev->flags); in btusb_open() 3124 RTKBT_INFO("%s: hci running %lu", __func__, hdev->flags & HCI_RUNNING); in btusb_close() 3126 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in btusb_close() [all …]
|
| 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 | 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()
|
| H A D | rtk_btusb.h | 315 HCI_RUNNING, enumerator
|
| H A D | hci_bcm.c | 401 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bcm_set_diag()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_ldisc.c | 337 set_bit(HCI_RUNNING, &hdev->flags); in hci_uart_open() 423 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in hci_uart_close() 426 if (test_bit(HCI_RUNNING, &hdev->flags)) in hci_uart_close() 430 if (test_bit(HCI_RUNNING, &hdev->flags)) in hci_uart_close() 462 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_uart_send_frame()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A 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() 4049 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in hci_send_frame()
|
| H A D | hci_sock.c | 672 if (!test_bit(HCI_RUNNING, &hdev->flags)) in send_monitor_replay()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 255 HCI_RUNNING, enumerator
|