|
void | line_close (struct tty_struct *tty, struct file *filp) |
|
int | line_open (struct tty_struct *tty, struct file *filp) |
|
int | line_install (struct tty_driver *driver, struct tty_struct *tty, struct line *line) |
|
void | line_cleanup (struct tty_struct *tty) |
|
void | line_hangup (struct tty_struct *tty) |
|
int | line_setup (char **conf, unsigned nlines, char **def, char *init, char *name) |
|
int | line_write (struct tty_struct *tty, const unsigned char *buf, int len) |
|
int | line_put_char (struct tty_struct *tty, unsigned char ch) |
|
void | line_set_termios (struct tty_struct *tty, struct ktermios *old) |
|
int | line_chars_in_buffer (struct tty_struct *tty) |
|
void | line_flush_buffer (struct tty_struct *tty) |
|
void | line_flush_chars (struct tty_struct *tty) |
|
int | line_write_room (struct tty_struct *tty) |
|
void | line_throttle (struct tty_struct *tty) |
|
void | line_unthrottle (struct tty_struct *tty) |
|
char * | add_xterm_umid (char *base) |
|
int | line_setup_irq (int fd, int input, int output, struct line *line, void *data) |
|
void | line_close_chan (struct line *line) |
|
int | register_lines (struct line_driver *line_driver, const struct tty_operations *driver, struct line *lines, int nlines) |
|
int | setup_one_line (struct line *lines, int n, char *init, const struct chan_opts *opts, char **error_out) |
|
void | close_lines (struct line *lines, int nlines) |
|
int | line_config (struct line *lines, unsigned int sizeof_lines, char *str, const struct chan_opts *opts, char **error_out) |
|
int | line_id (char **str, int *start_out, int *end_out) |
|
int | line_remove (struct line *lines, unsigned int sizeof_lines, int n, char **error_out) |
|
int | line_get_config (char *dev, struct line *lines, unsigned int sizeof_lines, char *str, int size, char **error_out) |
|