Searched refs:poll_put_char (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/include/linux/
H A Dtty_driver.h318 * @poll_put_char.
330 * @poll_put_char: ``void ()(struct tty_driver *driver, int line, char ch)``
390 void (*poll_put_char)(struct tty_driver *driver, int line, char ch); member in struct:tty_operations
H A Dserial_core.h349 * support @poll_put_char() and @poll_get_char(). Unlike @startup(), this
355 * @poll_put_char: ``void ()(struct uart_port *port, unsigned char ch)``
403 void (*poll_put_char)(struct uart_port *, unsigned char); member in struct:uart_ops
/linux-master/drivers/tty/serial/
H A Dkgdboc.c324 kgdb_tty_driver->ops->poll_put_char(kgdb_tty_driver,
H A Darc_uart.c471 .poll_put_char = arc_serial_poll_putchar,
H A Desp32_acm.c277 .poll_put_char = esp32s3_acm_poll_put_char,
H A Dvt8500_serial.c579 .poll_put_char = vt8500_put_poll_char,
H A Daltera_uart.c411 .poll_put_char = altera_uart_poll_put_char,
H A Desp32_uart.c515 .poll_put_char = esp32_uart_poll_put_char,
H A Dsunplus-uart.c493 .poll_put_char = sunplus_poll_put_char,
H A Dsifive.c893 .poll_put_char = sifive_serial_poll_put_char,
H A Dowl-uart.c491 .poll_put_char = owl_uart_poll_put_char,
H A Dbcm63xx_uart.c652 .poll_put_char = bcm_uart_poll_put_char,
H A Duartlite.c465 .poll_put_char = ulite_put_poll_char,
H A Dserial_txx9.c809 .poll_put_char = serial_txx9_put_poll_char,
H A Dst-asc.c683 .poll_put_char = asc_put_poll_char,
H A Dpxa.c734 .poll_put_char = serial_pxa_put_poll_char,
H A Dmeson_uart.c531 .poll_put_char = meson_uart_poll_put_char,
H A Dserial_core.c2699 !(port->ops->poll_get_char && port->ops->poll_put_char)) {
2756 port->ops->poll_put_char(port, '\r');
2757 port->ops->poll_put_char(port, ch);
2794 .poll_put_char = uart_poll_put_char,
H A Dsamsung_tty.c1703 .poll_put_char = s3c24xx_serial_put_poll_char,
1724 .poll_put_char = s3c24xx_serial_put_poll_char,
H A Damba-pl011.c2264 .poll_put_char = pl011_put_poll_char,
2293 .poll_put_char = pl011_put_poll_char,
H A Dmvebu-uart.c654 .poll_put_char = mvebu_uart_put_poll_char,
H A Dcpm_uart.c1204 .poll_put_char = cpm_put_poll_char,
H A Dsprd_serial.c943 .poll_put_char = sprd_poll_put_char,
H A Dsunzilog.c1063 .poll_put_char = sunzilog_put_poll_char,
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c903 .poll_put_char = hvc_poll_put_char,

Completed in 437 milliseconds

12