Home
last modified time | relevance | path

Searched refs:poll_get_char (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_driver.h292 int (*poll_get_char)(struct tty_driver *driver, int line); member
H A Dserial_core.h82 int (*poll_get_char)(struct uart_port *); member
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dkgdboc.c304 return kgdb_tty_driver->ops->poll_get_char(kgdb_tty_driver, in kgdboc_get_char()
H A Darc_uart.c478 .poll_get_char = arc_serial_poll_getchar,
H A Daltera_uart.c434 .poll_get_char = altera_uart_poll_get_char,
H A Duartlite.c438 .poll_get_char = ulite_get_poll_char,
H A Dvt8500_serial.c601 .poll_get_char = vt8500_get_poll_char,
H A Dsifive.c928 .poll_get_char = sifive_serial_poll_get_char,
H A Dmeson_uart.c516 .poll_get_char = meson_uart_poll_get_char,
H A Dst-asc.c713 .poll_get_char = asc_get_poll_char,
H A Dserial_core.c2480 if (!port || !(port->ops->poll_get_char && port->ops->poll_put_char)) { in uart_poll_init()
2512 ret = port->ops->poll_get_char(port); in uart_poll_get_char()
2567 .poll_get_char = uart_poll_get_char,
H A Dpxa.c776 .poll_get_char = serial_pxa_get_poll_char,
H A Dmvebu-uart.c605 .poll_get_char = mvebu_uart_get_poll_char,
H A Damba-pl011.c2149 .poll_get_char = pl011_get_poll_char,
2178 .poll_get_char = pl011_get_poll_char,
H A Dserial_txx9.c859 .poll_get_char = serial_txx9_get_poll_char,
H A Dxilinx_uartps.c1134 .poll_get_char = cdns_uart_poll_get_char,
H A Dsprd_serial.c968 .poll_get_char = sprd_poll_get_char,
H A Dfsl_lpuart.c2225 .poll_get_char = lpuart_poll_get_char,
2249 .poll_get_char = lpuart32_poll_get_char,
H A Dqcom_geni_serial.c1316 .poll_get_char = qcom_geni_serial_get_char,
H A Dsunzilog.c1064 .poll_get_char = sunzilog_get_poll_char,
H A Dmsm_serial.c1550 .poll_get_char = msm_poll_get_char,
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Ddriver.rst393 to support poll_put_char() and poll_get_char(). Unlike ->startup()
410 poll_get_char(port)
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_console.c902 .poll_get_char = hvc_poll_get_char,
/OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c1129 .poll_get_char = cpm_get_poll_char,
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.c1328 .poll_get_char = fiq_tty_poll_get_char,

12