Home
last modified time | relevance | path

Searched refs:tty_port_carrier_raised (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/driver-api/tty/
H A Dtty_port.rst53 :identifiers: tty_port_carrier_raised tty_port_raise_dtr_rts
/openbmc/linux/drivers/tty/
H A Dtty_port.c445 bool tty_port_carrier_raised(struct tty_port *port) in tty_port_carrier_raised() function
451 EXPORT_SYMBOL(tty_port_carrier_raised);
568 if (do_clocal || tty_port_carrier_raised(port)) in tty_port_block_til_ready()
H A Dsynclink_gt.c3205 cd = tty_port_carrier_raised(port); in block_til_ready()
/openbmc/linux/include/linux/
H A Dtty_port.h234 bool tty_port_carrier_raised(struct tty_port *port);