Searched refs:HCI_UART_SENDING (Results 1 – 3 of 3) 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()
133 if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) in hci_uart_tx_wakeup() 178 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work() 182 wake_up_bit(&hu->tx_state, HCI_UART_SENDING); in hci_uart_write_work() 220 return wait_on_bit_timeout(&hu->tx_state, HCI_UART_SENDING, in hci_uart_wait_until_sent()
87 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work()