Home
last modified time | relevance | path

Searched refs:tty_standard_install (Results 1 – 12 of 12) sorted by relevance

/drivers/staging/gdm724x/
Dgdm_tty.c98 ret = tty_standard_install(driver, tty); in gdm_tty_install()
/drivers/tty/
Dtty_port.c664 return tty_standard_install(driver, tty); in tty_port_install()
Dtty_io.c1200 int tty_standard_install(struct tty_driver *driver, struct tty_struct *tty) in tty_standard_install() function
1208 EXPORT_SYMBOL_GPL(tty_standard_install);
1226 tty_standard_install(driver, tty); in tty_driver_install_tty()
Dvcc.c1013 ret = tty_standard_install(driver, tty); in vcc_install()
Dnozomi.c1574 ret = tty_standard_install(driver, tty); in ntty_install()
/drivers/misc/
Dpti.c465 int ret = tty_standard_install(driver, tty); in pti_tty_install()
/drivers/staging/greybus/
Duart.c403 retval = tty_standard_install(driver, tty); in gb_tty_install()
/drivers/mmc/core/
Dsdio_uart.c734 int ret = tty_standard_install(driver, tty); in sdio_uart_install()
/drivers/isdn/capi/
Dcapi.c1009 int ret = tty_standard_install(driver, tty); in capinc_tty_install()
/drivers/staging/fwserial/
Dfwserial.c1085 err = tty_standard_install(driver, tty); in fwtty_install()
1098 err = tty_standard_install(driver, tty); in fwloop_install()
/drivers/usb/class/
Dcdc-acm.c605 retval = tty_standard_install(driver, tty); in acm_tty_install()
/drivers/tty/serial/
Dserial_core.c2438 return tty_standard_install(driver, tty); in uart_install()