Home
last modified time | relevance | path

Searched refs:HCI_UART_TX_WAKEUP (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/bluetooth/
Dhci_uart.h82 #define HCI_UART_TX_WAKEUP 2 macro
Dhci_ldisc.c126 set_bit(HCI_UART_TX_WAKEUP, &hu->tx_state); in hci_uart_tx_wakeup()
133 clear_bit(HCI_UART_TX_WAKEUP, &hu->tx_state); in hci_uart_tx_wakeup()
152 if (test_bit(HCI_UART_TX_WAKEUP, &hu->tx_state)) in hci_uart_tx_wakeup()