Searched refs:transmit_chars (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | sunhv.c | 173 void (*transmit_chars)(struct uart_port *port, struct tty_port *tport); member 178 .transmit_chars = transmit_chars_putchar, 183 .transmit_chars = transmit_chars_write, 202 static void transmit_chars(struct uart_port *port) in transmit_chars() function 213 sunhv_ops->transmit_chars(port, tport); in transmit_chars() 227 transmit_chars(port); in sunhv_interrupt() 267 transmit_chars(port); in sunhv_start_tx()
|
| H A D | sh-sci-common.h | 81 void (*transmit_chars)(struct uart_port *port); member
|
| H A D | sunplus-uart.c | 201 static void transmit_chars(struct uart_port *port) in transmit_chars() function 290 transmit_chars(port); in sunplus_uart_irq()
|
| H A D | pxa.c | 175 static void transmit_chars(struct uart_pxa_port *up) in transmit_chars() function 234 transmit_chars(up); in serial_pxa_irq()
|
| H A D | rsci.c | 452 .transmit_chars = rsci_transmit_chars,
|
| H A D | serial_txx9.c | 322 static inline void transmit_chars(struct uart_port *up) in transmit_chars() function 352 transmit_chars(up); in serial_txx9_interrupt()
|
| H A D | sunsab.c | 232 static void transmit_chars(struct uart_sunsab_port *up, in transmit_chars() function 332 transmit_chars(up, &status); in sunsab_interrupt()
|
| H A D | omap-serial.c | 343 static void transmit_chars(struct uart_omap_port *up, unsigned int lsr) in transmit_chars() function 548 transmit_chars(up, lsr); in serial_omap_irq()
|
| H A D | sh-sci.c | 2004 s->ops->transmit_chars(port); in sci_tx_interrupt() 3148 .transmit_chars = sci_transmit_chars,
|