Searched refs:tty (Results 251 - 275 of 363) sorted by relevance

<<1112131415

/linux-master/drivers/bluetooth/
H A Dhci_mrvl.c15 #include <linux/tty.h>
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c20 #include <linux/tty.h>
/linux-master/drivers/video/fbdev/
H A Dgrvga.c23 #include <linux/tty.h>
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c31 #include <linux/tty.h>
/linux-master/arch/m68k/mvme16x/
H A Dconfig.c18 #include <linux/tty.h>
/linux-master/drivers/tty/serial/
H A Darc_uart.c13 * -Is uart_tx_stopped() not done in tty write path as it has already been
29 #include <linux/tty.h>
150 * Driver internal routine, used by both tty(serial core) as well as tx-isr
152 * -also tty->flow.stopped has already been checked
177 * If num chars in xmit buffer are too few, ask tty layer for more.
246 * OTOH, Userland output (via tty layer), uses interrupt based writes as there
252 * When tty has some data to send out, serial core calls driver's start_tx
254 * -checks-if-tty-buffer-has-char-to-send
261 * It then calls the exact routine used by tty layer write to send out any
262 * more char in tty buffe
[all...]
H A D21285.c8 #include <linux/tty.h>
H A Daltera_jtaguart.c19 #include <linux/tty.h>
H A Dapbuart.c15 #include <linux/tty.h>
H A Dserial-tegra.c33 #include <linux/tty.h>
689 dev_err(tup->uport.dev, "RxData copy to tty layer failed\n");
697 struct tty_struct *tty = tty_port_tty_get(&tup->uport.state->port); local
701 if (tty) {
703 tty_kref_put(tty);
H A Dsunhv.c9 #include <linux/tty.h>
H A Dtimbuart.c14 #include <linux/tty.h>
H A Dpch_uart.c13 #include <linux/tty.h>
973 struct tty_struct *tty = tty_port_tty_get(&port->state->port); local
995 if (tty == NULL) {
999 tty_kref_put(tty);
H A Dst-asc.c16 #include <linux/tty.h>
266 pm_wakeup_event(tport->tty->dev, 0);
/linux-master/fs/devpts/
H A Dinode.c19 #include <linux/tty.h>
201 * pty code needs to hold extra references in case of last /dev/tty close
/linux-master/drivers/tty/
H A Dehv_bytechan.c19 * 3) A tty driver, which is used to handle user-space input and output. The
20 * byte channel used for the console is designated as the default tty.
35 #include <linux/tty.h>
81 * 1. The tty layer makes two back-to-back calls to ehv_bc_tty_write()
310 * stdout/stdin, even though that information is used by the tty and character
383 /* Pass the received data to the tty layer. */
398 /* Tell the tty layer that we're done. */
462 * This function is called when the tty layer has data for us send. We store
467 * all the data. The purpose of ehv_bc_tty_write_room() is to tell the tty
469 * ehv_bc_tty_write_room() will never lie, so the tty laye
[all...]
/linux-master/arch/um/drivers/
H A Dchan_kern.c7 #include <linux/tty.h>
425 { "tty", &tty_ops },
427 { "tty", &not_configged_ops },
/linux-master/drivers/usb/serial/
H A Dqcserial.c10 #include <linux/tty.h>
/linux-master/arch/s390/kernel/
H A Dcompat_signal.c24 #include <linux/tty.h>
H A Dsignal.c26 #include <linux/tty.h>
/linux-master/drivers/greybus/
H A Dgb-beagleplay.c15 #include <linux/tty.h>
/linux-master/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c15 #include <linux/tty.h>
43 * If we fill the tty flip buffers, we throttle the data ready interrupt
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c14 #include <linux/tty.h>
744 /* Call our tty layer to enforce queue flow control if needed. */
981 cflag = C_BAUD(ch->uart_port.state->port.tty);
1163 /* Call our tty layer to enforce queue flow control if needed. */
H A Djsm_cls.c23 #include <linux/tty.h>
707 cflag = C_BAUD(ch->uart_port.state->port.tty);
/linux-master/drivers/staging/gdm724x/
H A Dgdm_mux.c11 #include <linux/tty.h>

Completed in 248 milliseconds

<<1112131415