tty_port           25 include/linux/console_struct.h 	struct tty_port port;			/* Upper level data */
tty_port          120 include/linux/cyclades.h 	struct tty_port		port;
tty_port          313 include/linux/isdn.h   struct tty_port	port;
tty_port          246 include/linux/serial_core.h 	struct tty_port		port;
tty_port          178 include/linux/tty.h struct tty_port;
tty_port          182 include/linux/tty.h 	int (*carrier_raised)(struct tty_port *port);
tty_port          184 include/linux/tty.h 	void (*dtr_rts)(struct tty_port *port, int raise);
tty_port          188 include/linux/tty.h 	void (*shutdown)(struct tty_port *port);
tty_port          193 include/linux/tty.h 	int (*activate)(struct tty_port *port, struct tty_struct *tty);
tty_port          195 include/linux/tty.h 	void (*destruct)(struct tty_port *port);
tty_port          292 include/linux/tty.h 	struct tty_port *port;
tty_port          446 include/linux/tty.h extern void tty_buffer_free_all(struct tty_port *port);
tty_port          448 include/linux/tty.h extern void tty_buffer_init(struct tty_port *port);
tty_port          509 include/linux/tty.h extern void tty_port_init(struct tty_port *port);
tty_port          510 include/linux/tty.h extern void tty_port_link_device(struct tty_port *port,
tty_port          512 include/linux/tty.h extern struct device *tty_port_register_device(struct tty_port *port,
tty_port          515 include/linux/tty.h extern struct device *tty_port_register_device_attr(struct tty_port *port,
tty_port          519 include/linux/tty.h extern int tty_port_alloc_xmit_buf(struct tty_port *port);
tty_port          520 include/linux/tty.h extern void tty_port_free_xmit_buf(struct tty_port *port);
tty_port          521 include/linux/tty.h extern void tty_port_destroy(struct tty_port *port);
tty_port          522 include/linux/tty.h extern void tty_port_put(struct tty_port *port);
tty_port          524 include/linux/tty.h static inline struct tty_port *tty_port_get(struct tty_port *port)
tty_port          532 include/linux/tty.h static inline bool tty_port_cts_enabled(struct tty_port *port)
tty_port          537 include/linux/tty.h extern struct tty_struct *tty_port_tty_get(struct tty_port *port);
tty_port          538 include/linux/tty.h extern void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty);
tty_port          539 include/linux/tty.h extern int tty_port_carrier_raised(struct tty_port *port);
tty_port          540 include/linux/tty.h extern void tty_port_raise_dtr_rts(struct tty_port *port);
tty_port          541 include/linux/tty.h extern void tty_port_lower_dtr_rts(struct tty_port *port);
tty_port          542 include/linux/tty.h extern void tty_port_hangup(struct tty_port *port);
tty_port          543 include/linux/tty.h extern void tty_port_tty_hangup(struct tty_port *port, bool check_clocal);
tty_port          544 include/linux/tty.h extern void tty_port_tty_wakeup(struct tty_port *port);
tty_port          545 include/linux/tty.h extern int tty_port_block_til_ready(struct tty_port *port,
tty_port          547 include/linux/tty.h extern int tty_port_close_start(struct tty_port *port,
tty_port          549 include/linux/tty.h extern void tty_port_close_end(struct tty_port *port, struct tty_struct *tty);
tty_port          550 include/linux/tty.h extern void tty_port_close(struct tty_port *port,
tty_port          552 include/linux/tty.h extern int tty_port_install(struct tty_port *port, struct tty_driver *driver,
tty_port          554 include/linux/tty.h extern int tty_port_open(struct tty_port *port,
tty_port          556 include/linux/tty.h static inline int tty_port_users(struct tty_port *port)
tty_port          318 include/linux/tty_driver.h 	struct tty_port **ports;
tty_port            4 include/linux/tty_flip.h extern int tty_buffer_set_limit(struct tty_port *port, int limit);
tty_port            5 include/linux/tty_flip.h extern int tty_buffer_space_avail(struct tty_port *port);
tty_port            6 include/linux/tty_flip.h extern int tty_buffer_request_room(struct tty_port *port, size_t size);
tty_port            7 include/linux/tty_flip.h extern int tty_insert_flip_string_flags(struct tty_port *port,
tty_port            9 include/linux/tty_flip.h extern int tty_insert_flip_string_fixed_flag(struct tty_port *port,
tty_port           11 include/linux/tty_flip.h extern int tty_prepare_flip_string(struct tty_port *port,
tty_port           13 include/linux/tty_flip.h extern void tty_flip_buffer_push(struct tty_port *port);
tty_port           14 include/linux/tty_flip.h void tty_schedule_flip(struct tty_port *port);
tty_port           16 include/linux/tty_flip.h static inline int tty_insert_flip_char(struct tty_port *port,
tty_port           32 include/linux/tty_flip.h static inline int tty_insert_flip_string(struct tty_port *port,
tty_port           38 include/linux/tty_flip.h extern void tty_buffer_lock_exclusive(struct tty_port *port);
tty_port           39 include/linux/tty_flip.h extern void tty_buffer_unlock_exclusive(struct tty_port *port);
tty_port           78 include/linux/usb/serial.h 	struct tty_port		port;
tty_port           58 include/net/irda/ircomm_tty.h 	struct tty_port port;