Searched refs:HCI_UART_TX_WAKEUP (Results 1 – 2 of 2) sorted by relevance
122 set_bit(HCI_UART_TX_WAKEUP, &hu->tx_state); in hci_uart_tx_wakeup()145 clear_bit(HCI_UART_TX_WAKEUP, &hu->tx_state); in hci_uart_write_work()164 if (test_bit(HCI_UART_TX_WAKEUP, &hu->tx_state)) in hci_uart_write_work()
88 #define HCI_UART_TX_WAKEUP 2 macro