Home
last modified time | relevance | path

Searched refs:tty_port (Results 1 – 25 of 116) sorted by relevance

12345

/Linux-v5.15/include/linux/
Dtty_port.h23 struct tty_port;
28 int (*carrier_raised)(struct tty_port *port);
30 void (*dtr_rts)(struct tty_port *port, int raise);
34 void (*shutdown)(struct tty_port *port);
39 int (*activate)(struct tty_port *port, struct tty_struct *tty);
41 void (*destruct)(struct tty_port *port);
45 int (*receive_buf)(struct tty_port *port, const unsigned char *, const unsigned char *, size_t);
46 void (*write_wakeup)(struct tty_port *port);
51 struct tty_port { struct
91 void tty_port_init(struct tty_port *port);
[all …]
Dtty_flip.h10 extern int tty_buffer_set_limit(struct tty_port *port, int limit);
11 extern unsigned int tty_buffer_space_avail(struct tty_port *port);
12 extern int tty_buffer_request_room(struct tty_port *port, size_t size);
13 extern int tty_insert_flip_string_flags(struct tty_port *port,
15 extern int tty_insert_flip_string_fixed_flag(struct tty_port *port,
17 extern int tty_prepare_flip_string(struct tty_port *port,
19 extern void tty_flip_buffer_push(struct tty_port *port);
20 void tty_schedule_flip(struct tty_port *port);
21 int __tty_insert_flip_char(struct tty_port *port, unsigned char ch, char flag);
23 static inline int tty_insert_flip_char(struct tty_port *port, in tty_insert_flip_char()
[all …]
Dserdev.h309 struct tty_port;
313 struct device *serdev_tty_port_register(struct tty_port *port,
316 int serdev_tty_port_unregister(struct tty_port *port);
318 static inline struct device *serdev_tty_port_register(struct tty_port *port, in serdev_tty_port_register()
324 static inline int serdev_tty_port_unregister(struct tty_port *port) in serdev_tty_port_unregister()
/Linux-v5.15/drivers/tty/
Dtty_port.c23 static int tty_port_default_receive_buf(struct tty_port *port, in tty_port_default_receive_buf()
46 static void tty_port_default_wakeup(struct tty_port *port) in tty_port_default_wakeup()
62 void tty_port_init(struct tty_port *port) in tty_port_init()
89 void tty_port_link_device(struct tty_port *port, in tty_port_link_device()
109 struct device *tty_port_register_device(struct tty_port *port, in tty_port_register_device()
130 struct device *tty_port_register_device_attr(struct tty_port *port, in tty_port_register_device_attr()
153 struct device *tty_port_register_device_attr_serdev(struct tty_port *port, in tty_port_register_device_attr_serdev()
183 struct device *tty_port_register_device_serdev(struct tty_port *port, in tty_port_register_device_serdev()
202 void tty_port_unregister_device(struct tty_port *port, in tty_port_unregister_device()
215 int tty_port_alloc_xmit_buf(struct tty_port *port) in tty_port_alloc_xmit_buf()
[all …]
Dtty_buffer.c56 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive()
65 void tty_buffer_unlock_exclusive(struct tty_port *port) in tty_buffer_unlock_exclusive()
91 unsigned int tty_buffer_space_avail(struct tty_port *port) in tty_buffer_space_avail()
117 void tty_buffer_free_all(struct tty_port *port) in tty_buffer_free_all()
156 static struct tty_buffer *tty_buffer_alloc(struct tty_port *port, size_t size) in tty_buffer_alloc()
196 static void tty_buffer_free(struct tty_port *port, struct tty_buffer *b) in tty_buffer_free()
223 struct tty_port *port = tty->port; in tty_buffer_flush()
259 static int __tty_buffer_request_room(struct tty_port *port, size_t size, in __tty_buffer_request_room()
296 int tty_buffer_request_room(struct tty_port *port, size_t size) in tty_buffer_request_room()
313 int tty_insert_flip_string_fixed_flag(struct tty_port *port, in tty_insert_flip_string_fixed_flag()
[all …]
Dtty.h69 void tty_buffer_free_all(struct tty_port *port);
71 void tty_buffer_init(struct tty_port *port);
72 void tty_buffer_set_lock_subclass(struct tty_port *port);
73 bool tty_buffer_restart_work(struct tty_port *port);
74 bool tty_buffer_cancel_work(struct tty_port *port);
75 void tty_buffer_flush_work(struct tty_port *port);
Damiserial.c70 struct tty_port tport;
306 struct tty_port *port = &info->tport; in check_modem_status()
444 struct tty_port *port = &info->tport; in startup()
572 struct tty_port *port = &info->tport; in change_speed()
924 struct tty_port *port = &state->tport; in set_serial_info()
1233 struct tty_port *port = &state->tport; in rs_close()
1349 struct tty_port *port = tty->port; in rs_open()
1461 static int amiga_carrier_raised(struct tty_port *port) in amiga_carrier_raised()
1466 static void amiga_dtr_rts(struct tty_port *port, int raise) in amiga_dtr_rts()
Dgoldfish.c37 struct tty_port port;
158 static int goldfish_tty_activate(struct tty_port *port, struct tty_struct *tty) in goldfish_tty_activate()
166 static void goldfish_tty_shutdown(struct tty_port *port) in goldfish_tty_shutdown()
/Linux-v5.15/arch/parisc/kernel/
Dpdc_cons.c82 static struct tty_port tty_port; variable
86 tty_port_tty_set(&tty_port, tty); in pdc_console_tty_open()
96 tty_port_tty_set(&tty_port, NULL); in pdc_console_tty_close()
126 tty_insert_flip_char(&tty_port, data & 0xFF, TTY_NORMAL); in pdc_console_poll()
131 tty_flip_buffer_push(&tty_port); in pdc_console_poll()
169 tty_port_init(&tty_port); in pdc_console_tty_driver_init()
178 tty_port_link_device(&tty_port, driver, 0); in pdc_console_tty_driver_init()
183 tty_port_destroy(&tty_port); in pdc_console_tty_driver_init()
/Linux-v5.15/drivers/ipack/devices/
Dipoctal.c35 struct tty_port tty_port; member
70 static int ipoctal_port_activate(struct tty_port *port, struct tty_struct *tty) in ipoctal_port_activate()
112 return tty_port_open(&channel->tty_port, tty, file); in ipoctal_open()
137 tty_port_close(&channel->tty_port, tty, filp); in ipoctal_close()
160 struct tty_port *port = &channel->tty_port; in ipoctal_irq_rx()
212 value = channel->tty_port.xmit_buf[*pointer_write]; in ipoctal_irq_tx()
399 tty_port_init(&channel->tty_port); in ipoctal_inst_slot()
400 res = tty_port_alloc_xmit_buf(&channel->tty_port); in ipoctal_inst_slot()
403 channel->tty_port.ops = &ipoctal_tty_port_ops; in ipoctal_inst_slot()
410 tty_dev = tty_port_register_device_attr(&channel->tty_port, tty, in ipoctal_inst_slot()
[all …]
/Linux-v5.15/drivers/s390/char/
Dkeyboard.h35 struct tty_port *port;
56 kbd_put_queue(struct tty_port *port, int ch) in kbd_put_queue()
63 kbd_puts_queue(struct tty_port *port, char *cp) in kbd_puts_queue()
/Linux-v5.15/arch/alpha/kernel/
Dsrmcons.c34 struct tty_port port;
48 srmcons_do_receive_chars(struct tty_port *port) in srmcons_do_receive_chars()
71 struct tty_port *port = &srmconsp->port; in srmcons_receive_chars()
92 srmcons_do_write(struct tty_port *port, const char *buf, int count) in srmcons_do_write()
155 struct tty_port *port = &srmconsp->port; in srmcons_open()
176 struct tty_port *port = &srmconsp->port; in srmcons_close()
/Linux-v5.15/arch/um/drivers/
Dchan_user.h41 struct tty_port;
42 extern void register_winch(int fd, struct tty_port *port);
44 struct tty_port *port, unsigned long stack);
Dchan_user.c219 static int winch_tramp(int fd, struct tty_port *port, int *fd_out, in winch_tramp()
275 void register_winch(int fd, struct tty_port *port) in register_winch()
Dchan.h40 extern void chan_enable_winch(struct chan *chan, struct tty_port *port);
/Linux-v5.15/drivers/tty/serial/
Dserial_core.c51 static void uart_port_shutdown(struct tty_port *port);
254 struct tty_port *port = &state->port; in uart_startup()
277 struct tty_port *port = &state->port; in uart_shutdown()
732 static int uart_get_info(struct tty_port *port, struct serial_struct *retinfo) in uart_get_info()
776 struct tty_port *port = &state->port; in uart_get_info_user()
781 static int uart_set_info(struct tty_struct *tty, struct tty_port *port, in uart_set_info()
988 struct tty_port *port = &state->port; in uart_set_info_user()
1037 struct tty_port *port = &state->port; in uart_tiocmget()
1061 struct tty_port *port = &state->port; in uart_tiocmset()
1082 struct tty_port *port = &state->port; in uart_break_ctl()
[all …]
Dkgdb_nmi.c91 struct tty_port port;
96 static struct tty_port *kgdb_nmi_port;
208 static int kgdb_nmi_tty_activate(struct tty_port *port, struct tty_struct *tty) in kgdb_nmi_tty_activate()
220 static void kgdb_nmi_tty_shutdown(struct tty_port *port) in kgdb_nmi_tty_shutdown()
Dbcm63xx_uart.c229 struct tty_port *tty_port = &port->state->port; in bcm_uart_do_rx() local
254 tty_insert_flip_char(tty_port, 0, TTY_OVERRUN); in bcm_uart_do_rx()
293 tty_insert_flip_char(tty_port, c, flag); in bcm_uart_do_rx()
297 tty_flip_buffer_push(tty_port); in bcm_uart_do_rx()
/Linux-v5.15/drivers/tty/serdev/
Dserdev-ttyport.c14 struct tty_port *port;
25 static int ttyport_receive_buf(struct tty_port *port, const unsigned char *cp, in ttyport_receive_buf()
48 static void ttyport_write_wakeup(struct tty_port *port) in ttyport_write_wakeup()
264 struct device *serdev_tty_port_register(struct tty_port *port, in serdev_tty_port_register()
304 int serdev_tty_port_unregister(struct tty_port *port) in serdev_tty_port_unregister()
/Linux-v5.15/drivers/tty/serial/8250/
D8250_dma.c47 struct tty_port *tty_port = &p->port.state->port; in __dma_rx_complete() local
56 tty_insert_flip_string(tty_port, dma->rx_buf, count); in __dma_rx_complete()
59 tty_flip_buffer_push(tty_port); in __dma_rx_complete()
D8250_mtk.c92 struct tty_port *tty_port = &up->port.state->port; in mtk8250_dma_rx_complete() local
111 copied = tty_insert_flip_string(tty_port, ptr, cnt); in mtk8250_dma_rx_complete()
117 copied += tty_insert_flip_string(tty_port, ptr, cnt); in mtk8250_dma_rx_complete()
123 tty_flip_buffer_push(tty_port); in mtk8250_dma_rx_complete()
/Linux-v5.15/arch/xtensa/platforms/iss/
Dconsole.c37 static struct tty_port serial_port;
71 struct tty_port *port = &serial_port; in rs_poll()
/Linux-v5.15/drivers/char/
Dttyprintk.c21 struct tty_port port;
141 static void tpk_port_shutdown(struct tty_port *tport) in tpk_port_shutdown()
/Linux-v5.15/drivers/staging/gdm724x/
Dgdm_tty.h27 struct tty_port port;
/Linux-v5.15/drivers/staging/greybus/
Duart.c45 struct tty_port port;
77 struct tty_port *port = &gb_tty->port; in gb_uart_receive_data_handler()
704 static void gb_tty_dtr_rts(struct tty_port *port, int on) in gb_tty_dtr_rts()
721 static int gb_tty_port_activate(struct tty_port *port, in gb_tty_port_activate()
731 static void gb_tty_port_shutdown(struct tty_port *port) in gb_tty_port_shutdown()
764 static void gb_tty_port_destruct(struct tty_port *port) in gb_tty_port_destruct()

12345