Searched refs:HCI_RUNNING (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/bluetooth/ |
D | btwilink.c | 158 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()
|
D | btsdio.c | 197 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()
|
D | bpa10x.c | 173 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()
|
D | bfusb.c | 197 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()
|
D | hci_vhci.c | 59 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()
|
D | btuart_cs.c | 226 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()
|
D | hci_ldisc.c | 211 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()
|
D | bt3c_cs.c | 274 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()
|
D | btmrvl_main.c | 453 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()
|
D | dtl1_cs.c | 360 set_bit(HCI_RUNNING, &(hdev->flags)); in dtl1_hci_open() 379 if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) in dtl1_hci_close()
|
D | btusb.c | 585 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 …]
|
D | bluecard_cs.c | 631 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/ |
D | hci.h | 177 HCI_RUNNING, enumerator
|