Searched refs:tty (Results 276 - 300 of 1061) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/serial/
H A Domninet.c43 #include <linux/tty.h>
67 static int omninet_open(struct tty_struct *tty, struct usb_serial_port *port);
71 static int omninet_write(struct tty_struct *tty, struct usb_serial_port *port,
73 static int omninet_write_room(struct tty_struct *tty);
165 static int omninet_open(struct tty_struct *tty, struct usb_serial_port *port) argument
174 tty_port_tty_set(&wport->port, tty);
231 struct tty_struct *tty = tty_port_tty_get(&port->port); local
232 tty_insert_flip_string(tty, data + OMNINET_DATAOFFSET,
234 tty_flip_buffer_push(tty);
235 tty_kref_put(tty);
253 omninet_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *buf, int count) argument
311 omninet_write_room(struct tty_struct *tty) argument
[all...]
H A Dsymbolserial.c14 #include <linux/tty.h>
53 struct tty_struct *tty; local
86 * This is real data to be sent to the tty layer
88 * else to the tty layer.
90 tty = tty_port_tty_get(&port->port);
91 if (tty) {
92 tty_insert_flip_string(tty, &data[1], data_length);
93 tty_flip_buffer_push(tty);
94 tty_kref_put(tty);
122 static int symbol_open(struct tty_struct *tty, struc argument
159 symbol_throttle(struct tty_struct *tty) argument
170 symbol_unthrottle(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/drivers/usb/serial/
H A Domninet.c43 #include <linux/tty.h>
67 static int omninet_open(struct tty_struct *tty, struct usb_serial_port *port);
71 static int omninet_write(struct tty_struct *tty, struct usb_serial_port *port,
73 static int omninet_write_room(struct tty_struct *tty);
165 static int omninet_open(struct tty_struct *tty, struct usb_serial_port *port) argument
174 tty_port_tty_set(&wport->port, tty);
231 struct tty_struct *tty = tty_port_tty_get(&port->port); local
232 tty_insert_flip_string(tty, data + OMNINET_DATAOFFSET,
234 tty_flip_buffer_push(tty);
235 tty_kref_put(tty);
253 omninet_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *buf, int count) argument
311 omninet_write_room(struct tty_struct *tty) argument
[all...]
H A Dsymbolserial.c14 #include <linux/tty.h>
53 struct tty_struct *tty; local
86 * This is real data to be sent to the tty layer
88 * else to the tty layer.
90 tty = tty_port_tty_get(&port->port);
91 if (tty) {
92 tty_insert_flip_string(tty, &data[1], data_length);
93 tty_flip_buffer_push(tty);
94 tty_kref_put(tty);
122 static int symbol_open(struct tty_struct *tty, struc argument
159 symbol_throttle(struct tty_struct *tty) argument
170 symbol_unthrottle(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/char/
H A Dkeyboard.c32 #include <linux/tty.h>
303 struct tty_struct *tty = vc->port.tty; local
305 if (tty) {
306 tty_insert_flip_char(tty, ch, 0);
307 con_schedule_flip(tty);
313 struct tty_struct *tty = vc->port.tty; local
315 if (!tty)
319 tty_insert_flip_char(tty, *c
489 struct tty_struct *tty = vc->port.tty; local
567 struct tty_struct *tty = vc->port.tty; local
1160 struct tty_struct *tty; local
[all...]
H A Dtty_mutex.c4 #include <linux/tty.h>
11 * The 'big tty mutex'
25 * Getting the big tty mutex.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dkeyboard.c32 #include <linux/tty.h>
303 struct tty_struct *tty = vc->port.tty; local
305 if (tty) {
306 tty_insert_flip_char(tty, ch, 0);
307 con_schedule_flip(tty);
313 struct tty_struct *tty = vc->port.tty; local
315 if (!tty)
319 tty_insert_flip_char(tty, *c
489 struct tty_struct *tty = vc->port.tty; local
567 struct tty_struct *tty = vc->port.tty; local
1160 struct tty_struct *tty; local
[all...]
H A Dtty_mutex.c4 #include <linux/tty.h>
11 * The 'big tty mutex'
25 * Getting the big tty mutex.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/omap/
H A Dams-delta.c27 #include <linux/tty.h>
272 static int cx81801_open(struct tty_struct *tty) argument
274 return v253_ops.open(tty);
278 static void cx81801_close(struct tty_struct *tty) argument
280 struct snd_soc_codec *codec = tty->disc_data;
284 v253_ops.close(tty);
299 static int cx81801_hangup(struct tty_struct *tty) argument
301 cx81801_close(tty);
306 static void cx81801_receive(struct tty_struct *tty, argument
309 struct snd_soc_codec *codec = tty
356 cx81801_wakeup(struct tty_struct *tty) argument
616 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/serial/
H A Dsunhv.c9 #include <linux/tty.h>
75 static int receive_chars_getchar(struct uart_port *port, struct tty_struct *tty) argument
102 if (tty == NULL) {
112 tty_insert_flip_char(tty, c, TTY_NORMAL);
118 static int receive_chars_read(struct uart_port *port, struct tty_struct *tty) argument
155 if (tty == NULL)
160 tty_insert_flip_string(tty, con_read_page, bytes_read);
168 int (*receive_chars)(struct uart_port *port, struct tty_struct *tty);
185 struct tty_struct *tty = NULL; local
188 tty
216 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/serial/
H A Dsunhv.c9 #include <linux/tty.h>
75 static int receive_chars_getchar(struct uart_port *port, struct tty_struct *tty) argument
102 if (tty == NULL) {
112 tty_insert_flip_char(tty, c, TTY_NORMAL);
118 static int receive_chars_read(struct uart_port *port, struct tty_struct *tty) argument
155 if (tty == NULL)
160 tty_insert_flip_string(tty, con_read_page, bytes_read);
168 int (*receive_chars)(struct uart_port *port, struct tty_struct *tty);
185 struct tty_struct *tty = NULL; local
188 tty
216 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/sound/soc/omap/
H A Dams-delta.c27 #include <linux/tty.h>
272 static int cx81801_open(struct tty_struct *tty) argument
274 return v253_ops.open(tty);
278 static void cx81801_close(struct tty_struct *tty) argument
280 struct snd_soc_codec *codec = tty->disc_data;
284 v253_ops.close(tty);
299 static int cx81801_hangup(struct tty_struct *tty) argument
301 cx81801_close(tty);
306 static void cx81801_receive(struct tty_struct *tty, argument
309 struct snd_soc_codec *codec = tty
356 cx81801_wakeup(struct tty_struct *tty) argument
616 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/net/
H A Dppp_async.c24 #include <linux/tty.h>
87 static struct asyncppp *ap_get(struct tty_struct *tty) argument
92 ap = tty->disc_data;
106 * Called when a tty is put into PPP line discipline. Called in process
110 ppp_asynctty_open(struct tty_struct *tty) argument
116 if (tty->ops->write == NULL)
125 ap->tty = tty;
145 speed = tty_get_baud_rate(tty);
151 tty
170 ppp_asynctty_close(struct tty_struct *tty) argument
205 ppp_asynctty_hangup(struct tty_struct *tty) argument
216 ppp_asynctty_read(struct tty_struct *tty, struct file *file, unsigned char __user *buf, size_t count) argument
227 ppp_asynctty_write(struct tty_struct *tty, struct file *file, const unsigned char *buf, size_t count) argument
239 ppp_asynctty_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) argument
289 ppp_asynctty_poll(struct tty_struct *tty, struct file *file, poll_table *wait) argument
296 ppp_asynctty_receive(struct tty_struct *tty, const unsigned char *buf, char *cflags, int count) argument
314 ppp_asynctty_wakeup(struct tty_struct *tty) argument
605 struct tty_struct *tty = ap->tty; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dppp_async.c24 #include <linux/tty.h>
87 static struct asyncppp *ap_get(struct tty_struct *tty) argument
92 ap = tty->disc_data;
106 * Called when a tty is put into PPP line discipline. Called in process
110 ppp_asynctty_open(struct tty_struct *tty) argument
116 if (tty->ops->write == NULL)
125 ap->tty = tty;
145 speed = tty_get_baud_rate(tty);
151 tty
170 ppp_asynctty_close(struct tty_struct *tty) argument
205 ppp_asynctty_hangup(struct tty_struct *tty) argument
216 ppp_asynctty_read(struct tty_struct *tty, struct file *file, unsigned char __user *buf, size_t count) argument
227 ppp_asynctty_write(struct tty_struct *tty, struct file *file, const unsigned char *buf, size_t count) argument
239 ppp_asynctty_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) argument
289 ppp_asynctty_poll(struct tty_struct *tty, struct file *file, poll_table *wait) argument
296 ppp_asynctty_receive(struct tty_struct *tty, const unsigned char *buf, char *cflags, int count) argument
314 ppp_asynctty_wakeup(struct tty_struct *tty) argument
605 struct tty_struct *tty = ap->tty; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/init/
H A Dinit.c52 /* Like RESPAWN, but wait for <Enter> to be pressed on tty */
138 /* Take full control of the log tty, and never close it.
209 struct termios tty; local
211 tcgetattr(STDIN_FILENO, &tty);
214 tty.c_cc[VINTR] = 3; /* C-c */
215 tty.c_cc[VQUIT] = 28; /* C-\ */
216 tty.c_cc[VERASE] = 127; /* C-? */
217 tty.c_cc[VKILL] = 21; /* C-u */
218 tty.c_cc[VEOF] = 4; /* C-d */
219 tty
562 char *tty = token[0]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/init/
H A Dinit.c52 /* Like RESPAWN, but wait for <Enter> to be pressed on tty */
138 /* Take full control of the log tty, and never close it.
209 struct termios tty; local
211 tcgetattr(STDIN_FILENO, &tty);
214 tty.c_cc[VINTR] = 3; /* C-c */
215 tty.c_cc[VQUIT] = 28; /* C-\ */
216 tty.c_cc[VERASE] = 127; /* C-? */
217 tty.c_cc[VKILL] = 21; /* C-u */
218 tty.c_cc[VEOF] = 4; /* C-d */
219 tty
562 char *tty = token[0]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/init/
H A Dinit.c52 /* Like RESPAWN, but wait for <Enter> to be pressed on tty */
138 /* Take full control of the log tty, and never close it.
209 struct termios tty; local
211 tcgetattr(STDIN_FILENO, &tty);
214 tty.c_cc[VINTR] = 3; /* C-c */
215 tty.c_cc[VQUIT] = 28; /* C-\ */
216 tty.c_cc[VERASE] = 127; /* C-? */
217 tty.c_cc[VKILL] = 21; /* C-u */
218 tty.c_cc[VEOF] = 4; /* C-d */
219 tty
562 char *tty = token[0]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/bootfloppy/
H A Dmkdevs.sh47 mknod tty c 5 0
49 mknod tty$i c 4 $i
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dmkiss.c30 #include <linux/tty.h>
53 struct tty_struct *tty; /* ptr to TTY structure */ member in struct:mkiss
519 set_bit(TTY_DO_WRITE_WAKEUP, &ax->tty->flags);
520 actual = ax->tty->ops->write(ax->tty, ax->xbuff, count);
550 (tty_chars_in_buffer(ax->tty) || ax->xleft) ?
554 clear_bit(TTY_DO_WRITE_WAKEUP, &ax->tty->flags);
572 if (ax->tty == NULL)
610 if (ax->tty == NULL)
659 if (ax->tty)
707 mkiss_get(struct tty_struct *tty) argument
728 mkiss_open(struct tty_struct *tty) argument
812 mkiss_close(struct tty_struct *tty) argument
841 mkiss_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) argument
904 mkiss_compat_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) argument
926 mkiss_receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
961 mkiss_write_wakeup(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/char/pcmcia/ipwireless/
H A Dmain.h64 struct ipw_tty *tty; member in struct:ipw_dev
H A Dnetwork.h42 unsigned int channel_idx, 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/net/hamradio/
H A Dmkiss.c30 #include <linux/tty.h>
53 struct tty_struct *tty; /* ptr to TTY structure */ member in struct:mkiss
519 set_bit(TTY_DO_WRITE_WAKEUP, &ax->tty->flags);
520 actual = ax->tty->ops->write(ax->tty, ax->xbuff, count);
550 (tty_chars_in_buffer(ax->tty) || ax->xleft) ?
554 clear_bit(TTY_DO_WRITE_WAKEUP, &ax->tty->flags);
572 if (ax->tty == NULL)
610 if (ax->tty == NULL)
659 if (ax->tty)
707 mkiss_get(struct tty_struct *tty) argument
728 mkiss_open(struct tty_struct *tty) argument
812 mkiss_close(struct tty_struct *tty) argument
841 mkiss_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) argument
904 mkiss_compat_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) argument
926 mkiss_receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
961 mkiss_write_wakeup(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/drivers/char/pcmcia/ipwireless/
H A Dmain.h64 struct ipw_tty *tty; member in struct:ipw_dev
H A Dnetwork.h42 unsigned int channel_idx, struct ipw_tty *tty);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/dec/
H A Dpromcon.c8 #include <linux/tty.h>

Completed in 302 milliseconds

<<11121314151617181920>>