Searched refs:HCI_RUNNING (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/bluetooth/ |
D | bfusb.c | 201 if (!test_bit(HCI_RUNNING, &bfusb->hdev.flags)) in bfusb_tx_complete() 364 if (!test_bit(HCI_RUNNING, &bfusb->hdev.flags)) in bfusb_rx_complete() 430 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in bfusb_open() 442 clear_bit(HCI_RUNNING, &hdev->flags); in bfusb_open() 469 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in bfusb_close() 498 if (!test_bit(HCI_RUNNING, &hdev->flags)) in bfusb_send_frame()
|
D | hci_vhci.c | 59 set_bit(HCI_RUNNING, &hdev->flags); in hci_vhci_open() 72 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in hci_vhci_close() 101 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_vhci_send_frame()
|
D | hci_ldisc.c | 175 set_bit(HCI_RUNNING, &hdev->flags); in hci_uart_open() 207 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in hci_uart_close() 226 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_uart_send_frame()
|
D | hci_usb.c | 312 if (test_and_set_bit(HCI_RUNNING, &hdev->flags)) in hci_usb_open() 330 clear_bit(HCI_RUNNING, &hdev->flags); in hci_usb_open() 396 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) in hci_usb_close() 587 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_usb_send_frame() 711 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_usb_rx_complete() 769 if (!test_bit(HCI_RUNNING, &hdev->flags)) in hci_usb_tx_complete()
|
D | btuart_cs.c | 244 clear_bit(HCI_RUNNING, &(info->hdev.flags)); in btuart_receive() 426 set_bit(HCI_RUNNING, &(hdev->flags)); in btuart_hci_open() 434 if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) in btuart_hci_close()
|
D | bt3c_cs.c | 302 clear_bit(HCI_RUNNING, &(info->hdev.flags)); in bt3c_receive() 425 set_bit(HCI_RUNNING, &(hdev->flags)); in bt3c_hci_open() 433 if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) in bt3c_hci_close()
|
D | dtl1_cs.c | 376 set_bit(HCI_RUNNING, &(hdev->flags)); in dtl1_hci_open() 395 if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) in dtl1_hci_close()
|
D | bluecard_cs.c | 632 if (test_and_set_bit(HCI_RUNNING, &(hdev->flags))) in bluecard_hci_open() 647 if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags))) in bluecard_hci_close()
|
/linux-2.4.37.9/include/net/bluetooth/ |
D | hci.h | 62 HCI_RUNNING, enumerator
|