Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dsamsung_tty.c480 if (!ourport->dma || !ourport->dma->tx_chan || in s3c24xx_serial_start_next_tx()
498 if (!ourport->dma || !ourport->dma->tx_chan) in s3c24xx_serial_start_tx()
502 if (ourport->dma && ourport->dma->tx_chan) { in s3c24xx_serial_start_tx()
859 if (ourport->dma && ourport->dma->rx_chan) in s3c24xx_serial_rx_irq()
872 if (ourport->dma && ourport->dma->tx_chan && in s3c24xx_serial_tx_chars()
1925 ourport->rx_irq, ourport->tx_irq, port->uartclk); in s3c24xx_serial_init_port()
1979 ourport->info = &ourport->drv_data->info; in s3c24xx_serial_probe()
1993 ourport->port.iotype = ourport->info->iotype; in s3c24xx_serial_probe()
2017 ourport->port.fifosize = ourport->drv_data->fifosize[index]; in s3c24xx_serial_probe()
2019 ourport->port.fifosize = ourport->info->fifosize; in s3c24xx_serial_probe()
[all …]