Home
last modified time | relevance | path

Searched refs:HCI_RUNNING (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/bluetooth/
Dbtwilink.c158 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in ti_st_open()
184 clear_bit(HCI_RUNNING, &hdev->flags); in ti_st_open()
198 clear_bit(HCI_RUNNING, &hdev->flags); in ti_st_open()
208 clear_bit(HCI_RUNNING, &hdev->flags); in ti_st_open()
218 clear_bit(HCI_RUNNING, &hdev->flags); in ti_st_open()
239 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in ti_st_close()
259 if (!test_bit(HCI_RUNNING, &hdev->flags)) in ti_st_send_frame()
Dbtsdio.c197 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in btsdio_open()
204 clear_bit(HCI_RUNNING, &hdev->flags); in btsdio_open()
211 clear_bit(HCI_RUNNING, &hdev->flags); in btsdio_open()
232 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in btsdio_close()
264 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btsdio_send_frame()
Dbpa10x.c173 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_tx_complete()
196 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_rx_complete()
307 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_open()
323 clear_bit(HCI_RUNNING, &hdev->flags); in bpa10x_open()
334 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_close()
363 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bpa10x_send_frame()
Dbfusb.c197 if (!test_bit(HCI_RUNNING, &data->hdev->flags)) in bfusb_tx_complete()
360 if (!test_bit(HCI_RUNNING, &data->hdev->flags)) in bfusb_rx_complete()
425 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in bfusb_open()
435 clear_bit(HCI_RUNNING, &hdev->flags); in bfusb_open()
461 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in bfusb_close()
482 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bfusb_send_frame()
Dhci_vhci.c59 set_bit(HCI_RUNNING, &hdev->flags); in vhci_open_dev()
68 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in vhci_close_dev()
89 if (!test_bit(HCI_RUNNING, &hdev->flags)) in vhci_send_frame()
Dbtuart_cs.c226 clear_bit(HCI_RUNNING, &(info->hdev->flags)); in btuart_receive()
412 set_bit(HCI_RUNNING, &(hdev->flags)); in btuart_hci_open()
420 if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) in btuart_hci_close()
Dhci_ldisc.c211 set_bit(HCI_RUNNING, &hdev->flags); in hci_uart_open()
243 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in hci_uart_close()
256 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_uart_send_frame()
Dbt3c_cs.c274 clear_bit(HCI_RUNNING, &(info->hdev->flags)); in bt3c_receive()
399 set_bit(HCI_RUNNING, &(hdev->flags)); in bt3c_hci_open()
407 if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) in bt3c_hci_close()
Dbtmrvl_main.c453 if (!test_bit(HCI_RUNNING, &hdev->flags)) { in btmrvl_send_frame()
494 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in btmrvl_close()
504 set_bit(HCI_RUNNING, &hdev->flags); in btmrvl_open()
Ddtl1_cs.c360 set_bit(HCI_RUNNING, &(hdev->flags)); in dtl1_hci_open()
379 if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) in dtl1_hci_close()
Dbtusb.c585 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_intr_complete()
674 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_bulk_complete()
762 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_complete()
883 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_tx_complete()
909 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_isoc_tx_complete()
945 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in btusb_open()
970 clear_bit(HCI_RUNNING, &hdev->flags); in btusb_open()
989 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in btusb_close()
1161 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_send_frame()
2237 if (!test_bit(HCI_RUNNING, &hdev->flags)) in btusb_send_frame_intel()
[all …]
Dbluecard_cs.c631 if (test_and_set_bit(HCI_RUNNING, &(hdev->flags))) in bluecard_hci_open()
649 if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) in bluecard_hci_close()
/linux-4.1.27/include/net/bluetooth/
Dhci.h177 HCI_RUNNING, enumerator