Home
last modified time | relevance | path

Searched refs:tty_port_default_client_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dtty_port.c74 const struct tty_port_client_operations tty_port_default_client_ops = { variable
79 EXPORT_SYMBOL_GPL(tty_port_default_client_ops);
101 port->client_ops = &tty_port_default_client_ops; in tty_port_init()
/openbmc/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c310 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_register()
326 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_unregister()
/openbmc/linux/include/linux/
H A Dtty_port.h49 extern const struct tty_port_client_operations tty_port_default_client_ops;