Searched refs:tty (Results 226 - 250 of 363) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/host/
H A Dxhci-dbgcap.h12 #include <linux/tty.h>
/linux-master/arch/x86/boot/
H A DMakefile25 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
/linux-master/drivers/tty/serial/
H A Dtegra-tcu.c14 #include <linux/tty.h>
H A Dsamsung_tty.c42 #include <linux/tty.h>
510 struct tty_port *tty, int count)
522 if (!tty) {
523 dev_err(ourport->port.dev, "No tty port\n");
526 copied = tty_insert_flip_string(tty,
530 dev_err(ourport->port.dev, "RxData copy to tty layer failed\n");
610 struct tty_struct *tty = tty_port_tty_get(&ourport->port.state->port); local
625 if (tty) {
627 tty_kref_put(tty);
715 struct tty_struct *tty local
509 s3c24xx_uart_copy_rx_to_tty(struct s3c24xx_uart_port *ourport, struct tty_port *tty, int count) argument
[all...]
H A Dmux.c19 #include <linux/tty.h>
204 * the data to the tty layer.
560 * Unregister the Serial MUX driver from the tty layer.
H A Dkgdboc.c18 #include <linux/tty.h>
306 * underlying tty is ready. Here we init our platform driver and
398 * responsible for loading the tty driver before setting up.
H A Dfsl_lpuart.c1345 struct tty_struct *tty = port->tty; local
1346 struct ktermios *termios = &tty->termios;
1349 unsigned int baud = tty_get_baud_rate(tty);
3028 struct tty_struct *tty; local
3032 tty = tty_port_tty_get(port);
3033 if (tty) {
3034 tty_dev = tty->dev;
3036 tty_kref_put(tty);
3167 if (port->tty
[all...]
/linux-master/fs/quota/
H A Ddquot.c67 #include <linux/tty.h>
1209 struct tty_struct *tty; local
1218 tty = get_current_tty();
1219 if (!tty)
1221 tty_write_message(tty, warn->w_sb->s_id);
1223 tty_write_message(tty, ": warning, ");
1225 tty_write_message(tty, ": write failed, ");
1226 tty_write_message(tty, quotatypes[warn->w_dq_id.type]);
1247 tty_write_message(tty, msg);
1248 tty_kref_put(tty);
[all...]
/linux-master/kernel/
H A Dexit.c21 #include <linux/tty.h>
150 struct tty_struct *tty; local
164 tty = sig->tty;
165 sig->tty = NULL;
216 tty_kref_put(tty);
/linux-master/drivers/
H A DMakefile56 # tty/ comes before char/ so that the VT console is the boot-time
58 obj-y += tty/
/linux-master/drivers/usb/serial/
H A Dsafe_serial.c66 #include <linux/tty.h>
/linux-master/drivers/parisc/
H A Dsuperio.c70 #include <linux/tty.h>
/linux-master/arch/arm/mach-sa1100/
H A Djornada720.c14 #include <linux/tty.h>
H A Dcollie.c22 #include <linux/tty.h>
/linux-master/drivers/tty/
H A Dtty_ldsem.c31 #include <linux/tty.h>
/linux-master/arch/alpha/kernel/
H A Dprocess.c33 #include <linux/tty.h>
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c14 #include <linux/tty.h>
/linux-master/drivers/tty/serial/jsm/
H A Djsm.h18 #include <linux/tty.h>
/linux-master/arch/openrisc/kernel/
H A Dsetup.c24 #include <linux/tty.h>
/linux-master/init/
H A Ddo_mounts.c6 #include <linux/tty.h>
/linux-master/tools/testing/selftests/
H A DMakefile106 TARGETS += tty
/linux-master/drivers/tty/serial/8250/
H A D8250_dma.c7 #include <linux/tty.h>
/linux-master/drivers/accessibility/speakup/
H A Dmain.c14 #include <linux/tty.h>
107 static struct tty_struct *tty; variable in typeref:struct:tty_struct
360 ret = speakup_set_selection(tty);
384 speakup_paste_selection(tty);
2122 tty = vc->port.tty;
/linux-master/drivers/bluetooth/
H A Dhci_bcm.c24 #include <linux/tty.h>
467 if (!hu->tty->dev)
475 * parent of tty device used by hci_uart
477 if (hu->tty->dev->parent == dev->dev->parent) {
/linux-master/drivers/net/ethernet/tehuti/
H A Dtehuti.h24 #include <linux/tty.h>

Completed in 242 milliseconds

1234567891011>>