Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dsamsung_tty.c243 struct s3c24xx_uart_port *ourport = to_ourport(port); in s3c24xx_serial_rx_enable() local
261 ourport->rx_enabled = 1; in s3c24xx_serial_rx_enable()
267 struct s3c24xx_uart_port *ourport = to_ourport(port); in s3c24xx_serial_rx_disable() local
277 ourport->rx_enabled = 0; in s3c24xx_serial_rx_disable()
283 struct s3c24xx_uart_port *ourport = to_ourport(port); in s3c24xx_serial_stop_tx() local
284 struct s3c24xx_uart_dma *dma = ourport->dma; in s3c24xx_serial_stop_tx()
289 if (!ourport->tx_enabled) in s3c24xx_serial_stop_tx()
295 disable_irq_nosync(ourport->tx_irq); in s3c24xx_serial_stop_tx()
297 if (dma && dma->tx_chan && ourport->tx_in_progress == S3C24XX_TX_DMA) { in s3c24xx_serial_stop_tx()
301 dma_sync_single_for_cpu(ourport->port.dev, in s3c24xx_serial_stop_tx()
[all …]