Home
last modified time | relevance | path

Searched refs:tty_port_link_device (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dtty_port.c117 void tty_port_link_device(struct tty_port *port, in tty_port_link_device() function
124 EXPORT_SYMBOL_GPL(tty_port_link_device);
163 tty_port_link_device(port, driver, index); in tty_port_register_device_attr()
188 tty_port_link_device(port, driver, index); in tty_port_register_device_attr_serdev()
H A Dttynull.c83 tty_port_link_device(&ttynull_port, driver, 0); in ttynull_init()
H A Damiserial.c1514 tty_port_link_device(&state->tport, driver, 0); in amiga_serial_probe()
H A Dmoxa.c1352 tty_port_link_device(&moxa_service_port, moxaDriver, MAX_PORTS); in moxa_init()
/openbmc/linux/arch/m68k/emu/
H A Dnfcon.c148 tty_port_link_device(&nfcon_tty_port, driver, 0); in nfcon_init()
/openbmc/linux/arch/xtensa/platforms/iss/
H A Dconsole.c128 tty_port_link_device(&serial_port, driver, 0); in rs_init()
/openbmc/linux/Documentation/driver-api/tty/
H A Dtty_driver.rst96 index *before* the actual registration by tty_port_link_device(). If it still
105 :identifiers: tty_port_link_device tty_port_register_device
/openbmc/linux/drivers/char/
H A Dttyprintk.c202 tty_port_link_device(&tpk_port.port, ttyprintk_driver, 0); in ttyprintk_init()
/openbmc/linux/include/linux/
H A Dtty_port.h141 void tty_port_link_device(struct tty_port *port, struct tty_driver *driver,
/openbmc/linux/arch/alpha/kernel/
H A Dsrmcons.c220 tty_port_link_device(&srmcons_singleton.port, driver, 0); in srmcons_init()
/openbmc/linux/drivers/s390/char/
H A Dsclp_tty.c552 tty_port_link_device(&sclp_port, driver, 0); in sclp_tty_init()
H A Dsclp_vt220.c749 tty_port_link_device(&sclp_vt220_port, driver, 0); in sclp_vt220_tty_init()
/openbmc/linux/drivers/tty/hvc/
H A Dhvsi.c1062 tty_port_link_device(&hp->port, driver, i); in hvsi_init()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c3196 tty_port_link_device(port, drv->tty_driver, uport->line); in serial_core_add_one_port()