Searched refs:HCI_UART_SENDING (Results 1 – 4 of 4) sorted by relevance
91 clear_bit(HCI_UART_SENDING, &hu->tx_state); in ath_hci_uart_work()233 set_bit(HCI_UART_SENDING, &hu->tx_state); in ath_enqueue()
131 if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) in hci_uart_tx_wakeup()176 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work()180 wake_up_bit(&hu->tx_state, HCI_UART_SENDING); in hci_uart_write_work()218 return wait_on_bit_timeout(&hu->tx_state, HCI_UART_SENDING, in hci_uart_wait_until_sent()
94 #define HCI_UART_SENDING 1 macro
87 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work()