Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dtty.h205 struct tty_port_operations { struct
207 int (*carrier_raised)(struct tty_port *port);
209 void (*dtr_rts)(struct tty_port *port, int raise);
234 const struct tty_port_operations *ops; /* Port operations */ argument
/kernel/linux/linux-5.10/include/linux/
Dtty.h205 struct tty_port_operations { struct
207 int (*carrier_raised)(struct tty_port *port);
209 void (*dtr_rts)(struct tty_port *port, int raise);
234 const struct tty_port_operations *ops; /* Port operations */ argument