Searched refs:tty (Results 51 - 75 of 1061) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A DMakefile8 rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/char/
H A Dctrlchar.c35 * @param tty The tty struct for this console.
42 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) argument
66 return INTR_CHAR(tty) | CTRLCHAR_CTRL;
68 return EOF_CHAR(tty) | CTRLCHAR_CTRL;
70 return SUSP_CHAR(tty) | CTRLCHAR_CTRL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A DMakefile9 ipwireless-objs := hardware.o main.o network.o tty.o
H A Dtty.h37 void ipwireless_tty_free(struct ipw_tty *tty);
38 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
40 int ipwireless_tty_is_modem(struct ipw_tty *tty);
41 void ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/char/
H A Dctrlchar.c35 * @param tty The tty struct for this console.
42 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) argument
66 return INTR_CHAR(tty) | CTRLCHAR_CTRL;
68 return EOF_CHAR(tty) | CTRLCHAR_CTRL;
70 return SUSP_CHAR(tty) | CTRLCHAR_CTRL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bluetooth/rfcomm/
H A DMakefile8 rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/pcmcia/ipwireless/
H A DMakefile9 ipwireless-objs := hardware.o main.o network.o tty.o
H A Dtty.h37 void ipwireless_tty_free(struct ipw_tty *tty);
38 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
40 int ipwireless_tty_is_modem(struct ipw_tty *tty);
41 void ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Ddevpts_fs.h23 int devpts_pty_new(struct inode *ptmx_inode, struct tty_struct *tty);
24 /* get tty structure */
27 void devpts_pty_kill(struct tty_struct *tty);
35 struct tty_struct *tty)
44 static inline void devpts_pty_kill(struct tty_struct *tty) { } argument
34 devpts_pty_new(struct inode *ptmx_inode, struct tty_struct *tty) argument
H A Dtty_ldisc.h5 * This structure defines the interface between the tty line discipline
6 * implementation and the tty routines. The following routines can be
13 * with the tty. The line discipline can use this as an
19 * shutdown, either because the tty is being closed or because
20 * the tty is being changed to use a new line discipline
22 * void (*flush_buffer)(struct tty_struct *tty);
28 * ssize_t (*chars_in_buffer)(struct tty_struct *tty);
34 * ssize_t (*read)(struct tty_struct * tty, struct file * file,
38 * the tty. The line discipline will return whatever characters
42 * ssize_t (*write)(struct tty_struct * tty, struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_ath.c34 #include <linux/tty.h>
52 static int ath_wakeup_ar3k(struct tty_struct *tty) argument
55 int status = tty->driver->ops->tiocmget(tty, NULL);
61 n_tty_ioctl_helper(tty, NULL, TCGETS, (unsigned long)&settings);
63 n_tty_ioctl_helper(tty, NULL, TCSETS, (unsigned long)&settings);
66 status = tty->driver->ops->tiocmget(tty, NULL);
67 tty->driver->ops->tiocmset(tty, NUL
89 struct tty_struct *tty; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/bluetooth/
H A Dhci_ath.c34 #include <linux/tty.h>
52 static int ath_wakeup_ar3k(struct tty_struct *tty) argument
55 int status = tty->driver->ops->tiocmget(tty, NULL);
61 n_tty_ioctl_helper(tty, NULL, TCGETS, (unsigned long)&settings);
63 n_tty_ioctl_helper(tty, NULL, TCSETS, (unsigned long)&settings);
66 status = tty->driver->ops->tiocmget(tty, NULL);
67 tty->driver->ops->tiocmset(tty, NUL
89 struct tty_struct *tty; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dn_hdlc.c16 * This module implements the tty line discipline N_HDLC for use with
17 * tty device drivers that support bit-synchronous HDLC communications.
21 * 1. tty write calls represent one complete transmit frame of data
34 * the tty flip buffer and call the line discipline receive
40 * tty read calls.
42 * 3. tty read calls returns an entire frame of data or nothing.
46 * of the tty flags
53 * These conventions allow the standard tty programming interface
98 #include <linux/tty.h>
101 #include <linux/string.h> /* used in new tty driver
136 struct tty_struct *tty; member in struct:n_hdlc
187 flush_rx_queue(struct tty_struct *tty) argument
196 flush_tx_queue(struct tty_struct *tty) argument
233 struct tty_struct *tty = n_hdlc2tty (n_hdlc); local
287 n_hdlc_tty_close(struct tty_struct *tty) argument
325 n_hdlc_tty_open(struct tty_struct *tty) argument
374 n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) argument
470 n_hdlc_tty_wakeup(struct tty_struct *tty) argument
499 n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *data, char *flags, int count) argument
566 n_hdlc_tty_read(struct tty_struct *tty, struct file *file, __u8 __user *buf, size_t nr) argument
651 n_hdlc_tty_write(struct tty_struct *tty, struct file *file, const unsigned char *data, size_t count) argument
734 n_hdlc_tty_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) argument
800 n_hdlc_tty_poll(struct tty_struct *tty, struct file *filp, poll_table *wait) argument
[all...]
H A Dsx.h127 #define O_OTHER(tty) \
128 ((O_OLCUC(tty)) ||\
129 (O_ONLCR(tty)) ||\
130 (O_OCRNL(tty)) ||\
131 (O_ONOCR(tty)) ||\
132 (O_ONLRET(tty)) ||\
133 (O_OFILL(tty)) ||\
134 (O_OFDEL(tty)) ||\
135 (O_NLDLY(tty)) ||\
136 (O_CRDLY(tty)) ||\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dn_hdlc.c16 * This module implements the tty line discipline N_HDLC for use with
17 * tty device drivers that support bit-synchronous HDLC communications.
21 * 1. tty write calls represent one complete transmit frame of data
34 * the tty flip buffer and call the line discipline receive
40 * tty read calls.
42 * 3. tty read calls returns an entire frame of data or nothing.
46 * of the tty flags
53 * These conventions allow the standard tty programming interface
98 #include <linux/tty.h>
101 #include <linux/string.h> /* used in new tty driver
136 struct tty_struct *tty; member in struct:n_hdlc
187 flush_rx_queue(struct tty_struct *tty) argument
196 flush_tx_queue(struct tty_struct *tty) argument
233 struct tty_struct *tty = n_hdlc2tty (n_hdlc); local
287 n_hdlc_tty_close(struct tty_struct *tty) argument
325 n_hdlc_tty_open(struct tty_struct *tty) argument
374 n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) argument
470 n_hdlc_tty_wakeup(struct tty_struct *tty) argument
499 n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *data, char *flags, int count) argument
566 n_hdlc_tty_read(struct tty_struct *tty, struct file *file, __u8 __user *buf, size_t nr) argument
651 n_hdlc_tty_write(struct tty_struct *tty, struct file *file, const unsigned char *data, size_t count) argument
734 n_hdlc_tty_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) argument
800 n_hdlc_tty_poll(struct tty_struct *tty, struct file *filp, poll_table *wait) argument
[all...]
H A Dsx.h127 #define O_OTHER(tty) \
128 ((O_OLCUC(tty)) ||\
129 (O_ONLCR(tty)) ||\
130 (O_OCRNL(tty)) ||\
131 (O_ONOCR(tty)) ||\
132 (O_ONLRET(tty)) ||\
133 (O_OFILL(tty)) ||\
134 (O_OFDEL(tty)) ||\
135 (O_NLDLY(tty)) ||\
136 (O_CRDLY(tty)) ||\
[all...]
H A Dtty_port.c7 #include <linux/tty.h>
79 * tty_port_tty_get - get a tty reference
80 * @port: tty port
82 * Return a refcount protected tty instance or NULL if the port is not
83 * associated with a tty (eg due to close or hangup)
89 struct tty_struct *tty; local
92 tty = tty_kref_get(port->tty);
94 return tty;
99 * tty_port_tty_set - set the tty o
107 tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) argument
224 tty_port_block_til_ready(struct tty_port *port, struct tty_struct *tty, struct file *filp) argument
316 tty_port_close_start(struct tty_port *port, struct tty_struct *tty, struct file *filp) argument
380 tty_port_close_end(struct tty_port *port, struct tty_struct *tty) argument
402 tty_port_close(struct tty_port *port, struct tty_struct *tty, struct file *filp) argument
414 tty_port_open(struct tty_port *port, struct tty_struct *tty, struct file *filp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dtty_ldisc.h5 * This structure defines the interface between the tty line discipline
6 * implementation and the tty routines. The following routines can be
13 * with the tty. The line discipline can use this as an
19 * shutdown, either because the tty is being closed or because
20 * the tty is being changed to use a new line discipline
22 * void (*flush_buffer)(struct tty_struct *tty);
28 * ssize_t (*chars_in_buffer)(struct tty_struct *tty);
34 * ssize_t (*read)(struct tty_struct * tty, struct file * file,
38 * the tty. The line discipline will return whatever characters
42 * ssize_t (*write)(struct tty_struct * tty, struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/ircomm/
H A DMakefile5 obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o
8 ircomm-tty-objs := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/var_service/getty_tty1/
H A Dlogin.sh3 ttyname=`tty`
6 if test "$ttybase" = "/dev/tty"; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/ircomm/
H A DMakefile5 obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o
8 ircomm-tty-objs := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/var_service/getty_tty1/
H A Dlogin.sh3 ttyname=`tty`
6 if test "$ttybase" = "/dev/tty"; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/var_service/getty_tty1/
H A Dlogin.sh3 ttyname=`tty`
6 if test "$ttybase" = "/dev/tty"; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pps/clients/
H A Dpps-ldisc.c24 #include <linux/tty.h>
29 static void pps_tty_dcd_change(struct tty_struct *tty, unsigned int status, argument
32 int id = (long)tty->disc_data;
56 static int (*alias_n_tty_open)(struct tty_struct *tty);
58 static int pps_tty_open(struct tty_struct *tty) argument
61 struct tty_driver *drv = tty->driver;
62 int index = tty->index + drv->name_base;
79 tty->disc_data = (void *)(long)ret;
82 ret = alias_n_tty_open(tty);
84 pps_unregister_source((long)tty
93 pps_tty_close(struct tty_struct *tty) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pps/clients/
H A Dpps-ldisc.c24 #include <linux/tty.h>
29 static void pps_tty_dcd_change(struct tty_struct *tty, unsigned int status, argument
32 int id = (long)tty->disc_data;
56 static int (*alias_n_tty_open)(struct tty_struct *tty);
58 static int pps_tty_open(struct tty_struct *tty) argument
61 struct tty_driver *drv = tty->driver;
62 int index = tty->index + drv->name_base;
79 tty->disc_data = (void *)(long)ret;
82 ret = alias_n_tty_open(tty);
84 pps_unregister_source((long)tty
93 pps_tty_close(struct tty_struct *tty) argument
[all...]

Completed in 133 milliseconds

1234567891011>>