Home
last modified time | relevance | path

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

123456

/linux/drivers/tty/
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()
151 bool tty_unthrottle_safe(struct tty_struct *tty) in tty_unthrottle_safe()
179 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent()
202 static void unset_locked_termios(struct tty_struct *tty, const struct ktermios *old) in unset_locked_termios()
319 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios()
444 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios()
[all …]
H A Dn_tty.c155 static void zero_buffer(const struct tty_struct *tty, u8 *buffer, size_t size) in zero_buffer()
161 static void tty_copy(const struct tty_struct *tty, void *to, size_t tail, in tty_copy()
193 static void n_tty_kick_worker(const struct tty_struct *tty) in n_tty_kick_worker()
213 static ssize_t chars_in_buffer(const struct tty_struct *tty) in chars_in_buffer()
228 static void n_tty_write_wakeup(struct tty_struct *tty) in n_tty_write_wakeup()
234 static void n_tty_check_throttle(struct tty_struct *tty) in n_tty_check_throttle()
255 static void n_tty_check_unthrottle(struct tty_struct *tty) in n_tty_check_unthrottle()
325 static void n_tty_packet_mode_flush(struct tty_struct *tty) in n_tty_packet_mode_flush()
347 static void n_tty_flush_buffer(struct tty_struct *tty) in n_tty_flush_buffer()
378 static inline int is_continuation(u8 c, const struct tty_struct *tty) in is_continuation()
[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 Dn_hdlc.c161 flush_rx_queue(struct tty_struct * tty) flush_rx_queue() argument
170 flush_tx_queue(struct tty_struct * tty) flush_tx_queue() argument
196 n_hdlc_tty_close(struct tty_struct * tty) n_hdlc_tty_close() argument
224 n_hdlc_tty_open(struct tty_struct * tty) n_hdlc_tty_open() argument
266 n_hdlc_send_frames(struct n_hdlc * n_hdlc,struct tty_struct * tty) n_hdlc_send_frames() argument
342 struct tty_struct *tty = n_hdlc->tty_for_write_work; n_hdlc_tty_write_work() local
353 n_hdlc_tty_wakeup(struct tty_struct * tty) n_hdlc_tty_wakeup() argument
370 n_hdlc_tty_receive(struct tty_struct * tty,const u8 * data,const u8 * flags,size_t count) n_hdlc_tty_receive() argument
424 n_hdlc_tty_read(struct tty_struct * tty,struct file * file,u8 * kbuf,size_t nr,void ** cookie,unsigned long offset) n_hdlc_tty_read() argument
517 n_hdlc_tty_write(struct tty_struct * tty,struct file * file,const u8 * data,size_t count) n_hdlc_tty_write() argument
580 n_hdlc_tty_ioctl(struct tty_struct * tty,unsigned int cmd,unsigned long arg) n_hdlc_tty_ioctl() argument
638 n_hdlc_tty_poll(struct tty_struct * tty,struct file * filp,poll_table * wait) n_hdlc_tty_poll() argument
[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()
H A Dvcc.c27 struct tty_struct *tty; /* only populated while dev is open */ member
277 static int vcc_rx_check(struct tty_struct *tty, int size) in vcc_rx_check()
292 static int vcc_rx(struct tty_struct *tty, char *buf, int size) in vcc_rx()
309 struct tty_struct *tty; in vcc_ldc_read() local
413 struct tty_struct *tty = port->tty; in vcc_tx_timer() local
734 static int vcc_open(struct tty_struct *tty, struct file *vcc_file) in vcc_open()
769 static void vcc_close(struct tty_struct *tty, struct file *vcc_file) in vcc_close()
794 static void vcc_hangup(struct tty_struct *tty) in vcc_hangup()
817 static ssize_t vcc_write(struct tty_struct *tty, const u8 *buf, size_t count) in vcc_write()
882 static unsigned int vcc_write_room(struct tty_struct *tty) in vcc_write_room()
[all …]
H A Drpmsg_tty.c50 static int rpmsg_tty_install(struct tty_driver *driver, struct tty_struct *tty) in rpmsg_tty_install()
61 static void rpmsg_tty_cleanup(struct tty_struct *tty) in rpmsg_tty_cleanup()
66 static int rpmsg_tty_open(struct tty_struct *tty, struct file *filp) in rpmsg_tty_open()
71 static void rpmsg_tty_close(struct tty_struct *tty, struct file *filp) in rpmsg_tty_close()
76 static ssize_t rpmsg_tty_write(struct tty_struct *tty, const u8 *buf, in rpmsg_tty_write()
105 static unsigned int rpmsg_tty_write_room(struct tty_struct *tty) in rpmsg_tty_write_room()
117 static void rpmsg_tty_hangup(struct tty_struct *tty) in rpmsg_tty_hangup()
/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/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/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() argument
151 nci_uart_tty_open(struct tty_struct * tty) nci_uart_tty_open() argument
173 nci_uart_tty_close(struct tty_struct * tty) nci_uart_tty_close() argument
205 nci_uart_tty_wakeup(struct tty_struct * tty) nci_uart_tty_wakeup() argument
298 nci_uart_tty_receive(struct tty_struct * tty,const u8 * data,const u8 * flags,size_t count) nci_uart_tty_receive() argument
325 nci_uart_tty_ioctl(struct tty_struct * tty,unsigned int cmd,unsigned long arg) nci_uart_tty_ioctl() argument
347 nci_uart_tty_read(struct tty_struct * tty,struct file * file,u8 * buf,size_t nr,void ** cookie,unsigned long offset) nci_uart_tty_read() argument
354 nci_uart_tty_write(struct tty_struct * tty,struct file * file,const u8 * data,size_t count) nci_uart_tty_write() argument
[all...]
/linux/net/bluetooth/rfcomm/
H A Dtty.c110 rfcomm_dev_activate(struct tty_port * port,struct tty_struct * tty) rfcomm_dev_activate() argument
321 struct device *tty; rfcomm_dev_add() local
677 rfcomm_tty_cleanup(struct tty_struct * tty) rfcomm_tty_cleanup() argument
700 rfcomm_tty_install(struct tty_driver * driver,struct tty_struct * tty) rfcomm_tty_install() argument
738 rfcomm_tty_open(struct tty_struct * tty,struct file * filp) rfcomm_tty_open() argument
764 rfcomm_tty_close(struct tty_struct * tty,struct file * filp) rfcomm_tty_close() argument
774 rfcomm_tty_write(struct tty_struct * tty,const u8 * buf,size_t count) rfcomm_tty_write() argument
804 rfcomm_tty_write_room(struct tty_struct * tty) rfcomm_tty_write_room() argument
817 rfcomm_tty_ioctl(struct tty_struct * tty,unsigned int cmd,unsigned long arg) rfcomm_tty_ioctl() argument
850 rfcomm_tty_set_termios(struct tty_struct * tty,const struct ktermios * old) rfcomm_tty_set_termios() argument
990 rfcomm_tty_throttle(struct tty_struct * tty) rfcomm_tty_throttle() argument
999 rfcomm_tty_unthrottle(struct tty_struct * tty) rfcomm_tty_unthrottle() argument
1008 rfcomm_tty_chars_in_buffer(struct tty_struct * tty) rfcomm_tty_chars_in_buffer() argument
1023 rfcomm_tty_flush_buffer(struct tty_struct * tty) rfcomm_tty_flush_buffer() argument
1036 rfcomm_tty_send_xchar(struct tty_struct * tty,u8 ch) rfcomm_tty_send_xchar() argument
1041 rfcomm_tty_wait_until_sent(struct tty_struct * tty,int timeout) rfcomm_tty_wait_until_sent() argument
1046 rfcomm_tty_hangup(struct tty_struct * tty) rfcomm_tty_hangup() argument
1055 rfcomm_tty_tiocmget(struct tty_struct * tty) rfcomm_tty_tiocmget() argument
1068 rfcomm_tty_tiocmset(struct tty_struct * tty,unsigned int set,unsigned int clear) rfcomm_tty_tiocmset() argument
[all...]
/linux/drivers/staging/greybus/
H A Duart.c281 static int send_line_coding(struct gb_tty *tty) in send_line_coding()
382 static int gb_tty_install(struct tty_driver *driver, struct tty_struct *tty) in gb_tty_install()
402 static int gb_tty_open(struct tty_struct *tty, struct file *file) in gb_tty_open()
409 static void gb_tty_close(struct tty_struct *tty, struct file *file) in gb_tty_close()
416 static void gb_tty_cleanup(struct tty_struct *tty) in gb_tty_cleanup()
423 static void gb_tty_hangup(struct tty_struct *tty) in gb_tty_hangup()
430 static ssize_t gb_tty_write(struct tty_struct *tty, const u8 *buf, size_t count) in gb_tty_write()
442 static unsigned int gb_tty_write_room(struct tty_struct *tty) in gb_tty_write_room()
459 static unsigned int gb_tty_chars_in_buffer(struct tty_struct *tty) in gb_tty_chars_in_buffer()
474 static int gb_tty_break_ctl(struct tty_struct *tty, int state) in gb_tty_break_ctl()
[all …]
/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/usb/host/
H A Dxhci-dbgtty.c168 struct tty_struct *tty; in dbc_read_complete() local
265 static int dbc_tty_install(struct tty_driver *driver, struct tty_struct *tty) in dbc_tty_install()
281 static int dbc_tty_open(struct tty_struct *tty, struct file *file) in dbc_tty_open()
288 static void dbc_tty_close(struct tty_struct *tty, struct file *file) in dbc_tty_close()
295 static ssize_t dbc_tty_write(struct tty_struct *tty, const u8 *buf, in dbc_tty_write()
328 static int dbc_tty_put_char(struct tty_struct *tty, u8 ch) in dbc_tty_put_char()
341 static void dbc_tty_flush_chars(struct tty_struct *tty) in dbc_tty_flush_chars()
351 static unsigned int dbc_tty_write_room(struct tty_struct *tty) in dbc_tty_write_room()
368 static unsigned int dbc_tty_chars_in_buffer(struct tty_struct *tty) in dbc_tty_chars_in_buffer()
381 static void dbc_tty_unthrottle(struct tty_struct *tty) in dbc_tty_unthrottle()
[all …]
/linux/drivers/bluetooth/
H A Dhci_ldisc.c150 struct tty_struct *tty = hu->tty; in hci_uart_write_work() local
238 struct tty_struct *tty = hu->tty; in hci_uart_flush() local
325 struct tty_struct *tty = hu->tty; in hci_uart_set_flow_control() local
390 struct tty_struct *tty = hu->tty; in hci_uart_set_baudrate() local
491 static int hci_uart_tty_open(struct tty_struct *tty) in hci_uart_tty_open()
542 static void hci_uart_tty_close(struct tty_struct *tty) in hci_uart_tty_close()
604 static void hci_uart_tty_wakeup(struct tty_struct *tty) in hci_uart_tty_wakeup()
635 static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data, in hci_uart_tty_receive()
791 static int hci_uart_tty_ioctl(struct tty_struct *tty, unsigned int cmd, in hci_uart_tty_ioctl()
850 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 Dusb-serial.c214 serial_install(struct tty_driver * driver,struct tty_struct * tty) serial_install() argument
254 serial_port_activate(struct tty_port * tport,struct tty_struct * tty) serial_port_activate() argument
283 serial_open(struct tty_struct * tty,struct file * filp) serial_open() argument
314 serial_hangup(struct tty_struct * tty) serial_hangup() argument
323 serial_close(struct tty_struct * tty,struct file * filp) serial_close() argument
341 serial_cleanup(struct tty_struct * tty) serial_cleanup() argument
364 serial_write(struct tty_struct * tty,const u8 * buf,size_t count) serial_write() argument
381 serial_write_room(struct tty_struct * tty) serial_write_room() argument
390 serial_chars_in_buffer(struct tty_struct * tty) serial_chars_in_buffer() argument
403 serial_wait_until_sent(struct tty_struct * tty,int timeout) serial_wait_until_sent() argument
419 serial_throttle(struct tty_struct * tty) serial_throttle() argument
429 serial_unthrottle(struct tty_struct * tty) serial_unthrottle() argument
439 serial_get_serial(struct tty_struct * tty,struct serial_struct * ss) serial_get_serial() argument
464 serial_set_serial(struct tty_struct * tty,struct serial_struct * ss) serial_set_serial() argument
500 serial_ioctl(struct tty_struct * tty,unsigned int cmd,unsigned long arg) serial_ioctl() argument
521 serial_set_termios(struct tty_struct * tty,const struct ktermios * old) serial_set_termios() argument
534 serial_break(struct tty_struct * tty,int break_state) serial_break() argument
581 serial_tiocmget(struct tty_struct * tty) serial_tiocmget() argument
592 serial_tiocmset(struct tty_struct * tty,unsigned int set,unsigned int clear) serial_tiocmset() argument
604 serial_get_icount(struct tty_struct * tty,struct serial_icounter_struct * icount) serial_get_icount() argument
[all...]
H A Dgeneric.c105 usb_serial_generic_open(struct tty_struct * tty,struct usb_serial_port * port) usb_serial_generic_open() argument
212 usb_serial_generic_write(struct tty_struct * tty,struct usb_serial_port * port,const unsigned char * buf,int count) usb_serial_generic_write() argument
232 usb_serial_generic_write_room(struct tty_struct * tty) usb_serial_generic_write_room() argument
249 usb_serial_generic_chars_in_buffer(struct tty_struct * tty) usb_serial_generic_chars_in_buffer() argument
267 usb_serial_generic_wait_until_sent(struct tty_struct * tty,long timeout) usb_serial_generic_wait_until_sent() argument
473 usb_serial_generic_throttle(struct tty_struct * tty) usb_serial_generic_throttle() argument
481 usb_serial_generic_unthrottle(struct tty_struct * tty) usb_serial_generic_unthrottle() argument
497 usb_serial_generic_msr_changed(struct tty_struct * tty,unsigned long arg,struct async_icount * cprev) usb_serial_generic_msr_changed() argument
526 usb_serial_generic_tiocmiwait(struct tty_struct * tty,unsigned long arg) usb_serial_generic_tiocmiwait() argument
546 usb_serial_generic_get_icount(struct tty_struct * tty,struct serial_icounter_struct * icount) usb_serial_generic_get_icount() argument
610 usb_serial_handle_dcd_change(struct usb_serial_port * port,struct tty_struct * tty,unsigned int status) usb_serial_handle_dcd_change() argument
[all...]
/linux/drivers/usb/class/
H A Dcdc-acm.c640 static int acm_tty_install(struct tty_driver *driver, struct tty_struct *tty) in acm_tty_install() argument
669 acm_tty_open(struct tty_struct * tty,struct file * filp) acm_tty_open() argument
696 acm_port_activate(struct tty_port * port,struct tty_struct * tty) acm_port_activate() argument
803 acm_tty_cleanup(struct tty_struct * tty) acm_tty_cleanup() argument
810 acm_tty_hangup(struct tty_struct * tty) acm_tty_hangup() argument
817 acm_tty_close(struct tty_struct * tty,struct file * filp) acm_tty_close() argument
824 acm_tty_write(struct tty_struct * tty,const u8 * buf,size_t count) acm_tty_write() argument
878 acm_tty_write_room(struct tty_struct * tty) acm_tty_write_room() argument
888 acm_tty_flush_buffer(struct tty_struct * tty) acm_tty_flush_buffer() argument
901 acm_tty_chars_in_buffer(struct tty_struct * tty) acm_tty_chars_in_buffer() argument
916 acm_tty_throttle(struct tty_struct * tty) acm_tty_throttle() argument
923 acm_tty_unthrottle(struct tty_struct * tty) acm_tty_unthrottle() argument
935 acm_tty_break_ctl(struct tty_struct * tty,int state) acm_tty_break_ctl() argument
950 acm_tty_tiocmget(struct tty_struct * tty) acm_tty_tiocmget() argument
962 acm_tty_tiocmset(struct tty_struct * tty,unsigned int set,unsigned int clear) acm_tty_tiocmset() argument
981 get_serial_info(struct tty_struct * tty,struct serial_struct * ss) get_serial_info() argument
995 set_serial_info(struct tty_struct * tty,struct serial_struct * ss) set_serial_info() argument
1064 acm_tty_get_icount(struct tty_struct * tty,struct serial_icounter_struct * icount) acm_tty_get_icount() argument
1080 acm_tty_ioctl(struct tty_struct * tty,unsigned int cmd,unsigned long arg) acm_tty_ioctl() argument
1101 acm_tty_set_termios(struct tty_struct * tty,const struct ktermios * termios_old) acm_tty_set_termios() 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/ipack/devices/
H A Dipoctal.c70 static int ipoctal_port_activate(struct tty_port *port, struct tty_struct *tty) in ipoctal_port_activate()
85 static int ipoctal_install(struct tty_driver *driver, struct tty_struct *tty) in ipoctal_install()
108 static int ipoctal_open(struct tty_struct *tty, struct file *file) in ipoctal_open()
133 static void ipoctal_close(struct tty_struct *tty, struct file *filp) in ipoctal_close()
141 static int ipoctal_get_icount(struct tty_struct *tty, in ipoctal_get_icount()
459 static ssize_t ipoctal_write_tty(struct tty_struct *tty, const u8 *buf, in ipoctal_write_tty()
482 static unsigned int ipoctal_write_room(struct tty_struct *tty) in ipoctal_write_room()
489 static unsigned int ipoctal_chars_in_buffer(struct tty_struct *tty) in ipoctal_chars_in_buffer()
496 static void ipoctal_set_termios(struct tty_struct *tty, in ipoctal_set_termios()
630 static void ipoctal_hangup(struct tty_struct *tty) in ipoctal_hangup()
[all …]

123456