Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtty_flip.h5 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 …]
Dtty.h203 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 …]
Dserdev.h317 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()
Dconsole_struct.h58 struct tty_port port; /* Upper level data */
Dtty_driver.h321 struct tty_port **ports;
Dcyclades.h121 struct tty_port port;
Disdn.h313 struct tty_port port;
Dserial_core.h293 struct tty_port port;
/linux-4.19.296/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()
Dsclp_tty.c50 static struct tty_port sclp_port;
Dkeyboard.c286 to_utf8(struct tty_port *port, ushort c) in to_utf8()
Dsclp_vt220.c61 static struct tty_port sclp_vt220_port;
Dtty3270.c65 struct tty_port port;
1039 struct tty_port *port = &tp->port; in tty3270_open()
Dcon3215.c77 struct tty_port port;
/linux-4.19.296/drivers/isdn/i4l/
Disdn_common.h40 extern int isdn_readbchan_tty(int, int, struct tty_port *, int);
Disdn_tty.c64 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()
Disdn_common.c880 isdn_readbchan_tty(int di, int channel, struct tty_port *port, int cisco_hack) in isdn_readbchan_tty()
/linux-4.19.296/drivers/misc/
Dpti.c63 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/
Dttyprintk.c24 struct tty_port port;
/linux-4.19.296/include/linux/usb/
Dserial.h79 struct tty_port port;
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c138 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/
Dgigaset.h439 struct tty_port port;
/linux-4.19.296/drivers/isdn/capi/
Dcapi.c88 struct tty_port port;
192 static void capiminor_destroy(struct tty_port *port) in capiminor_destroy()