Home
last modified time | relevance | path

Searched refs:tty_port_open (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/Documentation/driver-api/tty/
H A Dtty_port.rst11 :c:member:`tty_port.ops.shutdown()`, they can use tty_port_open(),
32 :identifiers: tty_port_install tty_port_open tty_port_block_til_ready
/linux-6.15/drivers/tty/
H A Dttynull.c19 return tty_port_open(&ttynull_port, tty, filp); in ttynull_open()
H A Dtty_port.c765 int tty_port_open(struct tty_port *port, struct tty_struct *tty, in tty_port_open() function
796 EXPORT_SYMBOL(tty_port_open);
H A Drpmsg_tty.c68 return tty_port_open(tty->port, tty, filp); in rpmsg_tty_open()
H A Dgoldfish.c168 return tty_port_open(&qtty->port, tty, filp); in goldfish_tty_open()
H A Dehv_bytechan.c518 return tty_port_open(&bc->port, ttys, filp); in ehv_bc_tty_open()
H A Dvcc.c766 return tty_port_open(tty->port, tty, vcc_file); in vcc_open()
H A Dmips_ejtag_fdc.c772 return tty_port_open(tty->port, tty, filp); in mips_ejtag_fdc_tty_open()
H A Dmxser.c877 return tty_port_open(tport, tty, filp); in mxser_open()
H A Dnozomi.c1548 return tty_port_open(&port->port, tty, filp); in ntty_open()
/linux-6.15/drivers/char/
H A Dttyprintk.c90 return tty_port_open(&tpk_port.port, tty, filp); in tpk_open()
/linux-6.15/include/linux/
H A Dtty_port.h249 int tty_port_open(struct tty_port *port, struct tty_struct *tty,
/linux-6.15/drivers/usb/host/
H A Dxhci-dbgtty.c270 return tty_port_open(&port->port, tty, file); in dbc_tty_open()
/linux-6.15/arch/um/drivers/
H A Dline.c327 return tty_port_open(&line->port, tty, filp); in line_open()
/linux-6.15/drivers/ipack/devices/
H A Dipoctal.c112 return tty_port_open(&channel->tty_port, tty, file); in ipoctal_open()
/linux-6.15/drivers/mmc/core/
H A Dsdio_uart.c744 return tty_port_open(&port->port, tty, filp); in sdio_uart_open()
/linux-6.15/net/bluetooth/rfcomm/
H A Dtty.c753 err = tty_port_open(&dev->port, tty, filp); in rfcomm_tty_open()
/linux-6.15/drivers/staging/greybus/
H A Duart.c406 return tty_port_open(&gb_tty->port, tty, file); in gb_tty_open()
/linux-6.15/drivers/isdn/capi/
H A Dcapi.c1066 err = tty_port_open(&mp->port, tty, filp); in capinc_tty_open()
/linux-6.15/drivers/usb/serial/
H A Dusb-serial.c289 return tty_port_open(&port->port, tty, filp); in serial_open()
/linux-6.15/drivers/usb/class/
H A Dcdc-acm.c673 return tty_port_open(&acm->port, tty, filp); in acm_tty_open()
/linux-6.15/drivers/tty/serial/
H A Dserial_core.c1974 retval = tty_port_open(&state->port, tty, filp); in uart_open()