Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 25 of 141) sorted by relevance

123456

/linux/include/linux/
H A Dtty.h34 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) argument
35 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) argument
36 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) argument
37 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) argument
38 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) argument
39 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) argument
40 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) argument
41 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) argument
42 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) argument
43 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) argument
[all …]
/linux/drivers/tty/
H A Dpty.c36 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) argument
38 # define tty_debug_hangup(tty, f, args...) do {} while (0) argument
47 static void pty_close(struct tty_struct *tty, struct file *filp) in pty_close()
93 static void pty_unthrottle(struct tty_struct *tty) in pty_unthrottle()
111 static ssize_t pty_write(struct tty_struct *tty, const u8 *buf, size_t c) in pty_write()
129 static unsigned int pty_write_room(struct tty_struct *tty) in pty_write_room()
137 static int pty_set_lock(struct tty_struct *tty, int __user *arg) in pty_set_lock()
150 static int pty_get_lock(struct tty_struct *tty, int __user *arg) in pty_get_lock()
158 static int pty_set_pktmode(struct tty_struct *tty, int __user *arg) in pty_set_pktmode()
180 static int pty_get_pktmode(struct tty_struct *tty, int __user *arg) in pty_get_pktmode()
[all …]
H A Dtty_ioctl.c48 unsigned int tty_chars_in_buffer(struct tty_struct *tty) in tty_chars_in_buffer()
66 unsigned int tty_write_room(struct tty_struct *tty) in tty_write_room()
82 void tty_driver_flush_buffer(struct tty_struct *tty) in tty_driver_flush_buffer()
101 void tty_unthrottle(struct tty_struct *tty) in tty_unthrottle()
123 bool tty_throttle_safe(struct tty_struct *tty) in tty_throttle_safe()
153 bool tty_unthrottle_safe(struct tty_struct *tty) in tty_unthrottle_safe()
183 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent()
206 static void unset_locked_termios(struct tty_struct *tty, const struct ktermios *old) in unset_locked_termios()
323 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios()
448 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios()
[all …]
H A Dtty_jobctrl.c33 int __tty_check_change(struct tty_struct *tty, int sig) in __tty_check_change()
69 int tty_check_change(struct tty_struct *tty) in tty_check_change()
78 struct tty_struct *tty; in proc_clear_tty() local
98 static void __proc_set_tty(struct tty_struct *tty) in __proc_set_tty()
122 static void proc_set_tty(struct tty_struct *tty) in proc_set_tty()
132 void tty_open_proc_set_tty(struct file *filp, struct tty_struct *tty) in tty_open_proc_set_tty()
162 struct tty_struct *tty; in get_current_tty() local
196 int tty_signal_session_leader(struct tty_struct *tty, int exit_session) in tty_signal_session_leader()
267 struct tty_struct *tty; in disassociate_ctty() local
365 static int tiocsctty(struct tty_struct *tty, struct file *file, int arg) in tiocsctty()
[all …]
H A Dtty.h9 #define tty_msg(fn, tty, f, ...) \ argument
12 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) argument
13 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) argument
14 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) argument
15 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) argument
17 #define tty_info_ratelimited(tty, f, ...) \ argument
50 static inline void __tty_set_flow_change(struct tty_struct *tty, in __tty_set_flow_change()
56 static inline void tty_set_flow_change(struct tty_struct *tty, in tty_set_flow_change()
96 #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) argument
111 static inline void tty_audit_add_data(const struct tty_struct *tty, in tty_audit_add_data()
[all …]
H A Dtty_mutex.c15 void tty_lock(struct tty_struct *tty) in tty_lock()
22 int tty_lock_interruptible(struct tty_struct *tty) in tty_lock_interruptible()
33 void tty_unlock(struct tty_struct *tty) in tty_unlock()
40 void tty_lock_slave(struct tty_struct *tty) in tty_lock_slave()
46 void tty_unlock_slave(struct tty_struct *tty) in tty_unlock_slave()
52 void tty_set_lock_subclass(struct tty_struct *tty) in tty_set_lock_subclass()
H A Damiserial.c133 static void rs_stop(struct tty_struct *tty) in rs_stop()
150 static void rs_start(struct tty_struct *tty) in rs_start()
441 static int startup(struct tty_struct *tty, struct serial_state *info) in startup()
516 static void shutdown(struct tty_struct *tty, struct serial_state *info) in shutdown()
566 static void change_speed(struct tty_struct *tty, struct serial_state *info, in change_speed()
697 static int rs_put_char(struct tty_struct *tty, u8 ch) in rs_put_char()
721 static void rs_flush_chars(struct tty_struct *tty) in rs_flush_chars()
742 static ssize_t rs_write(struct tty_struct * tty, const u8 *buf, size_t count) in rs_write()
785 static unsigned int rs_write_room(struct tty_struct *tty) in rs_write_room()
792 static unsigned int rs_chars_in_buffer(struct tty_struct *tty) in rs_chars_in_buffer()
[all …]
H A Dtty_port.c26 struct tty_struct *tty; in tty_port_default_receive_buf() local
47 struct tty_struct *tty; in tty_port_default_lookahead_buf() local
66 struct tty_struct *tty = tty_port_tty_get(port); in tty_port_default_wakeup() local
325 struct tty_struct *tty; in tty_port_tty_get() local
342 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set()
363 static void tty_port_shutdown(struct tty_port *port, struct tty_struct *tty) in tty_port_shutdown()
396 struct tty_struct *tty; in tty_port_hangup() local
421 struct tty_struct *tty = tty_port_tty_get(port); in tty_port_tty_hangup() local
511 struct tty_struct *tty, struct file *filp) in tty_port_block_til_ready()
596 static void tty_port_drain_delay(struct tty_port *port, struct tty_struct *tty) in tty_port_drain_delay()
[all …]
H A Dn_hdlc.c159 static void flush_rx_queue(struct tty_struct *tty) in flush_rx_queue()
168 static void flush_tx_queue(struct tty_struct *tty) in flush_tx_queue()
194 static void n_hdlc_tty_close(struct tty_struct *tty) in n_hdlc_tty_close()
222 static int n_hdlc_tty_open(struct tty_struct *tty) in n_hdlc_tty_open()
264 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
344 struct tty_struct *tty = n_hdlc->tty_for_write_work; in n_hdlc_tty_write_work() local
355 static void n_hdlc_tty_wakeup(struct tty_struct *tty) in n_hdlc_tty_wakeup()
372 static void n_hdlc_tty_receive(struct tty_struct *tty, const u8 *data, in n_hdlc_tty_receive()
427 static ssize_t n_hdlc_tty_read(struct tty_struct *tty, struct file *file, in n_hdlc_tty_read()
520 static ssize_t n_hdlc_tty_write(struct tty_struct *tty, struct file *file, in n_hdlc_tty_write()
[all …]
H A Dmxser.c481 static int mxser_set_baud(struct tty_struct *tty, speed_t newspd) in mxser_set_baud()
546 static void mxser_handle_cts(struct tty_struct *tty, struct mxser_port *info, in mxser_handle_cts()
572 static void mxser_change_speed(struct tty_struct *tty, in mxser_change_speed()
683 static u8 mxser_check_modem_status(struct tty_struct *tty, in mxser_check_modem_status()
723 static int mxser_activate(struct tty_port *port, struct tty_struct *tty) in mxser_activate()
870 static int mxser_open(struct tty_struct *tty, struct file *filp) in mxser_open()
880 static void mxser_flush_buffer(struct tty_struct *tty) in mxser_flush_buffer()
896 static void mxser_close(struct tty_struct *tty, struct file *filp) in mxser_close()
901 static ssize_t mxser_write(struct tty_struct *tty, const u8 *buf, size_t count) in mxser_write()
920 static int mxser_put_char(struct tty_struct *tty, u8 ch) in mxser_put_char()
[all …]
H A Dttynull.c17 static int ttynull_open(struct tty_struct *tty, struct file *filp) in ttynull_open()
22 static void ttynull_close(struct tty_struct *tty, struct file *filp) in ttynull_close()
27 static void ttynull_hangup(struct tty_struct *tty) in ttynull_hangup()
32 static ssize_t ttynull_write(struct tty_struct *tty, const u8 *buf, in ttynull_write()
38 static unsigned int ttynull_write_room(struct tty_struct *tty) in ttynull_write_room()
/linux/drivers/tty/ipwireless/
H A Dtty.c90 struct ipw_tty *tty = get_tty(linux_tty->index); in ipw_open() local
112 static void do_ipw_close(struct ipw_tty *tty) in do_ipw_close()
131 struct ipw_tty *tty = linux_tty->driver_data; in ipw_hangup() local
153 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data, in ipwireless_tty_received()
180 struct ipw_tty *tty = callback_data; in ipw_write_packet_sent_callback() local
192 struct ipw_tty *tty = linux_tty->driver_data; in ipw_write() local
232 struct ipw_tty *tty = linux_tty->driver_data; in ipw_write_room() local
252 struct ipw_tty *tty = linux_tty->driver_data; in ipwireless_get_serial_info() local
274 struct ipw_tty *tty = linux_tty->driver_data; in ipw_chars_in_buffer() local
285 static int get_control_lines(struct ipw_tty *tty) in get_control_lines()
[all …]
/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c15 struct tty_struct *tty; member
50 struct tty_struct *tty; in ttyport_write_wakeup() local
78 struct tty_struct *tty = serport->tty; in ttyport_write_buf() local
90 struct tty_struct *tty = serport->tty; in ttyport_write_flush() local
98 struct tty_struct *tty = serport->tty; in ttyport_write_room() local
106 struct tty_struct *tty; in ttyport_open() local
155 struct tty_struct *tty = serport->tty; in ttyport_close() local
170 struct tty_struct *tty = serport->tty; in ttyport_set_baudrate() local
184 struct tty_struct *tty = serport->tty; in ttyport_set_flow_control() local
199 struct tty_struct *tty = serport->tty; in ttyport_set_parity() local
[all …]
/linux/drivers/accessibility/speakup/
H A Dspk_ttyio.c47 static int spk_ttyio_ldisc_open(struct tty_struct *tty) in spk_ttyio_ldisc_open()
69 static void spk_ttyio_ldisc_close(struct tty_struct *tty) in spk_ttyio_ldisc_close()
74 static size_t spk_ttyio_receive_buf2(struct tty_struct *tty, const u8 *cp, in spk_ttyio_receive_buf2()
135 static inline void get_termios(struct tty_struct *tty, in get_termios()
146 struct tty_struct *tty; in spk_ttyio_initialise_ldisc() local
226 struct tty_struct *tty = in_synth->dev; in spk_ttyio_out() local
272 struct tty_struct *tty = in_synth->dev; in spk_ttyio_send_xchar() local
280 struct tty_struct *tty = in_synth->dev; in spk_ttyio_tiocmset() local
293 struct tty_struct *tty = in_synth->dev; in ttyio_in() local
333 struct tty_struct *tty = in_synth->dev; in spk_ttyio_flush_buffer() local
[all …]
H A Dselection.c22 struct tty_struct *tty; member
30 struct tty_struct *tty; in __speakup_set_selection() local
62 int speakup_set_selection(struct tty_struct *tty) in speakup_set_selection()
94 struct tty_struct *tty; in speakup_cancel_selection() local
110 struct tty_struct *tty = xchg(&ssw->tty, NULL); in __speakup_paste_selection() local
121 int speakup_paste_selection(struct tty_struct *tty) in speakup_paste_selection()
135 struct tty_struct *tty; in speakup_cancel_paste() local
/linux/drivers/input/serio/
H A Dserport.c32 struct tty_struct *tty; member
74 static int serport_ldisc_open(struct tty_struct *tty) in serport_ldisc_open()
100 static void serport_ldisc_close(struct tty_struct *tty) in serport_ldisc_close()
113 static void serport_ldisc_receive(struct tty_struct *tty, const u8 *cp, in serport_ldisc_receive()
152 static ssize_t serport_ldisc_read(struct tty_struct * tty, struct file * file, in serport_ldisc_read()
189 static void serport_set_type(struct tty_struct *tty, unsigned long type) in serport_set_type()
202 static int serport_ldisc_ioctl(struct tty_struct *tty, unsigned int cmd, in serport_ldisc_ioctl()
220 static int serport_ldisc_compat_ioctl(struct tty_struct *tty, in serport_ldisc_compat_ioctl()
238 static void serport_ldisc_hangup(struct tty_struct *tty) in serport_ldisc_hangup()
248 static void serport_ldisc_write_wakeup(struct tty_struct * tty) in serport_ldisc_write_wakeup()
/linux/drivers/tty/hvc/
H A Dhvc_console.c320 static void hvc_unthrottle(struct tty_struct *tty) in hvc_unthrottle()
325 static int hvc_install(struct tty_driver *driver, struct tty_struct *tty) in hvc_install()
347 static int hvc_open(struct tty_struct *tty, struct file * filp) in hvc_open()
389 static void hvc_close(struct tty_struct *tty, struct file * filp) in hvc_close()
432 static void hvc_cleanup(struct tty_struct *tty) in hvc_cleanup()
439 static void hvc_hangup(struct tty_struct *tty) in hvc_hangup()
499 static ssize_t hvc_write(struct tty_struct *tty, const u8 *buf, size_t count) in hvc_write()
567 struct tty_struct *tty; in hvc_set_winsz() local
589 static unsigned int hvc_write_room(struct tty_struct *tty) in hvc_write_room()
599 static unsigned int hvc_chars_in_buffer(struct tty_struct *tty) in hvc_chars_in_buffer()
[all …]
/linux/net/bluetooth/rfcomm/
H A Dtty.c110 static int rfcomm_dev_activate(struct tty_port *port, struct tty_struct *tty) in rfcomm_dev_activate()
321 struct device *tty; in rfcomm_dev_add() local
441 struct tty_struct *tty; in __rfcomm_release_dev() local
682 static void rfcomm_tty_cleanup(struct tty_struct *tty) in rfcomm_tty_cleanup()
705 static int rfcomm_tty_install(struct tty_driver *driver, struct tty_struct *tty) in rfcomm_tty_install()
743 static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp) in rfcomm_tty_open()
769 static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp) in rfcomm_tty_close()
779 static ssize_t rfcomm_tty_write(struct tty_struct *tty, const u8 *buf, in rfcomm_tty_write()
809 static unsigned int rfcomm_tty_write_room(struct tty_struct *tty) in rfcomm_tty_write_room()
822 static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in rfcomm_tty_ioctl()
[all …]
/linux/net/nfc/nci/
H A Duart.c74 struct tty_struct *tty = nu->tty; in nci_uart_write_work() local
105 static int nci_uart_set_driver(struct tty_struct *tty, unsigned int driver) in nci_uart_set_driver()
151 static int nci_uart_tty_open(struct tty_struct *tty) in nci_uart_tty_open()
173 static void nci_uart_tty_close(struct tty_struct *tty) in nci_uart_tty_close()
205 static void nci_uart_tty_wakeup(struct tty_struct *tty) in nci_uart_tty_wakeup()
298 static void nci_uart_tty_receive(struct tty_struct *tty, const u8 *data, in nci_uart_tty_receive()
325 static int nci_uart_tty_ioctl(struct tty_struct *tty, unsigned int cmd, in nci_uart_tty_ioctl()
347 static ssize_t nci_uart_tty_read(struct tty_struct *tty, struct file *file, in nci_uart_tty_read()
354 static ssize_t nci_uart_tty_write(struct tty_struct *tty, struct file *file, in nci_uart_tty_write()
/linux/arch/um/drivers/
H A Dline.c50 unsigned int line_write_room(struct tty_struct *tty) in line_write_room()
63 unsigned int line_chars_in_buffer(struct tty_struct *tty) in line_chars_in_buffer()
168 void line_flush_buffer(struct tty_struct *tty) in line_flush_buffer()
182 void line_flush_chars(struct tty_struct *tty) in line_flush_chars()
187 ssize_t line_write(struct tty_struct *tty, const u8 *buf, size_t len) in line_write()
214 void line_throttle(struct tty_struct *tty) in line_throttle()
222 void line_unthrottle(struct tty_struct *tty) in line_unthrottle()
285 static int line_activate(struct tty_port *port, struct tty_struct *tty) in line_activate()
309 struct tty_struct *tty = tty_port_tty_get(port); in line_destruct() local
323 int line_open(struct tty_struct *tty, struct file *filp) in line_open()
[all …]
/linux/drivers/bluetooth/
H A Dhci_ldisc.c148 struct tty_struct *tty = hu->tty; in hci_uart_write_work() local
228 struct tty_struct *tty = hu->tty; in hci_uart_flush() local
310 struct tty_struct *tty = hu->tty; in hci_uart_set_flow_control() local
375 struct tty_struct *tty = hu->tty; in hci_uart_set_baudrate() local
476 static int hci_uart_tty_open(struct tty_struct *tty) in hci_uart_tty_open()
527 static void hci_uart_tty_close(struct tty_struct *tty) in hci_uart_tty_close()
574 static void hci_uart_tty_wakeup(struct tty_struct *tty) in hci_uart_tty_wakeup()
604 static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data, in hci_uart_tty_receive()
747 static int hci_uart_tty_ioctl(struct tty_struct *tty, unsigned int cmd, in hci_uart_tty_ioctl()
806 static ssize_t hci_uart_tty_read(struct tty_struct *tty, struct file *file, in hci_uart_tty_read()
[all …]
/linux/drivers/usb/serial/
H A Dgeneric.c105 int usb_serial_generic_open(struct tty_struct *tty, struct usb_serial_port *port) in usb_serial_generic_open()
212 int usb_serial_generic_write(struct tty_struct *tty, in usb_serial_generic_write()
232 unsigned int usb_serial_generic_write_room(struct tty_struct *tty) in usb_serial_generic_write_room()
249 unsigned int usb_serial_generic_chars_in_buffer(struct tty_struct *tty) in usb_serial_generic_chars_in_buffer()
267 void usb_serial_generic_wait_until_sent(struct tty_struct *tty, long timeout) in usb_serial_generic_wait_until_sent()
473 void usb_serial_generic_throttle(struct tty_struct *tty) in usb_serial_generic_throttle()
481 void usb_serial_generic_unthrottle(struct tty_struct *tty) in usb_serial_generic_unthrottle()
497 static bool usb_serial_generic_msr_changed(struct tty_struct *tty, in usb_serial_generic_msr_changed()
526 int usb_serial_generic_tiocmiwait(struct tty_struct *tty, unsigned long arg) in usb_serial_generic_tiocmiwait()
546 int usb_serial_generic_get_icount(struct tty_struct *tty, in usb_serial_generic_get_icount()
[all …]
/linux/drivers/usb/host/
H A Dxhci-dbgtty.c191 dbc_tty_install(struct tty_driver * driver,struct tty_struct * tty) dbc_tty_install() argument
207 dbc_tty_open(struct tty_struct * tty,struct file * file) dbc_tty_open() argument
214 dbc_tty_close(struct tty_struct * tty,struct file * file) dbc_tty_close() argument
221 dbc_tty_write(struct tty_struct * tty,const u8 * buf,size_t count) dbc_tty_write() argument
254 dbc_tty_put_char(struct tty_struct * tty,u8 ch) dbc_tty_put_char() argument
267 dbc_tty_flush_chars(struct tty_struct * tty) dbc_tty_flush_chars() argument
277 dbc_tty_write_room(struct tty_struct * tty) dbc_tty_write_room() argument
294 dbc_tty_chars_in_buffer(struct tty_struct * tty) dbc_tty_chars_in_buffer() argument
307 dbc_tty_unthrottle(struct tty_struct * tty) dbc_tty_unthrottle() argument
332 struct tty_struct *tty; dbc_rx_push() local
402 dbc_port_activate(struct tty_port * _port,struct tty_struct * tty) dbc_port_activate() argument
[all...]
/linux/drivers/mmc/core/
H A Dsdio_uart.c411 struct tty_struct *tty; in sdio_uart_transmit_chars() local
448 struct tty_struct *tty; in sdio_uart_check_modem_status() local
576 static int sdio_uart_activate(struct tty_port *tport, struct tty_struct *tty) in sdio_uart_activate()
708 static int sdio_uart_install(struct tty_driver *driver, struct tty_struct *tty) in sdio_uart_install()
730 static void sdio_uart_cleanup(struct tty_struct *tty) in sdio_uart_cleanup()
741 static int sdio_uart_open(struct tty_struct *tty, struct file *filp) in sdio_uart_open()
747 static void sdio_uart_close(struct tty_struct *tty, struct file * filp) in sdio_uart_close()
753 static void sdio_uart_hangup(struct tty_struct *tty) in sdio_uart_hangup()
759 static ssize_t sdio_uart_write(struct tty_struct *tty, const u8 *buf, in sdio_uart_write()
782 static unsigned int sdio_uart_write_room(struct tty_struct *tty) in sdio_uart_write_room()
[all …]
/linux/drivers/s390/char/
H A Dsclp_tty.c64 sclp_tty_open(struct tty_struct *tty, struct file *filp) in sclp_tty_open()
73 sclp_tty_close(struct tty_struct *tty, struct file *filp) in sclp_tty_close()
90 sclp_tty_write_room (struct tty_struct *tty) in sclp_tty_write_room()
233 sclp_tty_write(struct tty_struct *tty, const u8 *buf, size_t count) in sclp_tty_write()
253 sclp_tty_put_char(struct tty_struct *tty, u8 ch) in sclp_tty_put_char()
268 sclp_tty_flush_chars(struct tty_struct *tty) in sclp_tty_flush_chars()
284 sclp_tty_chars_in_buffer(struct tty_struct *tty) in sclp_tty_chars_in_buffer()
304 sclp_tty_flush_buffer(struct tty_struct *tty) in sclp_tty_flush_buffer()
318 struct tty_struct *tty = tty_port_tty_get(&sclp_port); in sclp_tty_input() local

123456