Searched refs:tty (Results 101 - 125 of 363) sorted by relevance

1234567891011>>

/linux-master/drivers/s390/char/
H A Dsclp_tty.c12 #include <linux/tty.h>
64 sclp_tty_open(struct tty_struct *tty, struct file *filp) argument
66 tty_port_tty_set(&sclp_port, tty);
67 tty->driver_data = NULL;
73 sclp_tty_close(struct tty_struct *tty, struct file *filp) argument
75 if (tty->count > 1)
81 * This routine returns the numbers of characters the tty driver
90 sclp_tty_write_room (struct tty_struct *tty) argument
169 * Write a string to the sclp tty.
229 * tty devic
233 sclp_tty_write(struct tty_struct *tty, const u8 *buf, size_t count) argument
253 sclp_tty_put_char(struct tty_struct *tty, u8 ch) argument
268 sclp_tty_flush_chars(struct tty_struct *tty) argument
284 sclp_tty_chars_in_buffer(struct tty_struct *tty) argument
304 sclp_tty_flush_buffer(struct tty_struct *tty) argument
318 struct tty_struct *tty = tty_port_tty_get(&sclp_port); local
[all...]
H A Dcon3270.c3 * IBM/3270 Driver - tty functions.
14 #include <linux/tty.h>
74 * The main tty view data structure.
95 /* Current tty screen. */
109 int throttle, attn; /* tty throttle/unthrottle. */
111 struct tasklet_struct hanglet; /* Tasklet to hang up the tty. */
616 * Deactivate tty view.
668 * Pass input line to tty.
681 * has to be emitted to the tty and for 0x6d the screen
688 /* Enter: write input to tty
971 struct tty_struct *tty; local
1044 struct tty_struct *tty = tty_port_tty_get(&tp->port); local
1180 tty3270_install(struct tty_driver *driver, struct tty_struct *tty) argument
1212 tty3270_open(struct tty_struct *tty, struct file *filp) argument
1226 tty3270_close(struct tty_struct *tty, struct file *filp) argument
1236 tty3270_cleanup(struct tty_struct *tty) argument
1249 tty3270_write_room(struct tty_struct *tty) argument
1728 tty3270_do_write(struct tty3270 *tp, struct tty_struct *tty, const u8 *buf, size_t count) argument
1806 tty3270_write(struct tty_struct *tty, const u8 *buf, size_t count) argument
1825 tty3270_put_char(struct tty_struct *tty, u8 ch) argument
1840 tty3270_flush_chars(struct tty_struct *tty) argument
1856 tty3270_set_termios(struct tty_struct *tty, const struct ktermios *old) argument
1879 tty3270_throttle(struct tty_struct *tty) argument
1892 tty3270_unthrottle(struct tty_struct *tty) argument
1907 tty3270_hangup(struct tty_struct *tty) argument
1927 tty3270_wait_until_sent(struct tty_struct *tty, int timeout) argument
1931 tty3270_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
1945 tty3270_compat_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
[all...]
/linux-master/sound/soc/ti/
H A Dams-delta.c13 #include <linux/tty.h>
94 * from the board initialization code to the tty line discipline.
279 static int cx81801_open(struct tty_struct *tty) argument
290 tty->disc_data = cx20442_codec;
292 ret = v253_ops.open(tty);
295 tty->disc_data = NULL;
301 static void cx81801_close(struct tty_struct *tty) argument
303 struct snd_soc_component *component = tty->disc_data;
314 v253_ops.close(tty);
333 static void cx81801_hangup(struct tty_struct *tty) argument
339 cx81801_receive(struct tty_struct *tty, const u8 *cp, const u8 *fp, size_t count) argument
391 cx81801_wakeup(struct tty_struct *tty) argument
[all...]
/linux-master/drivers/tty/ipwireless/
H A Dmain.h57 struct ipw_tty *tty; member in struct:ipw_dev
/linux-master/include/linux/
H A Dtty_port.h27 * FIXME: long term getting the tty argument *out* of this would be good
37 int (*activate)(struct tty_port *port, struct tty_struct *tty);
55 * @tty: back pointer to &struct tty_struct, valid only if the tty is open. Use
59 * @ops: tty port operations (like activate, shutdown), see &struct
61 * @client_ops: tty port client operations (like receive_buf, write_wakeup).
63 * @lock: lock protecting @tty
87 * The tty port has a different lifetime to the tty so must be kept apart.
88 * In addition be careful as tty
103 struct tty_struct *tty; member in struct:tty_port
[all...]
/linux-master/drivers/usb/serial/
H A Ddigi_acceleport.c17 #include <linux/tty.h>
44 /* timeout while waiting for tty output to drain in close */
215 static void digi_rx_throttle(struct tty_struct *tty);
216 static void digi_rx_unthrottle(struct tty_struct *tty);
217 static void digi_set_termios(struct tty_struct *tty,
220 static int digi_break_ctl(struct tty_struct *tty, int break_state);
221 static int digi_tiocmget(struct tty_struct *tty);
222 static int digi_tiocmset(struct tty_struct *tty, unsigned int set,
224 static int digi_write(struct tty_struct *tty, struct usb_serial_port *port,
227 static unsigned int digi_write_room(struct tty_struct *tty);
612 digi_rx_throttle(struct tty_struct *tty) argument
626 digi_rx_unthrottle(struct tty_struct *tty) argument
652 digi_set_termios(struct tty_struct *tty, struct usb_serial_port *port, const struct ktermios *old_termios) argument
842 digi_break_ctl(struct tty_struct *tty, int break_state) argument
856 digi_tiocmget(struct tty_struct *tty) argument
870 digi_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
885 digi_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *buf, int count) argument
1025 digi_write_room(struct tty_struct *tty) argument
1045 digi_chars_in_buffer(struct tty_struct *tty) argument
1070 digi_open(struct tty_struct *tty, struct usb_serial_port *port) argument
1451 struct tty_struct *tty; local
[all...]
H A Dmxuport.c22 #include <linux/tty.h>
278 * This function is called by the tty driver when it wants to stop the
284 static void mxuport_throttle(struct tty_struct *tty) argument
286 struct usb_serial_port *port = tty->driver_data;
298 * This function is called by the tty driver when it wants to resume
302 static void mxuport_unthrottle(struct tty_struct *tty) argument
305 struct usb_serial_port *port = tty->driver_data;
698 static int mxuport_tiocmset(struct tty_struct *tty, unsigned int set, argument
701 struct usb_serial_port *port = tty->driver_data;
730 static int mxuport_tiocmget(struct tty_struct *tty) argument
762 mxuport_set_termios_flow(struct tty_struct *tty, const struct ktermios *old_termios, struct usb_serial_port *port, struct usb_serial *serial) argument
835 mxuport_set_termios(struct tty_struct *tty, struct usb_serial_port *port, const struct ktermios *old_termios) argument
1188 mxuport_open(struct tty_struct *tty, struct usb_serial_port *port) argument
1233 mxuport_break_ctl(struct tty_struct *tty, int break_state) argument
[all...]
H A Dspcp8x5.c16 #include <linux/tty.h>
280 static void spcp8x5_init_termios(struct tty_struct *tty) argument
282 tty_encode_baud_rate(tty, 115200, 115200);
285 static void spcp8x5_set_termios(struct tty_struct *tty, argument
292 unsigned int cflag = tty->termios.c_cflag;
300 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
320 baud = tty_get_baud_rate(tty);
390 static int spcp8x5_open(struct tty_struct *tty, struct usb_serial_port *port) argument
407 if (tty)
408 spcp8x5_set_termios(tty, por
413 spcp8x5_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
436 spcp8x5_tiocmget(struct tty_struct *tty) argument
[all...]
H A Dkl5kusb105.c37 #include <linux/tty.h>
56 static int klsi_105_open(struct tty_struct *tty, struct usb_serial_port *port);
58 static void klsi_105_set_termios(struct tty_struct *tty,
61 static int klsi_105_tiocmget(struct tty_struct *tty);
186 * Driver's tty interface functions
221 static int klsi_105_open(struct tty_struct *tty, struct usb_serial_port *port) argument
254 rc = usb_serial_generic_open(tty, port);
368 static void klsi_105_set_termios(struct tty_struct *tty, argument
374 unsigned int iflag = tty->termios.c_iflag;
376 unsigned int cflag = tty
488 klsi_105_tiocmget(struct tty_struct *tty) argument
[all...]
H A Dir-usb.c27 #include <linux/tty.h>
48 static int ir_write(struct tty_struct *tty, struct usb_serial_port *port,
50 static unsigned int ir_write_room(struct tty_struct *tty);
53 static void ir_set_termios(struct tty_struct *tty,
259 static int ir_write(struct tty_struct *tty, struct usb_serial_port *port, argument
343 static unsigned int ir_write_room(struct tty_struct *tty) argument
345 struct usb_serial_port *port = tty->driver_data;
379 static void ir_set_termios(struct tty_struct *tty, argument
390 baud = tty_get_baud_rate(tty);
437 tty_termios_copy_hw(&tty
[all...]
H A Df81232.c13 #include <linux/tty.h>
201 struct tty_struct *tty; local
228 tty = tty_port_tty_get(&port->port);
229 if (tty) {
230 usb_serial_handle_dcd_change(port, tty,
233 tty_kref_put(tty);
451 static int f81232_break_ctl(struct tty_struct *tty, int break_state) argument
453 struct usb_serial_port *port = tty->driver_data;
487 static void f81232_set_baudrate(struct tty_struct *tty, argument
502 tty_encode_baud_rate(tty,
609 f81232_set_termios(struct tty_struct *tty, struct usb_serial_port *port, const struct ktermios *old_termios) argument
667 f81232_tiocmget(struct tty_struct *tty) argument
692 f81232_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
700 f81232_open(struct tty_struct *tty, struct usb_serial_port *port) argument
728 f81534a_open(struct tty_struct *tty, struct usb_serial_port *port) argument
793 f81232_get_serial(struct tty_struct *tty, struct serial_struct *ss) argument
[all...]
H A Dmetro-usb.c11 #include <linux/tty.h>
140 /* Loop through the data copying each byte to the tty layer. */
143 /* Force the data to the tty layer. */
170 static int metrousb_open(struct tty_struct *tty, struct usb_serial_port *port) argument
267 static void metrousb_throttle(struct tty_struct *tty) argument
269 struct usb_serial_port *port = tty->driver_data;
279 static int metrousb_tiocmget(struct tty_struct *tty) argument
282 struct usb_serial_port *port = tty->driver_data;
293 static int metrousb_tiocmset(struct tty_struct *tty, argument
296 struct usb_serial_port *port = tty
322 metrousb_unthrottle(struct tty_struct *tty) argument
[all...]
H A Dmos7720.c23 #include <linux/tty.h>
842 static int mos7720_open(struct tty_struct *tty, struct usb_serial_port *port) argument
945 * this function is called by the tty driver when it wants to know how many
949 static unsigned int mos7720_chars_in_buffer(struct tty_struct *tty) argument
951 struct usb_serial_port *port = tty->driver_data;
999 static int mos7720_break(struct tty_struct *tty, int break_state) argument
1001 struct usb_serial_port *port = tty->driver_data;
1025 * this function is called by the tty driver when it wants to know how many
1028 static unsigned int mos7720_write_room(struct tty_struct *tty) argument
1030 struct usb_serial_port *port = tty
1046 mos7720_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *data, int count) argument
1117 mos7720_throttle(struct tty_struct *tty) argument
1149 mos7720_unthrottle(struct tty_struct *tty) argument
1358 change_port_settings(struct tty_struct *tty, struct moschip_port *mos7720_port, const struct ktermios *old_termios) argument
1497 mos7720_set_termios(struct tty_struct *tty, struct usb_serial_port *port, const struct ktermios *old_termios) argument
1534 get_lsr_info(struct tty_struct *tty, struct moschip_port *mos7720_port, unsigned int __user *value) argument
1557 mos7720_tiocmget(struct tty_struct *tty) argument
1578 mos7720_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
1608 mos7720_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
[all...]
H A Dcp210x.c17 #include <linux/tty.h>
31 static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *);
776 static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *port) argument
787 if (tty)
788 cp210x_set_termios(tty, port, NULL);
790 result = usb_serial_generic_open(tty, port);
1051 static void cp210x_change_speed(struct tty_struct *tty, argument
1059 if (tty->termios.c_ospeed == 0)
1066 baud = clamp(tty->termios.c_ospeed, priv->min_speed, priv->max_speed);
1082 tty_encode_baud_rate(tty, bau
1135 cp210x_set_flow_control(struct tty_struct *tty, struct usb_serial_port *port, const struct ktermios *old_termios) argument
1255 cp210x_set_termios(struct tty_struct *tty, struct usb_serial_port *port, const struct ktermios *old_termios) argument
1329 cp210x_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
1420 cp210x_tiocmget(struct tty_struct *tty) argument
1442 cp210x_break_ctl(struct tty_struct *tty, int break_state) argument
[all...]
/linux-master/drivers/net/hamradio/
H A Dmkiss.c18 #include <linux/tty.h>
43 struct tty_struct *tty; /* ptr to TTY structure */ member in struct:mkiss
509 set_bit(TTY_DO_WRITE_WAKEUP, &ax->tty->flags);
510 actual = ax->tty->ops->write(ax->tty, ax->xbuff, count);
543 (tty_chars_in_buffer(ax->tty) || ax->xleft) ?
547 clear_bit(TTY_DO_WRITE_WAKEUP, &ax->tty->flags);
563 if (ax->tty == NULL)
575 if (ax->tty == NULL)
624 if (ax->tty)
667 mkiss_get(struct tty_struct *tty) argument
688 mkiss_open(struct tty_struct *tty) argument
773 mkiss_close(struct tty_struct *tty) argument
809 mkiss_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
877 mkiss_receive_buf(struct tty_struct *tty, const u8 *cp, const u8 *fp, size_t count) argument
912 mkiss_write_wakeup(struct tty_struct *tty) argument
[all...]
/linux-master/drivers/tty/vt/
H A Dselection.c16 #include <linux/tty.h>
180 * @tty: the console tty
188 struct tty_struct *tty)
195 return set_selection_kernel(&v, tty);
327 struct tty_struct *tty)
345 mouse_report(tty, v->sel_mode & TIOCL_SELBUTTONMASK, v->xs,
363 int set_selection_kernel(struct tiocl_selection *v, struct tty_struct *tty) argument
369 ret = vc_selection(vc_cons[fg_console].d, v, tty);
378 * queue of the tty associate
187 set_selection_user(const struct tiocl_selection __user *sel, struct tty_struct *tty) argument
326 vc_selection(struct vc_data *vc, struct tiocl_selection *v, struct tty_struct *tty) argument
384 paste_selection(struct tty_struct *tty) argument
[all...]
/linux-master/arch/m68k/virt/
H A Dplatform.c25 DEFINE_RES_MEM(virt_bi_data.tty.mmio, 1),
26 DEFINE_RES_IRQ(virt_bi_data.tty.irq),
41 /* We need this to have DMA'able memory provided to goldfish-tty */
H A Dconfig.c81 virt_bi_data.tty.mmio = be32_to_cpup(data);
83 virt_bi_data.tty.irq = be32_to_cpup(data);
113 virt_bi_data.tty.mmio);
/linux-master/arch/um/os-Linux/
H A DMakefile10 registers.o sigio.o signal.o start_up.o time.o tty.o \
19 tty.o umid.o util.o
/linux-master/drivers/net/can/
H A Dcan327.c2 /* ELM327 based CAN interface driver (tty line discipline)
28 #include <linux/tty.h>
32 #include <uapi/linux/tty.h>
80 struct tty_struct *tty; member in struct:can327
140 set_bit(TTY_DO_WRITE_WAKEUP, &elm->tty->flags);
141 written = elm->tty->ops->write(elm->tty, elm->txbuf, len);
143 netdev_err(elm->dev, "Failed to write to tty %s.\n",
144 elm->tty->name);
291 clear_bit(TTY_DO_WRITE_WAKEUP, &elm->tty
888 can327_ldisc_rx(struct tty_struct *tty, const u8 *cp, const u8 *fp, size_t count) argument
984 can327_ldisc_tx_wakeup(struct tty_struct *tty) argument
1006 can327_ldisc_open(struct tty_struct *tty) argument
1061 can327_ldisc_close(struct tty_struct *tty) argument
1085 can327_ldisc_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
[all...]
/linux-master/drivers/tty/
H A Dsynclink_gt.c53 #include <linux/tty.h>
134 * tty support and callbacks
138 static void wait_until_sent(struct tty_struct *tty, int timeout);
139 static void flush_buffer(struct tty_struct *tty);
140 static void tx_release(struct tty_struct *tty);
226 int line; /* tty line instance number */
410 static int block_til_ready(struct tty_struct *tty, struct file * filp,struct slgt_info *info);
567 static void ldisc_receive_buf(struct tty_struct *tty, argument
571 if (!tty)
573 ld = tty_ldisc_ref(tty);
583 open(struct tty_struct *tty, struct file *filp) argument
651 close(struct tty_struct *tty, struct file *filp) argument
677 hangup(struct tty_struct *tty) argument
701 set_termios(struct tty_struct *tty, const struct ktermios *old_termios) argument
748 write(struct tty_struct *tty, const u8 *buf, size_t count) argument
783 put_char(struct tty_struct *tty, u8 ch) argument
803 send_xchar(struct tty_struct *tty, char ch) argument
820 wait_until_sent(struct tty_struct *tty, int timeout) argument
862 write_room(struct tty_struct *tty) argument
874 flush_chars(struct tty_struct *tty) argument
895 flush_buffer(struct tty_struct *tty) argument
914 tx_hold(struct tty_struct *tty) argument
931 tx_release(struct tty_struct *tty) argument
956 ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
1031 get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
1120 slgt_compat_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
1249 chars_in_buffer(struct tty_struct *tty) argument
1263 throttle(struct tty_struct * tty) argument
1284 unthrottle(struct tty_struct * tty) argument
1310 set_break(struct tty_struct *tty, int break_state) argument
1904 struct tty_struct *tty = info->port.tty; local
3076 tiocmget(struct tty_struct *tty) argument
3104 tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
3157 block_til_ready(struct tty_struct *tty, struct file *filp, struct slgt_info *info) argument
4523 struct tty_struct *tty = info->port.tty; local
[all...]
H A Dn_gsm.c3 * n_gsm.c GSM 0710 tty multiplexor
10 * tty -> DLCI fifo -> scheduler -> GSM MUX data queue ---o-> ldisc
14 * ldisc -> gsm_queue() -o--> tty
19 * Partly done: hooks so you can pull off frames to non tty devs
27 * Use newest tty open/close port helpers and install hooks
30 * Do we need a 'which mux are you' ioctl to correlate mux and tty sets
41 #include <linux/tty.h>
65 #include "tty.h"
147 * the link layer to an optional tty (if the tty sid
271 struct tty_struct *tty; /* The tty our ldisc is bound to */ member in struct:gsm_mux
1505 gsm_process_modem(struct tty_struct *tty, struct gsm_dlci *dlci, u32 modem, int slen) argument
1687 struct tty_struct *tty; local
2401 struct tty_struct *tty; local
2720 struct tty_struct *tty = tty_port_tty_get(&dlci->port); local
3515 gsmld_attach_gsm(struct tty_struct *tty, struct gsm_mux *gsm) argument
3531 gsmld_detach_gsm(struct tty_struct *tty, struct gsm_mux *gsm) argument
3540 gsmld_receive_buf(struct tty_struct *tty, const u8 *cp, const u8 *fp, size_t count) argument
3582 gsmld_flush_buffer(struct tty_struct *tty) argument
3596 gsmld_close(struct tty_struct *tty) argument
3623 gsmld_open(struct tty_struct *tty) argument
3664 gsmld_write_wakeup(struct tty_struct *tty) argument
3689 gsmld_read(struct tty_struct *tty, struct file *file, u8 *buf, size_t nr, void **cookie, unsigned long offset) argument
3709 gsmld_write(struct tty_struct *tty, struct file *file, const u8 *buf, size_t nr) argument
3746 gsmld_poll(struct tty_struct *tty, struct file *file, poll_table *wait) argument
3766 gsmld_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
4195 gsmtty_install(struct tty_driver *driver, struct tty_struct *tty) argument
4251 gsmtty_open(struct tty_struct *tty, struct file *filp) argument
4277 gsmtty_close(struct tty_struct *tty, struct file *filp) argument
4298 gsmtty_hangup(struct tty_struct *tty) argument
4307 gsmtty_write(struct tty_struct *tty, const u8 *buf, size_t len) argument
4320 gsmtty_write_room(struct tty_struct *tty) argument
4328 gsmtty_chars_in_buffer(struct tty_struct *tty) argument
4336 gsmtty_flush_buffer(struct tty_struct *tty) argument
4353 gsmtty_wait_until_sent(struct tty_struct *tty, int timeout) argument
4360 gsmtty_tiocmget(struct tty_struct *tty) argument
4368 gsmtty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
4387 gsmtty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) argument
4440 gsmtty_set_termios(struct tty_struct *tty, const struct ktermios *old) argument
4454 gsmtty_throttle(struct tty_struct *tty) argument
4466 gsmtty_unthrottle(struct tty_struct *tty) argument
4478 gsmtty_break_ctl(struct tty_struct *tty, int state) argument
4496 gsmtty_cleanup(struct tty_struct *tty) argument
[all...]
H A Dmoxa.c30 #include <linux/tty.h>
498 static int moxa_tiocmget(struct tty_struct *tty);
499 static int moxa_tiocmset(struct tty_struct *tty,
586 static int moxa_ioctl(struct tty_struct *tty, argument
589 struct moxa_port *ch = tty->driver_data;
593 if (tty->index == MAX_PORTS) {
684 static int moxa_break_ctl(struct tty_struct *tty, int state) argument
686 struct moxa_port *port = tty->driver_data;
1097 /* we skip the tty section (lens[1]), since we don't need it */
1105 /* skip another tty */
1453 moxa_open(struct tty_struct *tty, struct file *filp) argument
1495 moxa_close(struct tty_struct *tty, struct file *filp) argument
1502 moxa_write(struct tty_struct *tty, const u8 *buf, size_t count) argument
1519 moxa_write_room(struct tty_struct *tty) argument
1531 moxa_flush_buffer(struct tty_struct *tty) argument
1541 moxa_chars_in_buffer(struct tty_struct *tty) argument
1556 moxa_tiocmget(struct tty_struct *tty) argument
1578 moxa_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
1605 moxa_set_termios(struct tty_struct *tty, const struct ktermios *old_termios) argument
1617 moxa_stop(struct tty_struct *tty) argument
1628 moxa_start(struct tty_struct *tty) argument
1642 moxa_hangup(struct tty_struct *tty) argument
1667 struct tty_struct *tty = tty_port_tty_get(&p->port); local
1765 moxa_set_tty_param(struct tty_struct *tty, const struct ktermios *old_termios) argument
2166 MoxaPortWriteData(struct tty_struct *tty, const u8 *buffer, size_t len) argument
2227 struct tty_struct *tty = port->port.tty; local
2329 moxa_get_serial_info(struct tty_struct *tty, struct serial_struct *ss) argument
2349 moxa_set_serial_info(struct tty_struct *tty, struct serial_struct *ss) argument
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-qemu.sh82 echo Waiting for you to attach a debug session, for example: > /dev/tty
83 echo " gdb $base_resdir/vmlinux" > /dev/tty
84 echo 'After symbols load and the "(gdb)" prompt appears:' > /dev/tty
85 echo " target remote :1234" > /dev/tty
86 echo " continue" > /dev/tty
/linux-master/tools/perf/ui/tui/
H A Dsetup.c128 static struct termios tty; local
131 while (tcgetattr(SLang_TT_Read_FD, &tty) == -1 && errno == EINTR)
137 while (tcsetattr(SLang_TT_Read_FD, TCSADRAIN, &tty) == -1 && errno == EINTR)

Completed in 256 milliseconds

1234567891011>>