Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tty_port_operations Struct Reference

#include <tty.h>

Data Fields

int(* carrier_raised )(struct tty_port *port)
 
void(* dtr_rts )(struct tty_port *port, int raise)
 
void(* shutdown )(struct tty_port *port)
 
void(* drop )(struct tty_port *port)
 
int(* activate )(struct tty_port *port, struct tty_struct *tty)
 
void(* destruct )(struct tty_port *port)
 

Detailed Description

Definition at line 171 of file tty.h.

Field Documentation

int(* activate)(struct tty_port *port, struct tty_struct *tty)

Definition at line 185 of file tty.h.

int(* carrier_raised)(struct tty_port *port)

Definition at line 173 of file tty.h.

void(* destruct)(struct tty_port *port)

Definition at line 187 of file tty.h.

void(* drop)(struct tty_port *port)

Definition at line 180 of file tty.h.

void(* dtr_rts)(struct tty_port *port, int raise)

Definition at line 175 of file tty.h.

void(* shutdown)(struct tty_port *port)

Definition at line 179 of file tty.h.


The documentation for this struct was generated from the following file: