Home
last modified time | relevance | path

Searched refs:NCI_UART_TX_WAKEUP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/nci/
H A Duart.c47 #define NCI_UART_TX_WAKEUP 2 macro
74 set_bit(NCI_UART_TX_WAKEUP, &nu->tx_state); in nci_uart_tx_wakeup()
90 clear_bit(NCI_UART_TX_WAKEUP, &nu->tx_state); in nci_uart_write_work()
108 if (test_bit(NCI_UART_TX_WAKEUP, &nu->tx_state)) in nci_uart_write_work()
/kernel/linux/linux-6.6/net/nfc/nci/
H A Duart.c35 #define NCI_UART_TX_WAKEUP 2 macro
62 set_bit(NCI_UART_TX_WAKEUP, &nu->tx_state); in nci_uart_tx_wakeup()
78 clear_bit(NCI_UART_TX_WAKEUP, &nu->tx_state); in nci_uart_write_work()
96 if (test_bit(NCI_UART_TX_WAKEUP, &nu->tx_state)) in nci_uart_write_work()

Completed in 2 milliseconds