Searched refs:tty (Results 151 - 175 of 363) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Dconsole.c11 #include <linux/tty.h>
/linux-master/arch/mips/sgi-ip22/
H A Dip22-setup.c14 #include <linux/tty.h>
/linux-master/drivers/usb/serial/
H A Dxsens_mt.c9 #include <linux/tty.h>
H A Dcyberjack.c30 #include <linux/tty.h>
51 static int cyberjack_open(struct tty_struct *tty,
54 static int cyberjack_write(struct tty_struct *tty,
56 static unsigned int cyberjack_write_room(struct tty_struct *tty);
133 static int cyberjack_open(struct tty_struct *tty, argument
158 static int cyberjack_write(struct tty_struct *tty, argument
243 static unsigned int cyberjack_write_room(struct tty_struct *tty) argument
H A Dqcaux.c16 #include <linux/tty.h>
H A Dipw.c38 #include <linux/tty.h>
48 #define DRIVER_DESC "IPWireless tty driver"
132 static int ipw_open(struct tty_struct *tty, struct usb_serial_port *port) argument
165 usb_wwan_open(tty, port);
H A Dsierra.c25 #include <linux/tty.h>
341 static int sierra_tiocmget(struct tty_struct *tty) argument
343 struct usb_serial_port *port = tty->driver_data;
359 static int sierra_tiocmset(struct tty_struct *tty, argument
362 struct usb_serial_port *port = tty->driver_data;
415 static int sierra_write(struct tty_struct *tty, struct usb_serial_port *port, argument
614 static unsigned int sierra_write_room(struct tty_struct *tty) argument
616 struct usb_serial_port *port = tty->driver_data;
633 static unsigned int sierra_chars_in_buffer(struct tty_struct *tty) argument
635 struct usb_serial_port *port = tty
769 sierra_open(struct tty_struct *tty, struct usb_serial_port *port) argument
[all...]
H A Dftdi_sio.c33 #include <linux/tty.h>
1112 static void ftdi_set_termios(struct tty_struct *tty,
1252 static u32 get_ftdi_divisor(struct tty_struct *tty, argument
1261 baud = tty_get_baud_rate(tty);
1352 tty_encode_baud_rate(tty, baud, baud);
1356 static int change_speed(struct tty_struct *tty, struct usb_serial_port *port) argument
1364 index_value = get_ftdi_divisor(tty, port);
1441 static void get_serial_info(struct tty_struct *tty, struct serial_struct *ss) argument
1443 struct usb_serial_port *port = tty->driver_data;
1451 static int set_serial_info(struct tty_struct *tty, struc argument
2348 ftdi_open(struct tty_struct *tty, struct usb_serial_port *port) argument
2463 struct tty_struct *tty; local
2555 ftdi_break_ctl(struct tty_struct *tty, int break_state) argument
2607 ftdi_set_termios(struct tty_struct *tty, struct usb_serial_port *port, const struct ktermios *old_termios) argument
2828 ftdi_tiocmget(struct tty_struct *tty) argument
2848 ftdi_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
2856 ftdi_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
[all...]
/linux-master/net/netlabel/
H A Dnetlabel_user.c21 #include <linux/tty.h>
/linux-master/arch/um/drivers/
H A Dchan.h9 #include <linux/tty.h>
H A DMakefile61 obj-$(CONFIG_TTY_CHAN) += tty.o
72 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o vde_user.o vector_user.o
/linux-master/drivers/tty/
H A Dtty_buffer.c9 #include <linux/tty.h>
22 #include "tty.h"
34 * We default to dicing tty buffer allocations to this many characters
45 * @port: tty port owning the flip buffer
64 * @port: tty port owning the flip buffer
85 * @port: tty port owning the flip buffer
114 * tty_buffer_free_all - free buffers used by a tty
115 * @port: tty port to free from
117 * Remove all the buffers pending on a tty whether queued with data or in the
118 * free ring. Must be called when the tty i
221 tty_buffer_flush(struct tty_struct *tty, struct tty_ldisc *ld) argument
[all...]
/linux-master/drivers/tty/hvc/
H A Dhvsi_lib.c380 /* Keep track of the tty data structure */
381 pv->tty = tty_port_tty_get(&hp->port);
404 if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL))
411 tty_kref_put(pv->tty);
412 pv->tty = NULL;
H A Dhvc_console.h17 #include <linux/tty.h>
23 * can't be used as a console device but is still a valid tty device.
28 * The Linux TTY code does not support dynamic addition of tty derived devices
29 * so we need to know how many tty devices we might need when space is allocated
30 * for the tty device. Since this driver supports hotplug of vty adapters we
68 /* Callbacks to handle tty ports */
76 /* register a vterm for hvc tty operation (module_init or hotplug add) */
79 /* remove a vterm from hvc tty operation (module_exit or hotplug remove) */
86 /* Resize hvc tty terminal window */
/linux-master/security/apparmor/
H A Dfile.c11 #include <linux/tty.h>
635 struct tty_struct *tty; local
638 tty = get_current_tty();
639 if (!tty)
642 spin_lock(&tty->files_lock);
643 if (!list_empty(&tty->tty_files)) {
646 /* TODO: Revalidate access to controlling tty. */
647 file_priv = list_first_entry(&tty->tty_files,
655 spin_unlock(&tty->files_lock);
656 tty_kref_put(tty);
[all...]
/linux-master/kernel/
H A Dacct.c52 #include <linux/tty.h>
439 struct tty_struct *tty; local
478 tty = current->signal->tty; /* Safe as we hold the siglock */
479 ac->ac_tty = tty ? old_encode_dev(tty_devnum(tty)) : 0;
H A Daudit.c1601 struct tty_struct *tty; local
1613 tty = audit_get_tty();
1614 audit_log_format(ab, "pid=%u uid=%u auid=%u tty=%s ses=%u",
1618 tty ? tty_name(tty) : "(none)",
1620 audit_put_tty(tty);
2228 struct tty_struct *tty = NULL; local
2233 tty = tty_kref_get(current->signal->tty);
2235 return tty;
2238 audit_put_tty(struct tty_struct *tty) argument
2247 struct tty_struct *tty; local
2328 struct tty_struct *tty; local
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dspeakup.h73 int speakup_set_selection(struct tty_struct *tty);
75 int speakup_paste_selection(struct tty_struct *tty);
/linux-master/include/linux/
H A Dvt_kern.h12 #include <linux/tty.h>
53 int tioclinux(struct tty_struct *tty, unsigned long arg);
H A Dkbd_kern.h5 #include <linux/tty.h>
/linux-master/arch/sh/kernel/
H A Dsh_bios.c12 #include <linux/tty.h>
/linux-master/drivers/tty/ipwireless/
H A Dmain.c22 #include "tty.h"
208 ipw->tty = ipwireless_tty_create(ipw->hardware, ipw->network);
209 if (!ipw->tty)
306 if (ipw->tty != NULL)
307 ipwireless_tty_free(ipw->tty);
/linux-master/drivers/input/
H A Dapm-power.c14 #include <linux/tty.h>
/linux-master/arch/m68k/sun3x/
H A Dprom.c6 #include <linux/tty.h>
/linux-master/arch/powerpc/include/asm/
H A Dhvsi.h74 struct tty_struct *tty; /* tty structure */ member in struct:hvsi_priv

Completed in 266 milliseconds

1234567891011>>