Searched refs:uart_port_tx_limited (Results 1 – 13 of 13) sorted by relevance
/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 81 :identifiers: uart_port_tx_limited uart_port_tx
|
/linux/drivers/tty/serial/ |
H A D | mux.c | 192 uart_port_tx_limited(port, ch, in mux_write()
|
H A D | esp32_acm.c | 163 pending = uart_port_tx_limited(port, ch, in esp32s3_acm_transmit_buffer()
|
H A D | altera_jtaguart.c | 134 uart_port_tx_limited(port, ch, count, in altera_jtaguart_tx_chars()
|
H A D | apbuart.c | 125 uart_port_tx_limited(port, ch, port->fifosize, in apbuart_tx_chars()
|
H A D | sifive.c | 295 uart_port_tx_limited(&ssp->port, ch, SIFIVE_TX_FIFO_DEPTH, in __ssp_transmit_chars()
|
H A D | esp32_uart.c | 274 pending = uart_port_tx_limited(port, ch, in esp32_uart_transmit_buffer()
|
H A D | rp2.c | 431 uart_port_tx_limited(&up->port, ch, in rp2_tx_chars()
|
H A D | pxa.c | 179 uart_port_tx_limited(&up->port, ch, up->port.fifosize / 2, in transmit_chars()
|
H A D | ma35d1_serial.c | 205 uart_port_tx_limited(&up->port, ch, count, in transmit_chars()
|
H A D | serial_txx9.c | 326 uart_port_tx_limited(up, ch, TXX9_SIO_TX_FIFO, in transmit_chars()
|
H A D | omap-serial.c | 347 uart_port_tx_limited(&up->port, ch, up->port.fifosize / 4, in transmit_chars()
|
/linux/include/linux/ |
H A D | serial_core.h | 941 * uart_port_tx_limited -- transmit helper for uart_port with count limiting 966 #define uart_port_tx_limited(port, ch, count, tx_ready, put_char, tx_done) ({ \ macro 982 * See uart_port_tx_limited() for more details. 997 * See uart_port_tx_limited() for more details. 1011 * See uart_port_tx_limited() for more details.
|