Searched refs:poll_init (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ ! |
H A D | tty_driver.h | 407 * @poll_init: ``int ()(struct tty_driver *driver, int line, char *options)`` 418 * kgdboc support (see @poll_init). @driver should read a character from a 421 * Optional: called only if @poll_init provided. 425 * kgdboc support (see @poll_init). @driver should write character @ch to 428 * Optional: called only if @poll_init provided. 482 int (*poll_init)(struct tty_driver *driver, int line, char *options); member
|
H A D | serial_core.h | 347 * @poll_init: ``int ()(struct uart_port *port)`` 403 int (*poll_init)(struct uart_port *); member
|
/linux/drivers/tty/serial/ ! |
H A D | tegra-utc.c | 349 .poll_init = tegra_utc_poll_init,
|
H A D | esp32_uart.c | 514 .poll_init = esp32_uart_poll_init,
|
H A D | serial_core.c | 2648 if (port->ops->poll_init) { in uart_poll_init() 2654 ret = port->ops->poll_init(port); in uart_poll_init() 2733 .poll_init = uart_poll_init,
|
H A D | fsl_lpuart.c | 2450 .poll_init = lpuart_poll_init, 2475 .poll_init = lpuart32_poll_init,
|
H A D | stm32-usart.c | 1492 .poll_init = stm32_usart_poll_init,
|
H A D | imx.c | 2074 .poll_init = imx_uart_poll_init,
|
/linux/drivers/tty/ ! |
H A D | tty_io.c | 407 p->ops->poll_init && !p->ops->poll_init(p, tty_line, stp)) { in tty_find_polling_driver()
|