Lines Matching refs:tty_port
270 tty_port_tty_hangup(&ifx_dev->tty_port, false);
333 * Open the tty interface. We let the tty_port layer do all the work
340 return tty_port_open(&saved_ifx_dev->tty_port, tty, filp);
348 * Perform the close of the tty. We use the tty_port layer to do all
354 tty_port_close(&ifx_dev->tty_port, tty, filp);
460 tty_port_tty_wakeup(&ifx_dev->tty_port);
542 tty_port_hangup(&ifx_dev->tty_port);
552 static int ifx_port_activate(struct tty_port *port, struct tty_struct *tty)
555 container_of(port, struct ifx_spi_device, tty_port);
583 static void ifx_port_shutdown(struct tty_port *port)
586 container_of(port, struct ifx_spi_device, tty_port);
623 tty_insert_flip_string(&ifx_dev->tty_port, chars, size);
624 tty_flip_buffer_push(&ifx_dev->tty_port);
715 tty_port_tty_wakeup(&ifx_dev->tty_port);
803 tty_port_destroy(&ifx_dev->tty_port);
817 struct tty_port *pport = &ifx_dev->tty_port;
908 tty_port_tty_hangup(&ifx_dev->tty_port, false);