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

#include <line.h>

Data Fields

struct tty_port port
 
int valid
 
charinit_str
 
struct list_head chan_list
 
struct chanchan_in
 
struct chanchan_out
 
spinlock_t lock
 
int throttled
 
charbuffer
 
charhead
 
chartail
 
int sigio
 
struct delayed_work task
 
struct line_driverdriver
 

Detailed Description

Definition at line 34 of file line.h.

Field Documentation

Definition at line 50 of file line.h.

struct chan* chan_in

Definition at line 40 of file line.h.

struct list_head chan_list

Definition at line 39 of file line.h.

struct chan * chan_out

Definition at line 40 of file line.h.

Definition at line 56 of file line.h.

Definition at line 51 of file line.h.

char* init_str

Definition at line 38 of file line.h.

spinlock_t lock

Definition at line 43 of file line.h.

Definition at line 35 of file line.h.

int sigio

Definition at line 54 of file line.h.

char* tail

Definition at line 52 of file line.h.

Definition at line 55 of file line.h.

int throttled

Definition at line 44 of file line.h.

int valid

Definition at line 36 of file line.h.


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