Searched refs:tx_in_progress (Results 1 – 4 of 4) sorted by relevance
121 int tx_in_progress; member508 tup->tx_in_progress = TEGRA_UART_TX_PIO; in tegra_uart_start_pio_tx()527 tup->tx_in_progress = 0; in tegra_uart_tx_dma_complete()559 tup->tx_in_progress = TEGRA_UART_TX_DMA; in tegra_uart_start_tx_dma()597 if (!kfifo_is_empty(&tport->xmit_fifo) && !tup->tx_in_progress) in tegra_uart_start_tx()608 if (!tup->tx_in_progress) { in tegra_uart_tx_empty()623 if (tup->tx_in_progress != TEGRA_UART_TX_DMA) in tegra_uart_stop_tx()632 tup->tx_in_progress = 0; in tegra_uart_stop_tx()640 tup->tx_in_progress = 0; in tegra_uart_handle_tx_pio()985 tup->tx_in_progress = 0; in tegra_uart_hw_deinit()[all …]
141 unsigned int tx_in_progress; member305 if (dma && dma->tx_chan && ourport->tx_in_progress == S3C24XX_TX_DMA) { in s3c24xx_serial_stop_tx()318 ourport->tx_in_progress = 0; in s3c24xx_serial_stop_tx()349 ourport->tx_in_progress = 0; in s3c24xx_serial_tx_dma_complete()392 ourport->tx_in_progress = S3C24XX_TX_PIO; in enable_tx_pio()460 ourport->tx_in_progress = S3C24XX_TX_DMA; in s3c24xx_serial_start_tx_dma()504 !ourport->tx_in_progress) in s3c24xx_serial_start_tx()1184 ourport->tx_in_progress = 0; in s3c64xx_serial_shutdown()1211 ourport->tx_in_progress = 0; in apple_s5l_serial_shutdown()
191 u32 tx_in_progress; member
1081 if (!priv->tx_in_progress) { in tlan_start_tx()1082 priv->tx_in_progress = 1; in tlan_start_tx()1400 priv->tx_in_progress = 0; in tlan_handle_tx_eof()1643 priv->tx_in_progress = 0; in tlan_handle_tx_eoc()