Linux Kernel
3.7.1
|
#include <tty_driver.h>
Definition at line 244 of file tty_driver.h.
int(* break_ctl)(struct tty_struct *tty, int state) |
Definition at line 269 of file tty_driver.h.
int(* chars_in_buffer)(struct tty_struct *tty) |
Definition at line 258 of file tty_driver.h.
void(* cleanup)(struct tty_struct *tty) |
Definition at line 252 of file tty_driver.h.
void(* close)(struct tty_struct *tty, struct file *filp) |
Definition at line 250 of file tty_driver.h.
Definition at line 261 of file tty_driver.h.
void(* flush_buffer)(struct tty_struct *tty) |
Definition at line 270 of file tty_driver.h.
void(* flush_chars)(struct tty_struct *tty) |
Definition at line 256 of file tty_driver.h.
int(* get_icount)(struct tty_struct *tty, struct serial_icounter_struct *icount) |
Definition at line 279 of file tty_driver.h.
void(* hangup)(struct tty_struct *tty) |
Definition at line 268 of file tty_driver.h.
int(* install)(struct tty_driver *driver, struct tty_struct *tty) |
Definition at line 247 of file tty_driver.h.
Definition at line 259 of file tty_driver.h.
|
read |
Definition at line 245 of file tty_driver.h.
int(* open)(struct tty_struct *tty, struct file *filp) |
Definition at line 249 of file tty_driver.h.
struct file_operations* proc_fops |
Definition at line 286 of file tty_driver.h.
int(* put_char)(struct tty_struct *tty, unsigned char ch) |
Definition at line 255 of file tty_driver.h.
void(* remove)(struct tty_driver *driver, struct tty_struct *tty) |
Definition at line 248 of file tty_driver.h.
Definition at line 277 of file tty_driver.h.
void(* send_xchar)(struct tty_struct *tty, char ch) |
Definition at line 273 of file tty_driver.h.
void(* set_ldisc)(struct tty_struct *tty) |
Definition at line 271 of file tty_driver.h.
void(* set_termios)(struct tty_struct *tty, struct ktermios *old) |
Definition at line 263 of file tty_driver.h.
int(* set_termiox)(struct tty_struct *tty, struct termiox *tnew) |
Definition at line 278 of file tty_driver.h.
void(* shutdown)(struct tty_struct *tty) |
Definition at line 251 of file tty_driver.h.
void(* start)(struct tty_struct *tty) |
Definition at line 267 of file tty_driver.h.
void(* stop)(struct tty_struct *tty) |
Definition at line 266 of file tty_driver.h.
void(* throttle)(struct tty_struct *tty) |
Definition at line 264 of file tty_driver.h.
int(* tiocmget)(struct tty_struct *tty) |
Definition at line 274 of file tty_driver.h.
Definition at line 275 of file tty_driver.h.
void(* unthrottle)(struct tty_struct *tty) |
Definition at line 265 of file tty_driver.h.
void(* wait_until_sent)(struct tty_struct *tty, int timeout) |
Definition at line 272 of file tty_driver.h.
Definition at line 253 of file tty_driver.h.
int(* write_room)(struct tty_struct *tty) |
Definition at line 257 of file tty_driver.h.