Searched defs:tty_port (Results 1 – 8 of 8) sorted by relevance
228 struct tty_port { struct232 const struct tty_port_operations *ops; /* Port operations */ argument233 const struct tty_port_client_operations *client_ops; /* Port client operations */ argument255 /* tty_port::iflags bits -- use atomic bit ops */ argument
49 struct tty_port *tty_port = &p->port.state->port; in __dma_rx_complete() local
769 struct tty_port *tty_port = &p->port.state->port; in __dma_rx_do_complete() local
96 static struct tty_port tty_port; variable
885 static void fwtty_port_dtr_rts(struct tty_port *tty_port, int on) in fwtty_port_dtr_rts()910 static int fwtty_port_carrier_raised(struct tty_port *tty_port) in fwtty_port_carrier_raised()972 static int fwtty_port_activate(struct tty_port *tty_port, in fwtty_port_activate()1017 static void fwtty_port_shutdown(struct tty_port *tty_port) in fwtty_port_shutdown()
64 struct tty_port tty_port; member
233 struct tty_port *tty_port = &port->state->port; in bcm_uart_do_rx() local
40 struct tty_port tty_port; member