Home
last modified time | relevance | path

Searched defs:tty_port (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Dtty_port.h101 struct tty_port { struct
105 const struct tty_port_operations *ops; argument
106 const struct tty_port_client_operations *client_ops; argument
126 /* tty_port::iflags bits -- use atomic bit ops */ argument
/linux/drivers/tty/serial/8250/
H A D8250_dma.c44 struct tty_port *tty_port = &p->port.state->port; in __dma_rx_complete() local
H A D8250_mtk.c96 struct tty_port *tty_port = &up->port.state->port; in mtk8250_dma_rx_complete() local
H A D8250_pci1xxxx.c363 struct tty_port *tty_port = &port->state->port; in pci1xxxx_rx_burst() local
H A D8250_omap.c917 struct tty_port *tty_port = &p->port.state->port; in __dma_rx_do_complete() local
H A D8250_bcm7271.c444 struct tty_port *tty_port = &up->state->port; in brcmuart_rx_buf_done_isr() local
/linux/drivers/tty/serial/
H A Desp32_acm.c105 struct tty_port *tty_port = &port->state->port; in esp32s3_acm_rxint() local
H A Dbcm63xx_uart.c229 struct tty_port *tty_port = &port->state->port; in bcm_uart_do_rx() local
H A Desp32_uart.c216 struct tty_port *tty_port = &port->state->port; in esp32_uart_rxint() local
/linux/drivers/ipack/devices/
H A Dipoctal.c35 struct tty_port tty_port; member