Searched refs:tty_open (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/um/drivers/
H A Dtty.c39 static int tty_open(int input, int output, int primary, void *d, tty_open() function
73 .open = tty_open,
/linux-4.4.14/drivers/tty/
H A Dtty_io.c150 static int tty_open(struct inode *, struct file *);
474 .open = tty_open,
486 .open = tty_open,
2011 * tty_open - open a tty device
2015 * tty_open and tty_release keep up the tty count that contains the
2034 static int tty_open(struct inode *inode, struct file *filp) tty_open() function
2486 /* See the comment in tty_open(). */ tiocsctty()
/linux-4.4.14/include/linux/
H A Dti_wilink_st.h246 * the request to install ldisc, notify from tty_open which suggests
/linux-4.4.14/drivers/usb/serial/
H A Dusb-serial.c1055 /* Avoid race with tty_open and serial_install by setting the usb_serial_probe()
/linux-4.4.14/drivers/misc/ti-st/
H A Dst_kim.c444 * called from ST Core, upon tty_open
/linux-4.4.14/drivers/tty/hvc/
H A Dhvcs.c1174 * This is invoked via the tty_open interface when a user app connects to the
/linux-4.4.14/drivers/char/
H A Dvirtio_console.c2090 * hvc_instantiate, otherwise tty_open will complain, resulting in virtcons_probe()
/linux-4.4.14/drivers/tty/serial/
H A Dserial_core.c1584 * drivers/tty/tty_io.c:tty_open()

Completed in 357 milliseconds