Home
last modified time | relevance | path

Searched refs:HCI_UART_SENDING (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/bluetooth/
Dhci_ath.c94 clear_bit(HCI_UART_SENDING, &hu->tx_state); in ath_hci_uart_work()
229 set_bit(HCI_UART_SENDING, &hu->tx_state); in ath_enqueue()
Dhci_uart.h99 #define HCI_UART_SENDING 1 macro
Dhci_ldisc.c126 if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) { in hci_uart_tx_wakeup()
172 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work()