Home
last modified time | relevance | path

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

/include/linux/
Dtty_port.h24 struct tty_port;
29 int (*carrier_raised)(struct tty_port *port);
31 void (*dtr_rts)(struct tty_port *port, int raise);
35 void (*shutdown)(struct tty_port *port);
40 int (*activate)(struct tty_port *port, struct tty_struct *tty);
42 void (*destruct)(struct tty_port *port);
48 int (*receive_buf)(struct tty_port *port, const unsigned char *, const unsigned char *, size_t);
49 void (*write_wakeup)(struct tty_port *port);
54 struct tty_port { struct
96 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 int __tty_insert_flip_char(struct tty_port *port, unsigned char ch, char flag);
22 static inline int tty_insert_flip_char(struct tty_port *port, in tty_insert_flip_char()
38 static inline int tty_insert_flip_string(struct tty_port *port, in tty_insert_flip_string()
[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()
Dconsole_struct.h95 struct tty_port port; /* Upper level data */
Dtty_driver.h320 struct tty_port **ports;
Dtty.h205 struct tty_port *port;
Dserial_core.h296 struct tty_port port;
/include/linux/usb/
Dserial.h73 struct tty_port port;