Searched refs:tty_port (Results 1 – 23 of 23) sorted by relevance
/linux-4.19.296/include/linux/ |
D | tty_flip.h | 5 extern int tty_buffer_set_limit(struct tty_port *port, int limit); 6 extern int tty_buffer_space_avail(struct tty_port *port); 7 extern int tty_buffer_request_room(struct tty_port *port, size_t size); 8 extern int tty_insert_flip_string_flags(struct tty_port *port, 10 extern int tty_insert_flip_string_fixed_flag(struct tty_port *port, 12 extern int tty_prepare_flip_string(struct tty_port *port, 14 extern void tty_flip_buffer_push(struct tty_port *port); 15 int __tty_insert_flip_char(struct tty_port *port, unsigned char ch, char flag); 17 static inline int tty_insert_flip_char(struct tty_port *port, in tty_insert_flip_char() 33 static inline int tty_insert_flip_string(struct tty_port *port, in tty_insert_flip_string() [all …]
|
D | tty.h | 203 struct tty_port; 207 int (*carrier_raised)(struct tty_port *port); 209 void (*dtr_rts)(struct tty_port *port, int raise); 213 void (*shutdown)(struct tty_port *port); 218 int (*activate)(struct tty_port *port, struct tty_struct *tty); 220 void (*destruct)(struct tty_port *port); 224 int (*receive_buf)(struct tty_port *port, const unsigned char *, const unsigned char *, size_t); 225 void (*write_wakeup)(struct tty_port *port); 230 struct tty_port { struct 344 struct tty_port *port; [all …]
|
D | serdev.h | 317 struct tty_port; 321 struct device *serdev_tty_port_register(struct tty_port *port, 324 int serdev_tty_port_unregister(struct tty_port *port); 326 static inline struct device *serdev_tty_port_register(struct tty_port *port, in serdev_tty_port_register() 332 static inline int serdev_tty_port_unregister(struct tty_port *port) in serdev_tty_port_unregister()
|
D | console_struct.h | 58 struct tty_port port; /* Upper level data */
|
D | tty_driver.h | 321 struct tty_port **ports;
|
D | cyclades.h | 121 struct tty_port port;
|
D | isdn.h | 313 struct tty_port port;
|
D | serial_core.h | 293 struct tty_port port;
|
/linux-4.19.296/drivers/s390/char/ |
D | keyboard.h | 35 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()
|
D | sclp_tty.c | 50 static struct tty_port sclp_port;
|
D | keyboard.c | 286 to_utf8(struct tty_port *port, ushort c) in to_utf8()
|
D | sclp_vt220.c | 61 static struct tty_port sclp_vt220_port;
|
D | tty3270.c | 65 struct tty_port port; 1039 struct tty_port *port = &tp->port; in tty3270_open()
|
D | con3215.c | 77 struct tty_port port;
|
/linux-4.19.296/drivers/isdn/i4l/ |
D | isdn_common.h | 40 extern int isdn_readbchan_tty(int, int, struct tty_port *, int);
|
D | isdn_tty.c | 64 struct tty_port *port = &info->port; in isdn_tty_try_read() 1005 struct tty_port *port = &info->port; in isdn_tty_change_speed() 1502 struct tty_port *port = &info->port; in isdn_tty_open() 1542 struct tty_port *port = &info->port; in isdn_tty_close() 1620 struct tty_port *port = &info->port; in isdn_tty_hangup() 1756 static int isdn_tty_carrier_raised(struct tty_port *port) in isdn_tty_carrier_raised() 2220 struct tty_port *port = &info->port; in isdn_tty_at_cout()
|
D | isdn_common.c | 880 isdn_readbchan_tty(int di, int channel, struct tty_port *port, int cisco_hack) in isdn_readbchan_tty()
|
/linux-4.19.296/drivers/misc/ |
D | pti.c | 63 struct tty_port port[PTITTY_MINOR_NUM]; 755 static int pti_port_activate(struct tty_port *port, struct tty_struct *tty) in pti_port_activate() 772 static void pti_port_shutdown(struct tty_port *port) in pti_port_shutdown() 855 struct tty_port *port = &drv_data->port[a]; in pti_pci_probe()
|
/linux-4.19.296/drivers/char/ |
D | ttyprintk.c | 24 struct tty_port port;
|
/linux-4.19.296/include/linux/usb/ |
D | serial.h | 79 struct tty_port port;
|
/linux-4.19.296/drivers/char/pcmcia/ |
D | synclink_cs.c | 138 struct tty_port port; 380 static int carrier_raised(struct tty_port *port); 381 static void dtr_rts(struct tty_port *port, int onoff); 895 struct tty_port *port = &info->port; in rx_ready_async() 2329 struct tty_port *port = &info->port; in mgslpc_close() 2439 static int carrier_raised(struct tty_port *port) in carrier_raised() 2453 static void dtr_rts(struct tty_port *port, int onoff) in dtr_rts() 2471 struct tty_port *port; in mgslpc_open()
|
/linux-4.19.296/drivers/isdn/gigaset/ |
D | gigaset.h | 439 struct tty_port port;
|
/linux-4.19.296/drivers/isdn/capi/ |
D | capi.c | 88 struct tty_port port; 192 static void capiminor_destroy(struct tty_port *port) in capiminor_destroy()
|