Searched refs:poll_init (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
H A D | tty_driver.h | 321 * @poll_init: ``int ()(struct tty_driver *driver, int line, char *options)`` 332 * kgdboc support (see @poll_init). @driver should read a character from a 335 * Optional: called only if @poll_init provided. 339 * kgdboc support (see @poll_init). @driver should write character @ch to 342 * Optional: called only if @poll_init provided. 396 int (*poll_init)(struct tty_driver *driver, int line, char *options); 388 int (*poll_init)(struct tty_driver *driver, int line, char *options); global() member
|
H A D | serial_core.h | 403 int (*poll_init)(struct uart_port *); member
|
/linux/drivers/tty/hvc/ |
H A D | hvc_console.c | 901 .poll_init = hvc_poll_init,
|
/linux/drivers/tty/serial/ |
H A D | esp32_uart.c | 514 .poll_init = esp32_uart_poll_init,
|
H A D | serial_core.c | 2693 if (port->ops->poll_init) { in uart_poll_init() 2699 ret = port->ops->poll_init(port); in uart_poll_init() 2778 .poll_init = uart_poll_init,
|
H A D | amba-pl011.c | 2261 .poll_init = pl011_hwinit, 2290 .poll_init = pl011_hwinit,
|
H A D | sprd_serial.c | 965 .poll_init = sprd_poll_init,
|
H A D | fsl_lpuart.c | 2434 .poll_init = lpuart_poll_init, 2459 .poll_init = lpuart32_poll_init,
|
H A D | qcom_geni_serial.c | 1615 .poll_init = qcom_geni_serial_poll_init,
|
H A D | stm32-usart.c | 1494 .poll_init = stm32_usart_poll_init,
|
H A D | imx.c | 2067 .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()
|