Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h206 struct tty_port_operations { struct
208 int (*carrier_raised)(struct tty_port *port);
210 void (*dtr_rts)(struct tty_port *port, int raise);
237 const struct tty_port_operations *ops; /* Port operations */ argument