Searched defs:tty_port_operations (Results 1 – 1 of 1) sorted by relevance
181 struct tty_port_operations { struct183 int (*carrier_raised)(struct tty_port *port);185 void (*dtr_rts)(struct tty_port *port, int raise);210 const struct tty_port_operations *ops; /* Port operations */ argument