Searched refs:poll_init (Results 1 – 8 of 8) 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 | sprd_serial.c | 965 .poll_init = sprd_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,
|