Searched refs:tty_open (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/arch/um/drivers/ |
H A D | tty.c | 39 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 D | tty_io.c | 150 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 D | ti_wilink_st.h | 246 * the request to install ldisc, notify from tty_open which suggests
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | usb-serial.c | 1055 /* Avoid race with tty_open and serial_install by setting the usb_serial_probe()
|
/linux-4.4.14/drivers/misc/ti-st/ |
H A D | st_kim.c | 444 * called from ST Core, upon tty_open
|
/linux-4.4.14/drivers/tty/hvc/ |
H A D | hvcs.c | 1174 * This is invoked via the tty_open interface when a user app connects to the
|
/linux-4.4.14/drivers/char/ |
H A D | virtio_console.c | 2090 * hvc_instantiate, otherwise tty_open will complain, resulting in virtcons_probe()
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | serial_core.c | 1584 * drivers/tty/tty_io.c:tty_open()
|
Completed in 344 milliseconds